What problem does it solve?
This Skill eliminates the time-consuming and complex process of manual bug investigation, root cause analysis, and fix generation. It streamlines debugging, allowing developers to focus on new features and reduce system downtime.
Core Features & Use Cases:
- Structured Bug Investigation: Guides through collecting symptoms, reproduction steps, and environment details.
- Root Cause Analysis (RCA): Applies techniques like 5 Whys and Fishbone diagrams to identify underlying issues.
- Fix Generation & Proposal: Suggests short-term, medium-term, and long-term solutions with code examples.
- Use Case: A user reports a critical production error. This Skill can walk through the debugging process, analyze logs, pinpoint the database connection pool exhaustion as the root cause, and propose code changes to fix it, including scaling the pool and adding frontend error handling.
Quick Start:
I have a bug in my web application. The dashboard is showing a blank screen after login. Help me debug it.