Use when adding or improving test coverage for existing source code without changing production behavior. Selects mock strategy by module type (route handler, repository, plugin, utility, service), handles mockReset:true environments, and prevents common vitest/jest mock wiring failures. Triggers on: write tests, add tests, test coverage, regression coverage, untested module, *.test.ts. Triggers on "write tests" or "add test coverage".
$npx -y skills add acedergren/agentic-tools --skill write-testsInstalls into the current project.
Run `npx skills use "https://github.com/acedergren/agentic-tools" --skill "acedergren/agentic-tools/write-tests"` 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/acedergren/agentic-tools" that are relevant to the current task. Run `npx skills add "https://github.com/acedergren/agentic-tools"` and select the relevant skills, then follow their instructions.