We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41ed02 commit 2e22707Copy full SHA for 2e22707
1 file changed
.claude/commands/quality-loop.md
@@ -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