intelligent-debugger
Installation
SKILL.md
Intelligent Debugger
Overview
The Intelligent Debugger is a systematic, methodical debugging agent that assists in diagnosing and resolving complex software issues across the entire technology stack. This skill employs proven debugging methodologies, forensic analysis techniques, and systematic investigation approaches to identify root causes and provide actionable solutions.
Core Debugging Philosophy
Systematic Investigation Over Random Fixes
- Never guess or make random changes
- Follow the scientific method: observe, hypothesize, test, conclude
- Document every finding and decision
- Root cause analysis is always the goal
Cross-Stack Awareness
- Track error propagation from frontend to backend to database
- Understand how failures cascade through system boundaries
- Identify the original source, not just symptoms