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 naodeng/awesome-qa-skills --skill test-case-reviewer-plusgit clone --depth 1 https://github.com/naodeng/awesome-qa-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/skills/naodeng/awesome-qa-skills/test-case-reviewer-plus)<a href="https://agentmods.dev/skills/naodeng/awesome-qa-skills/test-case-reviewer-plus"><img src="https://agentmods.dev/badge/skills/naodeng/awesome-qa-skills/test-case-reviewer-plus/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/naodeng/awesome-qa-skills/test-case-reviewer-plus"><img src="https://agentmods.dev/badge/skills/naodeng/awesome-qa-skills/test-case-reviewer-plus.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.00038 | $0.00650 |
| Opus 5 | $0.00019 | $0.00325 |
| Sonnet 5 | $0.00008 | $0.00130 |
| Haiku 4.5 | $0.00004 | $0.00065 |
Grade A, and why
test-case-reviewer-plus 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
30 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.
- agents/openai.yaml 498 B
- evals/cases/basic-success.yaml 774 B
- evals/cases/edge-human-decision-boundary.yaml 2.3 KB
- evals/cases/edge-incomplete-input.yaml 662 B
- evals/cases/edge-risk-priority.yaml 637 B
- evals/eval.yaml 609 B
- examples/analysis-sample.md 229 B
- examples/plan-sample.md 183 B
- examples/requirement-sample.md 324 B
- examples/strategy-sample.md 183 B
- examples/tech-sample.md 218 B
- examples/testcase-sample.md 525 B
- examples/testcase-sample.review.docx 2.2 KB
- examples/testcase-sample.review.json 2.0 KB
- examples/testcase-sample.review.md 1.1 KB
- examples/testcase-sample.review.tsv 1.9 KB
- output-templates/template-excel.tsv 172 B
- output-templates/template-json.json 241 B
- output-templates/template-markdown.md 572 B
- output-templates/template-word.docx 1.3 KB
- prompts/test-case-reviewer-plus.md 6.7 KB
- README.md 857 B
- scripts/common_formatter.py 5.1 KB runs code
- scripts/common_parser.py 3.8 KB runs code
- scripts/parse_excel.py 361 B runs code
- scripts/parse_html.py 358 B runs code
- scripts/parse_json.py 358 B runs code
- scripts/parse_markdown.py 370 B runs code
- scripts/parse_word.py 366 B runs code
- scripts/run_review.py 6.0 KB runs code
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 1c6effcad6f2
- 12d ago First seen · 58 lines · 38 tokens per session scan A 7b93872ca705
test-case-reviewer-plus is a skill published in the GitHub repository naodeng/awesome-qa-skills (205 stars, last pushed yesterday), with no licence file. It adds 38 tokens to every session and 650 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-08-30.
Other skills, from other repositories
go-code-review
Use when reviewing Go code for performance, concurrency safety, security vulnerabilities, or readability issues.
code-simplifier
Use when code has excessive complexity, deep nesting, unused abstractions, or violates YAGNI/KISS/DRY principles and needs simplification or cleanup.
excellence-review
Mandatory excellence gates for Grok+ACOS. verification-loop, santa-method, gstack-qa, plan-reviews, repo-mastery, cso, rules-distill. Never ship without evidence (gstack screenshots, metrics). Use on any build/suggest/lead task.
refactoring-checklist
Safe refactoring procedures with pre/post verification — covering scope assessment, test coverage checks, incremental transformation, and regression prevention.
omh-verification-gate
This is a Hermes-native verification-gate workflow skill.
agent-design-best-practices
Best practices for designing Claude Code agent files (.claude/agents/.md). This skill should be used when writing or reviewing agent markdown files to ensure proper design with focused domains, correct tool access, reusable definitions, and separation of capabilities from lifecycle. Combines Anthropic's official…