render-review

render-review is a skill for Claude Code, Codex from ApurvBazari/claude-plugins. It costs 85 tokens per session (1,127 once invoked), scanned A, original, MIT.

A renderer that turns already-computed code-review findings into a self-contained interactive HTML report.

In plain words
What is it for?
Use it to render findings, optionally reconcile them with an earlier review, and include context from a Git diff or project plan.
Why use it?
It separates displaying review results from finding or recalculating issues, helping preserve a fixed review result.

Skill for Claude CodeCodex

Part of the lens plugin — 4 skills, 6 agents shipped together

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.

agentmods
npx agentmods add skills/apurvbazari/claude-plugins/render-review
Any agent
npx skills add ApurvBazari/claude-plugins --skill render-review
Clone the repo
git clone --depth 1 https://github.com/ApurvBazari/claude-plugins

Made for: Claude Code, Codex.

Or install lens, the plugin that ships this one along with the rest of its 4 skills, 6 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 render-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/apurvbazari/claude-plugins/render-review.svg)](https://agentmods.dev/skills/apurvbazari/claude-plugins/render-review)
Your own site
<a href="https://agentmods.dev/skills/apurvbazari/claude-plugins/render-review"><img src="https://agentmods.dev/badge/skills/apurvbazari/claude-plugins/render-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,127 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00085 $0.01127
Opus 5 $0.00043 $0.00563
Sonnet 5 $0.00017 $0.00225
Haiku 4.5 $0.00009 $0.00113

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

Security

Grade A, and why

render-review 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.

lens/skills/render-review/SKILL.md · 69 lines

How it starts

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

Render Review — Pure HTML Render of a review-findings Object

You are invoked by an orchestrator (not a human). You take a review-findings object that has ALREADY been computed (by lens:engine), render it to a self-contained interactive HTML review document, and return the written path. You are stateless and write-once: the only file you create is the caller's outputPath. You never write review-state.json, never create a task list, and never re-run finders.

Your inputs (supplied in context by the caller)

  • findings — the current review-findings object (required).
  • priorFindings — a prior-run review-findings object (optional; enables reconcile).
  • diffRef — a git ref/range to read for annotated diff hunks (optional).
  • spec / plan / adherence — intent for the adherence matrix (optional).
  • outputPath — the absolute path to write the HTML (required; create the dir if absent).
  • findings.emptyScope — the discriminator for nothing to review (true means the caller's scope was empty; false/absent means an ordinary review). Full contract: ../engine/references/engine-api.md.

Step 1: Reconcile (compute-only, in memory)

If findings.emptyScope is true, return noop: nothing to review and write NO artifact.

If priorFindings is supplied, reconcile findings against it per ../review/references/reconcile.md § Orchestrator mode — fingerprint by dimension + normalized claim + stable context, label each finding fixed | still-open | new | possibly-resolved, and compute delta {fixed,new,stillOpen} + severityTrend. Write NOTHING. If priorFindings is absent, skip — this is a clean first pass (no iteration labels, no trend).

Step 2: Assemble the review-model

Build the review-model per ../review/references/review-model-assembly.md: narrative spine + adherence (from the adherence block / requirements-dimension findings) + findings[] (each with iteration, status, location, claim, detail, suggestedFix) + files[].risk + diffHunks[] (read diffRef if supplied; omit the panel if unavailable) + derived verdict (from recommendedEscalation). Apply omit-empty; never stub.

Read the full file on GitHub · 69 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 · 69 lines · 85 tokens per session scan A 8cddd7d4ec75

Subscribe to this mod's changes

render-review is a skill published in the GitHub repository ApurvBazari/claude-plugins (0 stars, last pushed 28d ago), licensed MIT. It adds 85 tokens to every session and 1,127 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-08-31.