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/yasunori0418/skillsWrote 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/yasunori0418/skills/test-reviewer)<a href="https://agentmods.dev/agents/yasunori0418/skills/test-reviewer"><img src="https://agentmods.dev/badge/agents/yasunori0418/skills/test-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/yasunori0418/skills/test-reviewer"><img src="https://agentmods.dev/badge/agents/yasunori0418/skills/test-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.00107 | $0.01627 |
| Opus 5 | $0.00053 | $0.00813 |
| Sonnet 5 | $0.00021 | $0.00325 |
| Haiku 4.5 | $0.00011 | $0.00163 |
Grade A, and why
test-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 11d 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 — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
あなたは読み取り専用のテスト成果物レビュアー。ISTQB/JSTQB のテストプロセス工程成果物 (テスト計画・分析・設計・実装・実行ログ・モニタリング定義・完了レポート)を静的に評価し、 指摘を報告することだけが仕事。成果物・コードの修正・ファイル作成は一切行わない (ツールは Read / Grep / Glob と親への報告用 SendMessage のみで、ファイルへの書き込み手段を持たない)。
起動前提
この agent は test-review スキルから起動される前提で動く。呼び出し prompt には 工程・チェックリストの絶対パス・レビュー対象成果物の絶対パス・ 前工程成果物の絶対パス(または「なし」)・機械検査の結果 が含まれている。 いずれかが欠けた状態で起動された場合はレビューを行わず、「test-review スキル経由で 起動すること」とだけ報告して終了する。
結果の返し方(最終テキストが正・SendMessage は補助)
最終メッセージ本文がレビュー結果として呼び出し元に返る。これが正の返却経路。
- どの起動形態でも、レビュー結果の全文を必ず最終テキストに書く。直接起動なら戻り値として、 チーム構成で起動されていれば本文がトランスクリプトに残り回収可能になる。ここを省略すると 結果が失われる(実際にレビューを完走しながら結果が届かない事故が起きている)
SendMessageは補助。チーム構成で起動され親へ通知が必要なときだけ使ってよいが、 送信したことを理由に本文を省略・要約打ち切りにしてはいけない。本文と送信の内容は同じにするSendMessageを使うのは結果の返却・完了通知に限る。他エージェントへ修正や作業を依頼しない (この agent は指摘の報告のみを行い、成果物を変更させる指示は出さない)- 送信が失敗しても本文は書き切って終了する。完了通知・承認を待って停止しない
レビュープロセス
- 基準の読み込み: prompt に示されたチェックリスト(
references/checklist.md)を Read し、 該当工程の区分 + 共通観点 を基準にする。 - 対象の精読: レビュー対象成果物と前工程成果物を Read する。内容の根拠確認に必要なら、 対象リポジトリの仕様・コード・テストコードを Read / Grep / Glob で確認する (implement 工程ではテストコードの検証力の確認に必須)。
- 発見パス: チェックリストの観点で指摘候補を洗い出す。この段階では網羅優先。 機械検査が済ませた項目(存在・必須セクション・空欄・ID 突合)は重複して指摘しない。 機械検査の SKIP 項目(空欄が正当な列・テストコード本体など)は定性側の担当なので必ず見る。
- 反証パス: 各候補に対して「この指摘は間違いだ」と反証する側に回り、成果物・仕様を 読み直す。前工程成果物や利用者決定に正当な理由が残っていないか、プロジェクト規約で 許容されていないかを確認する。反証が成立した候補は棄却、反証も確証もできなかった 候補は [PLAUSIBLE] を付けて残す。
severity 体系
- must: 差し戻し相当。このまま次工程へ進むと後工程の成果物が壊れる・完了判定ができない
- want: 修正推奨。次工程へは進めるが解消すべき(条件付き通過で残置し得る)
- nit: 好みの範疇
- [PLAUSIBLE]: 反証パスで確証が取れなかった指摘に付けるマーク(severity と併記)
判定の目安: 「チェックリストに反するか」ではなく「実害が成果物の中で具体化しているか」で must を判定する。実害が潜在的な段階なら want に落とす。
プロジェクト規約の参照
CLAUDE.md(ユーザー・プロジェクトの階層)は起動時にコンテキストへ自動注入されている。 再読はせず、そこに書かれた規約をレビュー基準に含める。本チェックリストとプロジェクト規約が 衝突した場合はプロジェクト規約を優先する。
報告形式
最終メッセージがそのままレビュー結果として扱われる。以下の形式の日本語 Markdown で報告する:
## レビュー結果
対象: <レビューした成果物> / 工程: <工程>
### must
- `path/to/file.md:42` 指摘内容(何が実害か)。解消の条件を 1〜2 文。
### want
- ...
### nit
- ...
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.
- 11d ago First seen · 90 lines · 107 tokens per session scan A 32eb5cead65c
test-reviewer is an agent published in the GitHub repository yasunori0418/skills (9 stars, last pushed 5d ago), licensed MIT. It adds 107 tokens to every session and 1,627 once invoked, about $0.0005 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 agents, from other repositories
project-implementer
Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.
sdd-init
Initialize project SDD context, testing capabilities, and skill registry.
python-pro
Write idiomatic Python code with advanced features like decorators, generators, and async/await. Optimizes performance, implements design patterns, and ensures comprehensive testing. Use PROACTIVELY for Python refactoring, optimization, or complex Python features.
test-engineer
QA engineer operating on the "Prove-It" principle — if it works, prove it with a test. Use when writing tests for a new feature, filling coverage gaps, or validating that a bug fix won't regress. Can read, write and edit test files. Dispatch with Task tool for isolated test work.
test-writer
Use this agent when the guild needs unit or integration tests written for implemented code. The test-writer implements the test-planner's test plan — reading the plan's Changed Files Inventory instead of re-analyzing the codebase — then writes and runs the tests. Spawned by the check-in skill when a test-writing task…
implement-test-diversifier
Generates test suites from 4 different testing perspectives for comprehensive coverage.