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.
npx skills add MichelKerkmeester/skilled-agent-harness_spec-driven-loops --skill deep-reviewgit clone --depth 1 https://github.com/MichelKerkmeester/skilled-agent-harness_spec-driven-loopsWrote 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/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/deep-review)<a href="https://agentmods.dev/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/deep-review"><img src="https://agentmods.dev/badge/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/deep-review/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/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/deep-review"><img src="https://agentmods.dev/badge/skills/michelkerkmeester/skilled-agent-harness_spec-driven-loops/deep-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00030 | $0.06214 |
| Opus 5 | $0.00015 | $0.03107 |
| Sonnet 5 | $0.00006 | $0.01243 |
| Haiku 4.5 | $0.00003 | $0.00621 |
Grade A, and why
deep-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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 446 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Autonomous Deep Review Loop
Iterative code review and quality auditing protocol with fresh context per iteration, externalized state, convergence detection, and severity-weighted findings (P0/P1/P2).
Runtime path resolution:
- OpenCode/Copilot runtime:
.opencode/agents/*.md - Claude runtime:
.claude/agents/*.md
Convergence threshold semantics and sibling-parity notes (deep-review 0.10 vs deep-research 0.05 vs deep-ai-council 0.20) live in references/convergence/convergence.md §1 under "Threshold Semantics and Sibling Parity".
1. WHEN TO USE
When to Use This Skill
Use this skill when:
- Code quality audit requiring multiple rounds across different review dimensions
- Spec folder validation requiring cross-reference checks between docs and implementation
- Release readiness check before shipping a feature or component
- Finding misalignments between spec documents and actual code
- Verifying cross-references across documentation, agents, commands, and code
- Iterative review where each dimension's findings inform subsequent dimensions
- Unattended or overnight audit sessions
When NOT to Use
- Simple single-pass code review (use
sk-code's code-review mode instead) - Known issues that just need fixing (go directly to implementation)
- Implementation tasks (use
sk-codeor/speckit:implement) - Quick one-file checks (use direct Grep/Read)
- Fewer than 2 review dimensions needed (single-pass suffices)
FORBIDDEN INVOCATION PATTERNS
This skill is invoked EXCLUSIVELY through the /deep:review command. The command's YAML workflow owns state, dispatch, and convergence.
NEVER:
- Write a custom bash/shell dispatcher to parallelize iterations (ad-hoc shell fan-out)
- Invoke any CLI executor (cli-codex, cli-claude-code, cli-opencode, cli-cursor, cli-devin, cli-pi) directly in a loop to simulate iterations
- Manually write iteration prompts to
/tmpand dispatch them viacopilot -p - Dispatch the
@deep-reviewLEAF agent via the Task tool for iteration loops (the agent is LEAF, a single iteration, and MUST be driven by the command's workflow) - Skip the state machine:
deep-review-state.jsonl,deep-review-config.json,deltas/,prompts/,logs/ - Manage iteration state outside the resolved local review packet under
{spec_folder}/review/
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/deep-review-config.json 2.8 KB
- assets/deep-review-dashboard.md 5.2 KB
- assets/deep-review-strategy.md 8.6 KB
- assets/prompt-pack-iteration.md.tmpl 14 KB
- assets/review-mode-contract-snapshot.md 11 KB
- assets/review-mode-contract.yaml 19 KB
- assets/runtime-capabilities.json 1.4 KB
- behavior-benchmark/baselines/claude-baseline.md 2.8 KB
- behavior-benchmark/behavior-benchmark.md 3.3 KB
- behavior-benchmark/scenarios/RVB-001-auto-run-specified.md 2.0 KB
- behavior-benchmark/scenarios/RVB-002-bare-command-halt.md 1.7 KB
- behavior-benchmark/scenarios/RVB-003-vague-natural-ask.md 1.5 KB
- behavior-benchmark/scenarios/RVB-004-concise-natural-ask.md 1.6 KB
- behavior-benchmark/scenarios/RVB-005-orchestrate-handoff.md 1.7 KB
- behavior-benchmark/scenarios/RVB-006-auto-missing-inputs.md 1.5 KB
- behavior-benchmark/scenarios/RVB-007-delegation-route-proof.md 1.9 KB
- behavior-benchmark/scenarios/RVB-008-absorption-probe.md 1.8 KB
- changelog/v1.0.0.0.md 4.6 KB
- changelog/v1.1.0.0.md 5.7 KB
- changelog/v1.10.0.0.md 3.2 KB
- changelog/v1.10.1.0.md 1.7 KB
- changelog/v1.11.0.0.md 1.3 KB
- changelog/v1.11.0.36.md 1.5 KB
- changelog/v1.2.0.0.md 12 KB
- changelog/v1.3.0.0.md 8.3 KB
- changelog/v1.3.1.0.md 15 KB
- changelog/v1.3.2.0.md 4.3 KB
- changelog/v1.3.3.0.md 3.2 KB
- changelog/v1.4.0.0.md 2.7 KB
- changelog/v1.5.0.0.md 7.3 KB
- changelog/v1.6.0.0.md 6.0 KB
- changelog/v1.7.0.0.md 5.5 KB
- changelog/v1.8.0.0.md 7.0 KB
- changelog/v1.9.0.0.md 11 KB
- feature-catalog/feature-catalog.md 20 KB
- feature-catalog/loop-lifecycle/convergence-check.md 3.6 KB
- feature-catalog/loop-lifecycle/executor-selection-contract.md 4.0 KB
- feature-catalog/loop-lifecycle/fanout-dispatch.md 4.2 KB
- feature-catalog/loop-lifecycle/initialization.md 3.5 KB
- feature-catalog/loop-lifecycle/iteration-dispatch.md 3.9 KB
- feature-catalog/loop-lifecycle/memory-save.md 2.6 KB
- feature-catalog/loop-lifecycle/resource-map-coverage-gate.md 3.4 KB
- feature-catalog/loop-lifecycle/resource-map-emission.md 3.3 KB
- feature-catalog/loop-lifecycle/synthesis.md 3.2 KB
- feature-catalog/review-dimensions/correctness.md 2.9 KB
- feature-catalog/review-dimensions/maintainability.md 2.8 KB
- feature-catalog/review-dimensions/security.md 2.8 KB
- feature-catalog/review-dimensions/traceability.md 3.1 KB
- feature-catalog/severity-system/adversarial-self-check.md 2.7 KB
- feature-catalog/severity-system/claim-adjudication.md 3.3 KB
- feature-catalog/severity-system/convergence-signals.md 3.5 KB
- feature-catalog/severity-system/cross-mode-anti-convergence-contract.md 3.7 KB
- feature-catalog/severity-system/divergent-convergence-mode.md 3.1 KB
- feature-catalog/severity-system/quality-gates.md 4.3 KB
- feature-catalog/severity-system/security-sensitive-fix-overrides.md 3.1 KB
- feature-catalog/severity-system/severity-classification.md 2.8 KB
- feature-catalog/severity-system/verdicts.md 2.6 KB
- feature-catalog/state-management/config-management.md 3.1 KB
- feature-catalog/state-management/dashboard.md 2.7 KB
- feature-catalog/state-management/findings-registry.md 2.9 KB
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.
- yesterday Changed 727b2fd32d07
- 3d ago Changed · +2 lines d62f774b4e72
- 6d ago Changed c89a752104fe
- 8d ago First seen · 444 lines · 30 tokens per session scan A 52e57b365725
deep-review is a skill published in the GitHub repository MichelKerkmeester/skilled-agent-harness_spec-driven-loops (35 stars, last pushed yesterday), licensed MIT. It adds 30 tokens to every session and 6,214 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-09-03.
Other skills, from other repositories
adversarial-reviewer
Adversarial code review that assumes bugs exist and hunts for them. Use when asked to review code, find bugs, audit for correctness, stress-test a PR, or when someone says "tear this apart" or "what's wrong with this". Give no benefit of the doubt — every line is guilty until proven innocent.
gsd-ns-review
Route to the appropriate quality / review skill based on the user's intent. gsd-code-review-fix was absorbed by gsd-code-review --fix in #2790.
issue
Use when starting a chain from a GitHub issue — turning an issue URL or number into a triaged, planned, dispatched, and reviewed pull request. Classifies the thread (bug → root-cause discipline, feature → plan chain, question → drafted reply), synthesizes a spec from the issue's own acceptance criteria, then runs the…
gitnexus
A code-graph analysis add-on for examining an existing codebase, including symbols, call paths, execution flows, and effects across repositories. It can query GitNexus through its command-line or MCP interfaces.
cleanup-code-inspections
Reduce technical debt and improve code quality by systematically resolving static analysis warnings.
sonarqube-mcp
Provides SonarQube and SonarCloud integration patterns via the Model Context Protocol (MCP) server. Enables quality gate monitoring, issue discovery and triaging, pre-push code analysis, and rule education directly in the agent workflow. Use when the user wants to check quality gates, search for Sonar issues, analyze…