Identifies and prioritizes the highest-value test coverage gaps in a repository or workspace, then incrementally adds or strengthens tests using the local test stack and cleanly scoped subagent work when available. Use when a user says improve test coverage, find weak tests, add missing test cases, run a recurring test-improvement pass, or asks for a language-agnostic workflow to strengthen mocks, fixtures, and test structure without chasing raw coverage numbers. Do NOT use for first-time framework selection, broad test-stack migrations, or large production refactors.
$npx -y skills add ckorhonen/swe-skills --skill test-gap-huntInstalls into the current project.
Run `npx skills use "https://github.com/ckorhonen/swe-skills" --skill "ckorhonen/swe-skills/test-gap-hunt"` 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/ckorhonen/swe-skills" that are relevant to the current task. Run `npx skills add "https://github.com/ckorhonen/swe-skills"` and select the relevant skills, then follow their instructions.