Run tests and fix all failures using smart error grouping.
Run your test suite, group failures by root cause, and fix them systematically — turning red builds green with minimal, targeted changes.
claude skill install test-fixing
# Run tests and fix all failures
/test-fixing
# Fix failures in a specific test file
/test-fixing --file src/components/Button.test.tsx
Executes your test suite, captures failure output, and groups errors by common root causes (broken imports, API changes, stale snapshots, etc.). Generates minimal fixes for each group and re-runs affected tests to verify. Continues the fix-verify loop until all tests pass or reports remaining issues that need manual attention.
Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and Aider.