unit-test-reviewing-test-suite
Installation
SKILL.md
When to Apply This Skill
- A developer submits an existing test file for quality audit
- A team lead wants to assess test quality before a release or merge
- A CI/CD gate requires a quality verdict before a PR is approved
- A test suite generated externally needs validation before use
Atomic Skills to Load First
Read these files before executing any step:
-
../unit-test-analyzing-code-coverage/SKILL.md— Coverage type definitions, severity classification (CRITICAL / HIGH / MEDIUM / LOW), and gap report format — the reference standard for coverage dimension review -
../unit-test-generating-unit-tests/SKILL.md— AAA pattern, naming conventions, correct mocking structure, and exception testing patterns — the reference standard for judging test quality under review