What problem does it solve?
This Skill helps you diagnose bugs, regressions, and unexpected behavior without guessing. It turns scattered evidence such as logs, errors, and test failures into a structured root-cause analysis with a confidence level, clear proof boundaries, and a minimal fix path.
Core Features & Use Cases
- Evidence-first debugging: Separates direct evidence from indirect clues so conclusions stay grounded in facts.
- Confidence-based diagnosis: Produces 1-3 hypotheses, ranks them by confidence, and refuses to overstate weak conclusions.
- Minimal fix planning: Suggests the smallest targeted change needed to address the leading cause, plus regression checks and a gotcha entry to prevent recurrence.
- Use Cases: Investigating a production error from logs, analyzing a regression after a recent commit, validating whether a bug matches a known pitfall in project memory, or preparing a safe handoff to an implementation skill.
Quick Start
Ask the evidence-debugger skill to analyze your error logs, expected behavior, and actual behavior to identify the most likely root cause with confidence and a minimal fix path.