What problem does it solve?
This Skill provides a structured, repeatable approach to diagnosing and locating the root causes of software bugs across codebases, reducing time to fix and improving debugging consistency.
Core Features & Use Cases
- Systematic repro and data collection: gather error messages, logs, and reproduction steps to establish a clear problem statement.
- Narrowing scope and root-cause localization: guide you through isolating whether the issue is frontend, backend, or IPC, and identify failing components.
- Verification and documentation: provide a checklist to validate fixes and document the resolution for future reference.
- Use Case: When a Rust backend panics or a TypeScript frontend bug occurs, follow this guide to reproduce, isolate, and confirm a fix.
Quick Start
Describe the issue, collect logs and steps to reproduce, then follow the guide to locate and verify the root cause and fix.