Run all tests and fix
Execute the full test suite and systematically fix any failures, ensuring code quality and f...; keywords: test, fix. Use only on explicit request; skip in routine implementation discussions.From its SKILL.md
npx -y skills add gologo13/agent-skills --skill run-all-tests-and-fixAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 191 tokens by cl100k_base, as published. Nobody here has run it
Run All Tests and Fix Failures
Overview
Execute the full test suite and systematically fix any failures, ensuring code quality and functionality.
Steps
- Run test suite
- Execute all tests in the project
- Capture output and identify failures
- Check both unit and integration tests
- Analyze failures
- Categorize by type: flaky, broken, new failures
- Prioritize fixes based on impact
- Check if failures are related to recent changes
- Fix issues systematically
- Start with the most critical failures
- Fix one issue at a time
- Re-run tests after each fix
Test Recovery Checklist
- Full test suite executed
- Failures categorized and tracked
- Root causes resolved
- Tests re-run with passing results
- Follow-up improvements noted
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.