What problem does it solve?
This Skill helps diagnose broken behavior when the cause is unclear, turning vague failures, stack traces, and “works here but not there” incidents into a structured investigation.
Core Features & Use Cases
- Reproduce and scope issues: Clarifies expected versus actual behavior, exact steps to trigger the problem, and who or what is affected.
- Isolate and diagnose root cause: Narrows the failure to a specific component, code path, deploy, or configuration change using logs and recent changes.
- Propose fixes and prevention: Recommends a fix, considers edge cases and side effects, and suggests regression tests or safeguards.
- Use case: A deployment starts failing in production only after a config change; this Skill guides the investigation from symptoms to root cause and a safe remediation plan.
Quick Start
Tell the agent the exact error message, what changed recently, and the steps to reproduce the issue.