What problem does it solve? After an initial implementation, code often contains defects, unverified assumptions, and weak spots that a single review pass misses. This Skill automates a disciplined review-fix-recheck loop so issues are found, fixed, and re-verified without unbounded automation. ## Core Features & Use Cases - Bounded Two-Cycle Loop: Runs at most two stress-interview and worker repair cycles, then stops, keeping scope and risk understandable. - Multi-Agent Review: Uses a subagent batch of verifier, reviewer, and challenger to surface evidence-backed findings before any fix is applied. - Severity-Based Fix Policy: Classifies findings (P0-P3) and only applies safe, actionable fixes automatically while escalating judgment calls to the user. - Use Case: After finishing a new feature, invoke the skill to have reviewers pressure-test the change, let a worker apply verified fixes, and receive a report of cycles, fixes, and remaining risks. ## Quick Start Ask the agent to run self-healing on the changes you just made so it reviews, repairs, and re-checks them in at most two cycles.