What problem does it solve?
This Skill provides a disciplined diagnosis loop for hard bugs and performance regressions, guiding you through the process of reproducing, hypothesizing, and fixing issues efficiently.
Core Features & Use Cases
- Structured Bug Diagnosis: Follows a disciplined loop to diagnose and fix bugs.
- Reproduction Loop: Automates the reproduction of bugs for easier debugging.
- Hypothesis Testing: Encourages the creation of falsifiable hypotheses to narrow down the problem.
- Instrumentation: Utilizes targeted logging and debugging tools to isolate issues.
- Regression Testing: Ensures that fixes do not introduce new bugs.
- Use Case: When a user reports a bug or performance regression, this Skill can help you systematically identify and resolve the issue.
Quick Start
Use the diagnose skill to systematically address a reported bug in your codebase.