Debugging Log Analyser
Parse error logs, stack traces, and crash reports into a structured root cause diagnosis. Use when an application is throwing exceptions, crashing, or producing unexpected errors and you need to understand why and what to fix. Produces a structured diagnosis with error classification, stack trace walkthrough, probable root cause with confidence level, affected code path, a concrete code-level fix suggestion, and ordered next debugging steps.
Install
npx pm-claude-skills add --agent claude # or codex · cursor · gemini · hermes
# or one-line MCP (every skill, any client):
claude mcp add pm-skills -- npx -y pm-claude-skills-mcp
What to give it
- The log / stack trace / error output — paste directly or describe the error
- Language and framework — e.g. Node.js + Express, Python + Django, Java Spring, Go
- Context — what changed before this started — e.g. recent deploy, config change, increased traffic, new input data; or "nothing changed" is also useful
- Frequency — one-off / intermittent / consistent / regression after a specific change
- Environment — local dev / staging / production
- What they've already tried — if anything
Related skills
Debugging Log Analyser is one of 174 open-source professional AI agent skills.
Try them all in the browser · ⭐ Star on GitHub · Browse the full catalog