parallel-test-fixing
Installation
SKILL.md
Parallel Test Fixing
Speed up fixing a broken test suite by distributing failing tests across parallel subagents.
Workflow
1. Run the Full Test Suite
npm test -- --no-coverage 2>&1 || true
Capture the output and extract all failing test files.