iterate
SolidRefine-to-Done loop: repeat until tests green + review clean + nothing deferred; bounded. Not the harness /loop.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- byerlikaya
- Repository
- byerlikaya/claude-starter-kit
- Created
- 1 months ago
- Last Updated
- yesterday
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
loop-engineer
Run a coding task as a closed maker→checker loop with an explicit done-condition and rubric, iterating until the goal is verifiably met instead of stopping after one pass. Use when the user wants an agent loop, "loop engineering", a self-verifying build, maker-checker, "keep going until it's done/passes", autonomous iteration on a feature or bug, or asks to drive a task to a measurable finish line.
verify-loop
Close the feedback loop on a change - define a runnable success check, run it, articulate each failure before fixing, iterate to green (max 5 rounds).
loop-iterate
Execute exactly one iteration of the contract-based implementation loop — read the contract/plan/progress docs and reviewer feedback, implement one milestone, self-verify, check spec drift, update the memory docs, declare a state. Driven headlessly by loop.sh run; not meant for ad-hoc conversational use.