Run quality gates loop until all green (tests+linter+review → fix → repeat)
Runs quality gates loop until all green (tests, linter, review) and auto-fixes issues.
/plugin marketplace add buzzdan/ai-coding-rules/plugin install go-linter-driven-development@ai-coding-rules[file_pattern]Execute the quality gates loop for already-implemented code that needs cleanup.
⏱️ Estimated Duration: 2-5 minutes (depends on number of issues found)
Run these phases from @linter-driven-development skill:
Phase 2: Parallel Analysis
Phase 3: Intelligent Combined Report
Phase 4: Iterative Fix Loop
Loop until: ✅ Tests pass | ✅ Linter clean | ✅ Review clean
Use this when code is already written but needs to pass quality gates. Skip the implementation phase (Phase 1) and go straight to fixing issues.