What problem does it solve? It prevents wasted time and new bugs caused by guessing at fixes, enforcing root-cause investigation before any code change for bugs, test failures, CI failures, and performance issues. ## Core Features & Use Cases - Systematic Debugging Framework: Four-phase process (root cause investigation, pattern analysis, hypothesis testing, implementation) with red-flag detection for guess-and-check behavior. - System-Level Investigation: Five-step methodology for server incidents, CI/CD pipeline failures via the gh CLI, log correlation, and database performance diagnostics. - Verification Gate: Iron law requiring fresh command output as evidence before any completion claim, plus frontend visual verification via Chrome MCP or browser automation fallback. - Use Case: When a GitHub Actions build fails but passes locally, use this Skill to collect failed job logs, correlate environment differences, trace the root cause, fix at the source, and verify with fresh test output. ## Quick Start Ask the AI to debug the failing test or error you are seeing and find its root cause before fixing it.