What problem does it solve?
This Skill provides a structured, systematic approach to identifying, reproducing, and fixing software bugs. It includes robust regression testing to prevent reintroductions and ensures that fixes are comprehensive and stable.
Core Features & Use Cases
- Regression-Test-First: Automatically creates tests to reproduce the bug before implementing any fix.
- Automated Fix & Verification: Implements the fix and rigorously verifies its effectiveness, including re-running all relevant tests.
- Chain Bug Detection: Helps prevent cascading failures by detecting and addressing new issues that might arise from a fix.
- Use Case: When a user reports "Login fails with special characters in password," use this Skill to automatically create a test case, fix the underlying issue, and verify the fix without introducing new problems.
Quick Start
Fix the login bug where special characters cause failure.