What problem does it solve?
Debugging and fixing bugs can be a time-consuming and unstructured process, often leading to incomplete fixes or new regressions. This Skill provides a fast, TDD-driven workflow to quickly identify, fix, and verify bugs with minimal overhead, ensuring reliable solutions.
Core Features & Use Cases
- 4-Step Quick Fix Process: Guides through understanding the bug, writing a failing test (TDD RED), implementing a minimal fix (TDD GREEN), and verifying the solution.
- TDD Enforcement: Ensures a test is written to reproduce the bug before any code changes, guaranteeing the fix addresses the actual issue.
- Rapid Iteration: Features only 3 approval gates, significantly faster than a full workflow, for quick turnaround on critical issues.
- Use Case: When a user reports a login crash, use this skill to quickly understand the issue, write a test that reproduces the crash, implement a minimal fix, and verify that the test now passes and no regressions were introduced.
Quick Start
Fix the bug where the login button is not working on iOS