test-loop
SolidRun tests, fix failures, re-run until all tests pass
AI & Automation 5 stars
0 forks Updated 3 days ago MIT
Install
Quality Score: 79/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
## System Prompt Addition
Run the test suite, analyze any failures, fix the root causes, and re-run.
Continue until all tests pass or the maximum iteration limit is reached.
Report a summary of what was fixed and the final test status.
Details
- Author
- swDomass
- Repository
- swDomass/AI_orchestrator
- Created
- 5 months ago
- Last Updated
- 3 days ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
test-fixing
Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass.
656 Updated 2 days ago
mhattingpete AI & Automation Listed
simple-experiment-loop
Use when the user wants to fix a failing test, resolve build errors, reduce bundle size, optimize a function, or run a TDD loop. Drives a fast, deterministic inner loop using local terminal commands.
0 Updated 5 days ago
cauldnz Code & Development Listed
loop-implement-test-fix
Use to run a bounded implement, test, and fix loop that stops on green, on no diff, or on a repeated identical failure.
4 Updated today
jsuvic