Skip to content

Commit 2e22707

Browse files
committed
feat(commands): add quality-loop slash command
Adds a slash command that runs the quality-scan skill iteratively, fixing all issues found until zero remain or 5 iterations complete.
1 parent d41ed02 commit 2e22707

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.claude/commands/quality-loop.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Run the quality-scan skill and fix all issues found. Repeat until zero issues remain or 5 iterations complete.
2+
3+
## Process
4+
5+
1. Run quality-scan skill
6+
2. If issues found: fix ALL of them
7+
3. Run quality-scan again
8+
4. Repeat until:
9+
- Zero issues found (success), OR
10+
- 5 iterations completed (stop)
11+
5. Commit all fixes with message: "fix: resolve quality scan issues (iteration N)"
12+
13+
## Rules
14+
15+
- Fix every issue, not just "easy" ones
16+
- Do not skip architectural fixes
17+
- Run tests after fixes to verify nothing broke
18+
- Track iteration count and report progress

0 commit comments

Comments
 (0)