Verify that every [IMPL] issue has a corresponding closed [TEST] issue and a matching test file in the repository. Use when someone asks to "verify TDD pairs", "check test coverage for issues", "are all impl tickets paired with tests?", "run the TDD audit", or "which impl issues are missing tests?". Also useful at sprint planning to confirm the board is correctly structured before assigning work to agents. Requires gh CLI access to query GitHub Issues.
$npx -y skills add lilacmohr/ai-engineering-playbook --skill verify-tdd-pairsInstalls into the current project.
Run `npx skills use "https://github.com/lilacmohr/ai-engineering-playbook" --skill "lilacmohr/ai-engineering-playbook/verify-tdd-pairs"` 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/lilacmohr/ai-engineering-playbook" that are relevant to the current task. Run `npx skills add "https://github.com/lilacmohr/ai-engineering-playbook"` and select the relevant skills, then follow their instructions.