java-best-practices-debug-analyzer
Installation
SKILL.md
Works with Java exception logs, thread dumps, heap dumps, and error messages.
Java Debug Analyzer
Table of Contents
- Purpose
- When to Use
- Quick Start
- Instructions
- Examples
- Requirements
- Analysis Checklist
- Output Format
- Error Handling
Purpose
Analyzes Java runtime issues, exceptions, stack traces, thread dumps, and performance problems to identify root causes and provide actionable solutions. Helps debug common Java errors, memory leaks, concurrency issues, and performance bottlenecks.
Related skills