What problem does it solve?
Automates iterative quality scanning by looping a scan, applying fixes, and re-scanning to converge on a clean quality report in an interactive workflow that commits changes.
Core Features & Use Cases
- Orchestrates iterative scans by invoking the scanning-quality skill, collecting findings, and tracking an iteration counter.
- Applies fixes via the refactor-cleaner agent with CLAUDE.md pre-action protocol: dead code first, then structural changes, limited to a small number of files per phase.
- Re-scan and verify builds and tests after each fix, stopping when zero findings remain or the iteration cap is reached.
- Commits per iteration with a clear subject like "fix: iterate quality scan (N)" to maintain a visible history.
Quick Start
Start an iterative quality loop by invoking looping-quality to scan, fix, and re-scan until the findings are eliminated or the maximum iterations are reached.