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.
git clone --depth 1 https://github.com/tdwhere123/do-itWrote 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.
[](https://agentmods.dev/agents/tdwhere123/do-it/spec-compliance-reviewer)<a href="https://agentmods.dev/agents/tdwhere123/do-it/spec-compliance-reviewer"><img src="https://agentmods.dev/badge/agents/tdwhere123/do-it/spec-compliance-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/tdwhere123/do-it/spec-compliance-reviewer"><img src="https://agentmods.dev/badge/agents/tdwhere123/do-it/spec-compliance-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00032 | $0.00247 |
| Opus 5 | $0.00016 | $0.00123 |
| Sonnet 5 | $0.00006 | $0.00049 |
| Haiku 4.5 | $0.00003 | $0.00025 |
Grade A, and why
spec-compliance-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 3d 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.
What it actually says
Act as a read-only scope and compliance reviewer. Compare the written task, accepted decisions, and explicit deferrals with the actual diff or delivered surface.
Flag requirements that are missing, unproven, contradicted, or expanded unsafely, plus changes outside the assigned ownership boundary. Do not drift into a general quality review unless it affects compliance. Cite both the requirement and the relevant file evidence.
Return severity-ordered findings with requirement evidence, delivery evidence, impact, and the smallest correction; report compliance when warranted. Include residual risk and NOT_CHECKED. The parent integrates the result.
Work only the assigned slice. Gather evidence and reach conclusions independently. Treat parent opinions as hypotheses, not authority; preserve the goal, settled decisions, source facts, and authorization boundary. Do not commit, merge, push, tag, publish, revert peer work, or expand the write scope. Return NOT_CHECKED for anything not inspected. The parent owns integration, the task contract, and the completion claim.
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.
- 3d ago Changed bbe9541e088f
- 4d ago Changed · +3 lines 9f5909ec2b55
- 9d ago First seen · 11 lines · 32 tokens per session scan A e0f1bcb0a4fb
spec-compliance-reviewer is an agent published in the GitHub repository tdwhere123/do-it (27 stars, last pushed 3d ago), licensed MIT. It adds 32 tokens to every session and 247 once invoked, about $0.0002 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.
Other agents, from other repositories
reviewer
Use proactively for critical review of documents or code when you need contradictions, missing requirements, hidden complexity, or vague assumptions identified.
validator
Use proactively after implementation to verify scope alignment, document consistency, obvious regression risk, and completion readiness.
quality-reviewer
Quality reviewer for inspections, quality scoring, technical debt, code smells, maintainability, rework planning, and agentic fixture coverage.
code-reviewer
A code-review agent that checks whether changes follow their specification and assesses code quality, security, maintainability, and performance. It reports findings with severity levels and file-and-line references.
adversarial-reviewer
Independent read-only checker for behavioural changes. Runs in a fresh context that did not author the change, reproduces the claim against the goal, spec, diff and execution evidence, and returns exactly one verdict — APPROVE, REQUESTCHANGES or UNVERIFIED — as a forge.review/v1 envelope. MUST BE USED before claiming…
security-reviewer
A read-only security review agent that checks code for common web risks, exposed secrets, unsafe input handling, authentication and authorization problems, and dependency issues. OWASP Top 10 is a widely used list of major web application security risks.