What problem does it solve?
Analyzes stack traces, error logs, and code context to identify root causes and suggest targeted fixes. Specializes in systematic troubleshooting across multiple languages. Use when encountering runtime errors, production issues, exceptions, crashes, or when the user mentions error messages, stack traces, or debugging needs.
Core Features & Use Cases
- Capture comprehensive error context: error details, full stack trace, logs, and environment context
- Parse and analyze stack trace: identify origin, trace path, and categorize frames
- Classify error type & severity: logic, resource, configuration, integration, concurrency with severity levels
- Investigate relevant source code: read failing function, validate input, review error handling and resources
- Mitigation plan: defensive programming, testing strategy, and monitoring enhancements
- Root cause patterns: common causes and guidance for fixes
Quick Start
Example: Paste a runtime error or stack trace; the skill analyzes context and proposes a targeted fix plan with suggested tests.