What problem does it solve?
This Skill helps you resolve bugs, regressions, failing tests, crashes, and flaky or broken behavior by guiding Circuit through reproduction, isolation, targeted change, verification, and reporting.
Core Features & Use Cases
- Reproduce and isolate: Determines what’s failing and why before making changes.
- Make the smallest safe patch: Relays a focused fix to a worker and then verifies it.
- Mode-driven verification and review: Runs the full Fix flow by default, with Lite/Deep/Autonomous options for different depth and autonomy needs.
- Use case: A production issue is reported and you need the minimal code change plus evidence that tests/verification passed, including a review step when required.
Quick Start
Ask for a bug fix by telling Circuit: fix the failing login flow that sometimes throws a token error.