test-reviewer

test-reviewer is an agent for Claude Code from yasunori0418/skills. It costs 107 tokens per session (1,627 once invoked), scanned A, original, MIT.

A read-only reviewer for software testing documents, such as test plans, test designs, execution logs, monitoring definitions, and completion reports. It checks them against ISTQB/JSTQB testing guidance.

In plain words
What is it for?
Use it to inspect testing work products, compare them with earlier documents, and report supported findings to the calling agent.
Why use it?
It finds gaps and inconsistencies without changing the documents or code. This keeps the review independent and prevents accidental edits.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions CLAUDE.md.

Part of the testing-skills plugin — 8 skills, 1 agent shipped together

Good fit Use it to inspect testing work products, compare them with earlier documents, and report supported findings to the calling agent.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/yasunori0418/skills/test-reviewer
Install

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.

Clone the repo
git clone --depth 1 https://github.com/yasunori0418/skills

Made for: Claude Code.

Or install testing-skills, the plugin that ships this one along with the rest of its 8 skills, 1 agent.

Wrote 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.

agentmods badge for test-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/yasunori0418/skills/test-reviewer/github.svg)](https://agentmods.dev/agents/yasunori0418/skills/test-reviewer)
Your own site
<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.

agentmods 80×15 button for test-reviewer

Your own site · 80×15
<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>
Per session 107 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,627 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash 32eb5cead65c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

skills/testing/test-review/agents/test-reviewer.md · 90 lines

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 は指摘の報告のみを行い、成果物を変更させる指示は出さない)
  • 送信が失敗しても本文は書き切って終了する。完了通知・承認を待って停止しない

レビュープロセス

  1. 基準の読み込み: prompt に示されたチェックリスト(references/checklist.md)を Read し、 該当工程の区分 + 共通観点 を基準にする。
  2. 対象の精読: レビュー対象成果物と前工程成果物を Read する。内容の根拠確認に必要なら、 対象リポジトリの仕様・コード・テストコードを Read / Grep / Glob で確認する (implement 工程ではテストコードの検証力の確認に必須)。
  3. 発見パス: チェックリストの観点で指摘候補を洗い出す。この段階では網羅優先。 機械検査が済ませた項目(存在・必須セクション・空欄・ID 突合)は重複して指摘しない。 機械検査の SKIP 項目(空欄が正当な列・テストコード本体など)は定性側の担当なので必ず見る。
  4. 反証パス: 各候補に対して「この指摘は間違いだ」と反証する側に回り、成果物・仕様を 読み直す。前工程成果物や利用者決定に正当な理由が残っていないか、プロジェクト規約で 許容されていないかを確認する。反証が成立した候補は棄却、反証も確証もできなかった 候補は [PLAUSIBLE] を付けて残す。

severity 体系

  • must: 差し戻し相当。このまま次工程へ進むと後工程の成果物が壊れる・完了判定ができない
  • want: 修正推奨。次工程へは進めるが解消すべき(条件付き通過で残置し得る)
  • nit: 好みの範疇
  • [PLAUSIBLE]: 反証パスで確証が取れなかった指摘に付けるマーク(severity と併記)

判定の目安: 「チェックリストに反するか」ではなく「実害が成果物の中で具体化しているか」で must を判定する。実害が潜在的な段階なら want に落とす。

プロジェクト規約の参照

CLAUDE.md(ユーザー・プロジェクトの階層)は起動時にコンテキストへ自動注入されている。 再読はせず、そこに書かれた規約をレビュー基準に含める。本チェックリストとプロジェクト規約が 衝突した場合はプロジェクト規約を優先する。

報告形式

最終メッセージがそのままレビュー結果として扱われる。以下の形式の日本語 Markdown で報告する:

## レビュー結果

対象: <レビューした成果物> / 工程: <工程>

### must
- `path/to/file.md:42` 指摘内容(何が実害か)。解消の条件を 1〜2 文。

### want
- ...

### nit
- ...

Read the full file on GitHub · 90 lines

Changes

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.

  1. 11d ago First seen · 90 lines · 107 tokens per session scan A 32eb5cead65c

Subscribe to this mod's changes

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.

Related

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.

athola/claude-night-market · 38 tokens

sdd-init

Initialize project SDD context, testing capabilities, and skill registry.

Gentleman-Programming/gentle-pi · 17 tokens

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.

echoVic/blade-code · 51 tokens

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.

felvieira/claude-skills-fv · 66 tokens

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…

HirogaKatageri/hirokata · 77 tokens

implement-test-diversifier

Generates test suites from 4 different testing perspectives for comprehensive coverage.

eai-support/eai-gofer · 19 tokens