Write, extend, or review tests in any codebase. Use this skill whenever the user asks to write tests, add test coverage, test a new feature, fix failing tests, or audit existing test files — regardless of language, framework, or project. Also trigger for "add tests for", "write tests for", "cover this with tests", "test this file", "update the tests", "improve coverage", or "this needs tests". This skill enforces universal testing rules (no .skip, no lowering thresholds, full-path coverage) and adapts its mock patterns and tooling to whatever stack the repo uses.
$npx -y skills add anchildress1/awesome-github-copilot --skill test-writerInstalls into the current project.
Run `npx skills use "https://github.com/anchildress1/awesome-github-copilot" --skill "anchildress1/awesome-github-copilot/test-writer"` 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/anchildress1/awesome-github-copilot" that are relevant to the current task. Run `npx skills add "https://github.com/anchildress1/awesome-github-copilot"` and select the relevant skills, then follow their instructions.