Audit test files against the project's AGENTS.md test conventions, ensuring tests meet the bar for high-quality behavioral specs. Also checks whether production code changes have adequate test coverage (coverage gap analysis). Use when asked to "audit tests", "check test quality", "review tests against AGENTS.md", "do a test pass", "check test conventions", "ensure tests are high quality", or "are there missing tests". Focuses on test design, assertion quality, and coverage gaps — not code coverage metrics. NOT for: production code quality (use code-quality) or full PR review (use pr-review).
$npx -y skills add aliasunder/agent-plugins --skill test-auditInstalls into the current project.
Run `npx skills use "https://github.com/aliasunder/agent-plugins" --skill "aliasunder/agent-plugins/test-audit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/aliasunder/agent-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/aliasunder/agent-plugins"` and select the relevant skills, then follow their instructions.