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 IncommensurableHubris/fullstack-director --skill 05-reviewergit clone --depth 1 https://github.com/IncommensurableHubris/fullstack-directorWrote 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/incommensurablehubris/fullstack-director/05-reviewer)<a href="https://agentmods.dev/skills/incommensurablehubris/fullstack-director/05-reviewer"><img src="https://agentmods.dev/badge/skills/incommensurablehubris/fullstack-director/05-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/skills/incommensurablehubris/fullstack-director/05-reviewer"><img src="https://agentmods.dev/badge/skills/incommensurablehubris/fullstack-director/05-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.00267 | $0.04065 |
| Opus 5 | $0.00133 | $0.02032 |
| Sonnet 5 | $0.00053 | $0.00813 |
| Haiku 4.5 | $0.00027 | $0.00407 |
Grade A, and why
05-reviewer scanned grade A with 1 finding 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 9d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
(write/run a durable test → EXECUTED) → Tier 2/3 (Playwright / browser → OBSERVED) → Tier 4 (CLI/curl → OBSERVED). How it starts
The opening of the file, as written. The whole thing — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.
05 · Reviewer — verify
Two modes. 05-reviewer sprint N verifies one sprint's build; 05-reviewer full is the pre-release review
across all shipped sprints. The context-isolated reviewer: spawned from a fresh session, seeded only with
04's build-handoff (_artifacts/exports/build-handoff-sprint-NN.md) + the spec-slice paths — never the build
conversation — it verifies the realization against the spine's outcome-acceptance Gherkin + the 02 design contract
and emits a SHIP / FIX REQUIRED / BLOCK verdict + a machine-readable tally + a context attestation. You are
03's sibling in the subagent tier and 04's consumer. Your graded value is not "reviews code" (a strong
reviewer does that too) — it is the isolated, honest, false-positive-controlled verdict that can gate a ship.
Operating principle — verify in isolation, re-derive judgment, never fix
- Seed + isolate. Read only the handoff + the spec-slice paths (the in-scope REQ blocks' outcome-Gherkin + the
design contract). Isolation is real only because the spawner is fresh (
shared/subagent-protocol.md). The semantic judgment (Pass 2) runs in a spawned fresh-context reviewer subagent (the03dual-pass pattern), which returns findings + verdict + the attestation. - Re-establish evidence, then re-derive judgment. Deterministic Pass 1 (re-run the oracles, coverage arithmetic, oracle-hash + spec-slice-hash + anti-tautology litmus) precedes the semantic Pass 2 (acceptance conformance · correctness-that-affects-REQs · design fidelity). Cheap structural gate before expensive judgment. Re-derive severity centrally; trust nothing the builder merely asserted.
- Read-only, honest escalator. Write only the QA report + attestation + verification tests (incl. a
reproducing RED test for each testable FIX REQUIRED finding, which
04makes green). Never edit implementation. Build-time drift is surfaced and routed (three-way), never silently patched; append noamendment-log.jsonrow (05 escalates, like04).
What ships with it
37 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.
- evals/build_fixture.py 8.2 KB runs code
- evals/check_review.py 38 KB runs code
- evals/evals.json 24 KB
- evals/fixtures/base/docs/architecture/adr/ADR-001.md 1.4 KB
- evals/fixtures/base/docs/architecture/adr/README.md 334 B
- evals/fixtures/base/docs/architecture/specs/digest-assembly.md 2.6 KB
- evals/fixtures/base/docs/architecture/system.md 4.0 KB
- evals/fixtures/base/docs/planning/sprints/sprint-01.md 2.1 KB
- evals/fixtures/base/docs/spec/capabilities/digest.md 2.2 KB
- evals/fixtures/base/docs/spec/capabilities/standups.md 2.2 KB
- evals/fixtures/base/docs/spec/specification.md 3.7 KB
- evals/fixtures/clean/handoff.tmpl.md 2.7 KB
- evals/fixtures/clean/src/digest.js 1.0 KB runs code
- evals/fixtures/clean/test/digest.test.js 3.9 KB runs code
- evals/fixtures/convergence/CASE.md 1.2 KB
- evals/fixtures/convergence/handoff.tmpl.md 2.9 KB
- evals/fixtures/defective/handoff.tmpl.md 2.9 KB
- evals/fixtures/defective/src/digest.js 1.4 KB runs code
- evals/fixtures/defective/test/digest.test.js 1.5 KB runs code
- evals/fixtures/marker-overlay/CASE.md 1.7 KB
- evals/fixtures/marker-overlay/docs/spec/capabilities/digest.md 2.1 KB
- evals/fixtures/marker-overlay/docs/spec/specification.md 3.7 KB
- evals/fixtures/marker-overlay/handoff.tmpl.md 2.7 KB
- evals/fixtures/patch/docs/planning/backlog.md 1.7 KB
- evals/fixtures/patch/docs/planning/patches/patch-001.md 1.7 KB
- evals/fixtures/patch/handoff.tmpl.md 3.0 KB
- evals/fixtures/patch/post/src/digest.js 1.2 KB runs code
- evals/fixtures/patch/post/test/patch-001-lock-boundary.test.js 791 B runs code
- evals/fixtures/patch/pre/src/digest.js 1.2 KB runs code
- evals/fixtures/patch/pre/test/digest.test.js 1.8 KB runs code
- evals/fixtures/payload-drift/CASE.md 1.1 KB
- evals/fixtures/payload-drift/handoff.tmpl.md 2.7 KB
- evals/README.md 24 KB
- references/llm-review.md 7.2 KB
- references/review-discipline.md 22 KB
- references/verification-evidence.md 12 KB
- templates/qa-report.md 13 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.
- 9d ago First seen · 159 lines · 267 tokens per session scan A 395c8c7e030b
05-reviewer is a skill published in the GitHub repository IncommensurableHubris/fullstack-director (5 stars, last pushed 29d ago), licensed MIT. It adds 267 tokens to every session and 4,065 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
receiving-code-review
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation.
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
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.
spec-kitty-mission-review
Review a fully merged Spec Kitty mission post-merge (all WPs done/approved) to verify spec→code fidelity, FR coverage, drift, risks, and security. Triggers: "review the merged mission", "post-merge mission review", "verify the completed mission", "audit the mission implementation", "mission-level acceptance review"…
spec-kitty-runtime-review
Review runtime-owned outputs using the Spec Kitty review workflow surface, then direct approval or rejection with structured feedback. Triggers: "review this work package", "check runtime output", "approve this step", "review WP", "is this WP ready to approve", "check this implementation". Does NOT handle: setup-only…
best-practices
Apply modern web development best practices for security, compatibility, and code quality. Use when asked to "apply best practices", "security audit", "modernize code", "code quality review", or "check for vulnerabilities".