Testing & qualityGitHub source
Test and Fix
/test-and-fixBe methodical: fix one test at a time and verify it before moving on to the next.
// skill content
--- description: "Run tests and fix any failures" --- 1. Run the test suite: npm test (or appropriate test command for the project) 2. If all tests pass, report success 3. If tests fail: - Analyze each failure carefully - Identify the root cause (is it the test or the implementation?) - Fix the issue - Re-run tests to verify the fix - Repeat until all tests pass Be methodical: fix one test at a time and verify before moving to the next.
// original public source
0xquinto/bcherny-claude/.claude/commands/test-and-fix.md
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.