review-changes

review-changes is a command for Claude Code from bladeofgod/flutter-ai-harness. It costs 14 tokens per session (703 once invoked), scanned A, original, MIT.

A read-only code-review command that examines current changes and writes a structured problem report without changing the implementation.

In plain words
What is it for?
Use it to review a task or independent change scope, run allowed non-destructive checks, route the review to the appropriate profiles, and save the resulting report.
Why use it?
It separates finding defects from fixing them and ensures review findings include their location, impact, evidence, severity, and suggested remedy.

Command for Claude Code

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 commands/bladeofgod/flutter-ai-harness/review-changes
Clone the repo
git clone --depth 1 https://github.com/bladeofgod/flutter-ai-harness

Made for: Claude Code.

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 review-changes

README.md
[![agentmods](https://agentmods.dev/badge/commands/bladeofgod/flutter-ai-harness/review-changes.svg)](https://agentmods.dev/commands/bladeofgod/flutter-ai-harness/review-changes)
Your own site
<a href="https://agentmods.dev/commands/bladeofgod/flutter-ai-harness/review-changes"><img src="https://agentmods.dev/badge/commands/bladeofgod/flutter-ai-harness/review-changes.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 703 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.00014 $0.00703
Opus 5 $0.00007 $0.00351
Sonnet 5 $0.00003 $0.00141
Haiku 4.5 $0.00001 $0.00070

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

Security

Grade A, and why

review-changes 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 5d 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.

.claude/commands/review-changes.md · 34 lines

What it actually says

对当前改动执行只读 Review。调用工作流可以在启动普通 Review Profile 前运行非破坏性验证,并把命令、 退出码和未经结论加工的原始证据交给对应 Reviewer;Reviewer 自身只读取文件、diff 和已有证据, 不运行命令。调用工作流可以写 Review 报告,但不得修改实现、测试、配置或依赖。

首轮审查

任务模式读取活动任务完整 workKinds,按 /execute-tasks 的固定映射选择一个或多个 code-reviewerharness-reviewercontract-reviewer。独立 scope 没有任务卡时,调用方必须提供 明确 workKinds,或提供足以唯一确定普通 Profile 且不存在歧义的范围;否则停止,不根据文件扩展名猜测。 根据用户请求、任务卡或分支确定目标 diff,并保护无关工作树改动。多个 Profile 绑定同一冻结候选,彼此 不得读取结论;支持时并行运行,不支持时顺序运行。

写报告前先解析 scope。任务 Review 只接受 canonical 活动任务,并写入固定的 docs/reviews/execute-<task-slug>.md;报告使用 reviewFormat: routed-v1,声明与映射相同的有序 reviewProfiles,正文按 Profile 分节且每条发现带 ownerProfile,聚合 p0p1 是所有 Profile 当前 未解决数量之和。任务已经位于 docs/tasks/done/ 时停止,不得覆盖或追加归档报告。 独立 scope 必须是 canonical lowercase kebab-case,且不得等于活动或归档任务的 execute-<slug>security-<slug> 报告名,也不得覆盖既有任务报告。检查通过后写入 docs/reviews/<scope>.md,按严重级别排序:

  • P0:安全、数据丢失、崩溃、构建失败、严重正确性问题或不兼容公共/wire 契约,阻断完成。
  • P1:高概率回归、架构越界、生命周期泄漏、缺少必需行为或关键测试缺口,阻断完成。
  • P2:维护性或低风险质量建议,可以显式延后。

每条问题必须包含文件行号、影响、证据和明确修法。

若报告对应的旧问题已经被其他改动修复,先根据报告的 task slug 检查所属任务状态。任务仍处于活动状态时,可以在同一报告追加“复审”章节;任务已经位于 docs/tasks/done/ 时,原报告是不可变历史快照,必须使用新的活动任务与新 scope 写入独立报告,不得追加或更新原报告。两种情况都不得自行实施修复。

交付报告路径、各级问题、验证结果和剩余风险。需要修复时,等待用户明确调用 /fix-review-findings <review-report-path>

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. 5d ago First seen · 34 lines · 14 tokens per session scan A 32385f2e086e

Subscribe to this mod's changes

review-changes is a command published in the GitHub repository bladeofgod/flutter-ai-harness (113 stars, last pushed 3d ago), licensed MIT. It adds 14 tokens to every session and 703 once invoked, about $0.0001 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-30.