From test-quality
Full audit of test suite quality including coverage gaps, brittle patterns, and assertion quality. Use this skill when the user asks to "audit tests", "review test quality", "find test gaps", "are my tests good enough", or any request to assess the overall health and completeness of the project's test suite.
How this skill is triggered — by the user, by Claude, or both
Slash command
/test-quality:test-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform a comprehensive audit of the project's test suite. Analyze:
Perform a comprehensive audit of the project's test suite. Analyze:
assert True),
or multiple unrelated assertions in a single test.If tests/.test-knowledge.json exists, apply its patterns and anti-patterns as
additional checks.
Present findings grouped by severity (critical, warning, suggestion) with specific file:line references.
npx claudepluginhub ats-kinoshita-iso/agent-workshop --plugin test-qualityReviews test suites for coverage, isolation, mock usage, naming conventions, and completeness using checklist for 80%+ coverage, AAA pattern, mock correctness, type safety, and best practices.
Audit test suite health — find flaky tests, slow tests, coverage gaps, and testing anti-patterns. Use when asked to "audit tests", "fix flaky tests", "why are tests slow", "test health", or "improve test suite".
Reviews test suites for coverage completeness, quality, and best practices. Checks happy/sad paths, edge cases, assertions, isolation, AAA patterns, and compliance with RSpec, Minitest, Jest, Playwright.