What problem does it solve?
This Skill defines a repeatable remediation loop to resolve blocking findings from reviews, preventing ad-hoc fixes that miss scope, repeat futile attempts, or leave unresolved issues untracked.
Core Features & Use Cases
- Controlled Iterations: Tracks remediation attempts with iteration markers that record refs targeted, files changed, commit hashes, and approach summaries for auditable retries.
- Mode Selection: Supports interactive human-in-the-loop prompts or autonomous execution for unattended remediation runs.
- Failure & Scope Guardrails: Enforces per-finding retry limits, stuck-finding detection, termination conditions, and strict scope constraints to prevent scope creep.
- Re-review Safety: Forces comprehensive re-reviews after fixes to catch regressions and newly introduced issues.
- Use Case: After a /review returns a BLOCK verdict, run targeted remediations against MUST-FIX findings, iterate up to the configured max, and produce a final summary of resolved and stuck findings.
Quick Start
Request a targeted remediation run for the brief with blocking findings and allow the loop to attempt up to the configured number of iterations.