What problem does it solve?
This skill solves the problem of having a completed test coverage audit with identified gaps but no clear, efficient path to implement the missing tests, eliminating the manual effort of triaging findings, writing appropriate tests, and verifying the full test suite still passes after changes.
Core Features & Use Cases
- Risk-based triage: Automatically prioritizes audit findings by severity to focus on high-impact gaps first, with a user-reviewable cut line for scope.
- Parallelism optimization: Deliberately decides whether to use parallel subagents for test writing based on the number and independence of findings to maximize efficiency.
- Behavior-focused test writing: Ensures all written tests pin observable user-facing behavior instead of brittle implementation details, so they survive code refactors.
- Use case: After running a test coverage audit on the CUNYAutoLogin extension that found missing tests for edge cases in the authentication flow, use this skill to automatically write and validate those tests without manual triage or test writing work.
Quick Start
Use the act-on-test-audit skill to address all critical and high-severity findings from the test-audit.md file in your current repository.