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 HirogaKatageri/hirokata --skill comprehensive-reviewgit clone --depth 1 https://github.com/HirogaKatageri/hirokataWrote 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/hirogakatageri/hirokata/comprehensive-review)<a href="https://agentmods.dev/skills/hirogakatageri/hirokata/comprehensive-review"><img src="https://agentmods.dev/badge/skills/hirogakatageri/hirokata/comprehensive-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/hirogakatageri/hirokata/comprehensive-review"><img src="https://agentmods.dev/badge/skills/hirogakatageri/hirokata/comprehensive-review.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.00166 | $0.01665 |
| Opus 5 | $0.00083 | $0.00833 |
| Sonnet 5 | $0.00033 | $0.00333 |
| Haiku 4.5 | $0.00017 | $0.00167 |
Grade A, and why
comprehensive-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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Comprehensive Review
Orchestrates five specialized review agents in parallel to provide a complete, multi-dimensional analysis of recent code changes:
- Requirements Compliance — Verifies all requirements are implemented
- Test Coverage — Ensures business logic is testable and tested
- Edge Case Handling — Identifies unhandled edge cases and boundary conditions
- Architectural Alignment — Checks compliance with clean architecture principles
- Security — Identifies vulnerabilities and risks (OWASP Top 10)
Review Workflow
Step 1: Identify Review Scope
-
Find requirements documents — check the guild board first. If
.guild/config.yamlexists, the board is a database, not a directory tree; read it with SQL (loadguild:warehousefor the rules, notably that a body comes back byte-exact only when it is the one column you select):export PATH="$HOME/.turso:$PATH" printf "SELECT id, status, title FROM requirement ORDER BY id;\n" | tursodb -q -m list .guild/guild.db printf "SELECT body FROM requirement WHERE id = 'REQ-007';\n" | tursodb -q -m list .guild/guild.db printf "SELECT body FROM plan WHERE requirement_id = 'REQ-007';\n" | tursodb -q -m list .guild/guild.dbKeep
-m listeven for a single column: the defaultprettymode draws a box and truncates long values with an ellipsis, which would silently hand you a clipped requirement to review against.Otherwise fall back to
requirements/,docs/,planning/, or phase plan files. If none found, ask the user. -
Identify recent changes — use
git logandgit diffto understand scope -
Confirm scope — if unclear which requirements or commits to include, ask
Board-driven review of a guild requirement is normally handled by the check-in pipeline's
reviewergate; this skill is the read-only, on-demand surface for ad-hoc "am I ready?" checks.
Step 2: Launch All Five Agents in Parallel
Launch all agents in a single message using multiple Task tool calls. Include specific file paths and context in each prompt so agents don't waste time on discovery.
What ships with it
4 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.
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.
- 8d ago Changed · +13 lines 2aae5ba827fd
- 12d ago First seen · 141 lines · 166 tokens per session scan A c3caa85f0715
comprehensive-review is a skill published in the GitHub repository HirogaKatageri/hirokata (5 stars, last pushed 3d ago), licensed MIT. It adds 166 tokens to every session and 1,665 once invoked, about $0.0008 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.
Other skills, from other repositories
unslop-review
Rewrites code review comments so they read like a human teammate wrote them. Cuts corporate-AI throat-clearing ("I noticed...", "I was wondering if perhaps...", "It might be worth considering..."). Each comment is direct: location, the issue, a concrete fix. Use when user says "humanize review", "de-slop PR comment"…
code-review
A code-review procedure that checks changed code by running available tests and type checks, then examining correctness, security, performance, style, and maintainability.
autoreview
Pre-commit/ship code review: Codex default; optional Claude or Pi.
omh-code-review
This is a Hermes-native code-review workflow skill.
revdiff-plan
Review the last Codex assistant message (plan, analysis, or proposal) with inline annotations in a TUI overlay. Extracts the most recent response from Codex rollout files and opens it in revdiff for review and annotation. Activates on "revdiff-plan", "review plan with revdiff", "annotate plan", "review last response"…
code-reviewer
Code review specialist focused on patterns, bugs, security, and performance.