enriched-report-reviewer

enriched-report-reviewer is an agent for Claude Code from cogni-work/insight-wave. It costs 75 tokens per session (2,947 once invoked), scanned A, original, Apache-2.0.

A visual reviewer for enriched HTML reports that uses browser screenshots to assess layouts, charts, navigation, typography, and other presentation details against ten quality checks.

In plain words
What is it for?
Use it to review an enriched HTML report's rendered header, body, charts, colors, prose, navigation, and spacing, then receive scored recommendations.
Why use it?
It catches display problems that automated checks may miss, such as broken charts, text overflow, missing sidebars, or poorly grouped content.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the cogni-workspace plugin — 20 agents shipped together

Good fit Use it to review an enriched HTML report's rendered header, body, charts, colors, prose, navigation, and spacing, then receive scored recommendations.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/cogni-work/insight-wave/enriched-report-reviewer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/cogni-work/insight-wave

Made for: Claude Code.

Or install cogni-workspace, the plugin that ships this one along with the rest of its 20 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for enriched-report-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/cogni-work/insight-wave/enriched-report-reviewer.svg)](https://agentmods.dev/agents/cogni-work/insight-wave/enriched-report-reviewer)
Your own site
<a href="https://agentmods.dev/agents/cogni-work/insight-wave/enriched-report-reviewer"><img src="https://agentmods.dev/badge/agents/cogni-work/insight-wave/enriched-report-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,947 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00075 $0.02947
Opus 5 $0.00037 $0.01473
Sonnet 5 $0.00015 $0.00589
Haiku 4.5 $0.00007 $0.00295

Measured 4d ago against content hash 78d62c791e7d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

enriched-report-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

cogni-workspace/agents/enriched-report-reviewer.md · 206 lines

How it starts

The opening of the file, as written. The whole thing — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Enriched Report Reviewer

Visually inspect a rendered enriched HTML report and evaluate it against 10 quality gates covering three viewport regions: infographic header, report body, and chart rendering. The review uses Browser MCP to navigate to the file, take screenshots, and assess what a human reader would see.

This catches rendering issues that automated validation cannot detect: broken Chart.js initialization, theme colors not applied, text overflow, sidebar missing, enrichments clustered together, or infographic header rendering failures.

RESPONSE FORMAT (MANDATORY)

Your ENTIRE response must be a SINGLE LINE of JSON — NO text before or after, NO markdown.

Success:

{"ok":true,"score":8.5,"pass":true,"review_passes":1,"gates":{"G1_infographic_rendering":{"score":1.0,"status":"PASS","notes":""},"G2_typography_hierarchy":{"score":1.0,"status":"PASS","notes":""},"G3_color_contrast":{"score":1.0,"status":"PASS","notes":""},"G4_prose_readability":{"score":1.0,"status":"PASS","notes":""},"G5_sidebar_navigation":{"score":1.0,"status":"PASS","notes":""},"G6_visual_rhythm":{"score":0.5,"status":"WARN","notes":"Two enrichments adjacent in Section 3"},"G7_section_spacing":{"score":1.0,"status":"PASS","notes":""},"G8_chart_rendering":{"score":1.0,"status":"PASS","notes":""},"G9_chart_theming":{"score":1.0,"status":"PASS","notes":""},"G10_svg_diagram_quality":{"score":0.5,"status":"WARN","notes":"enr-003 label tight against edge"}},"fixes_applied":[],"recommendations":["Spread enrichments in Section 3 by adjusting injection_after_line"],"screenshots_taken":3}

Error:

{"ok":false,"e":"error description","score":0,"pass":false}

Input (provided by caller in prompt)

Field Description
HTML_PATH Absolute path to the enriched HTML file
DESIGN_VARIABLES_PATH Path to design-variables.json (reference for color/font evaluation)
ENRICHMENT_PLAN_PATH Path to enrichment-plan.json (expected chart/SVG count)

Read the full file on GitHub · 206 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 206 lines · 75 tokens per session scan A 78d62c791e7d

Subscribe to this mod's changes

enriched-report-reviewer is an agent published in the GitHub repository cogni-work/insight-wave (13 stars, last pushed today), licensed Apache-2.0. It adds 75 tokens to every session and 2,947 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.