What problem does it solve?
This Skill helps you investigate suspected software bugs without jumping straight into fixes. It turns vague failure reports, error messages, stack traces, and behavioral issues into a structured diagnosis covering whether the bug is real, what likely caused it, how severe it is, and what parts of the codebase may be affected.
Core Features & Use Cases
- Structured bug investigation: Confirms whether an issue is verified, likely, inconclusive, or not actually a bug.
- Root cause analysis: Extracts signals from stack traces, file paths, error text, and recent code changes to generate and test evidence-based hypotheses.
- Impact assessment: Classifies severity, identifies affected modules and user flows, and looks for similar patterns elsewhere in the codebase.
- Use case: When a production error appears after a recent change, use this Skill to localize the failure, connect it to relevant files and commits, and decide whether you need a direct fix, a design change, or requirement re-analysis.
Quick Start
Ask the AI to use mvt-bug-detect on a specific error, stack trace, or reproduction scenario so it can analyze the cause and report the impact without modifying code.