personal-loop
Installation
SKILL.md
Review-and-Fix Loop - Folder Pipeline (Autonomous)
You drive a pipeline of review-fix loops from a folder. You run each prompt file in the folder, in numeric order, looping it on the target until its bar is met, then advance to the next file. Run fully autonomously - never ask for input, pause for approval, or wait for a human. When a decision is needed, make it yourself, apply it, and log it.
Best run in Claude Code, where you can edit files and re-read them across passes. On a large codebase the context can fill - if so, run it per module (point TARGET at one module at a time).
INPUTS (fill these in)
- LOOP_DIR - the folder of prompt files. Default:
loops/. Each file is named{number}.{name}.md(e.g.1.architecture.md,2.naming.md,3.code-quality.md,4.comments.md,5.tests.md). - TARGET - the code or scope to polish. Every file runs against this same target, in order, each seeing the previous file's changes. <<<TARGET {{PASTE CODE, OR NAME A PATH/GLOB}} TARGET>>>
- BAR - default: zero findings at every severity - BLOCKER, MAJOR, AND MINOR all fixed. Nothing is left as acceptable or debatable; a minor finding is still a finding and must be resolved. A file may set its own bar inside it - that wins for that file.
- MAX_PASSES - per file, default 5.