errors

Solid

Error pattern analysis and troubleshooting for Claude Code sessions. Categorizes errors (network, auth, model, tool, memory, permission) with known resolution patterns, searches memory for prior occurrences, and suggests recovery steps. Delegates to debug-investigator agent for complex root cause analysis. Use when handling errors, fixing failures, or troubleshooting session issues.

AI & Automation 188 stars 15 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
76
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Error Pattern Analysis Analyze errors captured from Claude Code sessions to identify patterns and get actionable insights. ## Quick Start ```bash /errors # Batch analysis of historical error patterns /debug # CC 2.1.30 real-time debug for current session ``` ### When to Use Which | Command | Purpose | Scope | |---------|---------|-------| | `/errors` | Batch analysis of error patterns (last 24h/7d) | Historical patterns | | `/debug` | Real-time debug of current session state | Current session | | `/ork:fix-issue` | Full RCA workflow for specific bug | Single issue | > **CC 2.1.169+:** for errors that survive `/clear` and restarts, `claude --safe-mode` boots with every customization disabled (CLAUDE.md/plugins/skills/hooks/MCP) — the one-step test that separates "ork/hook/MCP bug" from "CC bug" before deeper analysis. ## Quick Analysis ```bash # Run batch analysis on last 24h of errors python .claude/scripts/analyze_errors.py # Analyze last 7 days python .claude/scripts/analyze_errors.py --days 7 # Generate markdown report python .claude/scripts/analyze_errors.py --report ``` ## What Gets Captured The error collector hook captures: - Tool name (Bash, mcp__memory__search_nodes, etc.) - Error message (first 500 chars) - Tool input (command/query that failed) - Timestamp and session ID **Location:** `.claude/logs/errors.jsonl` ## Current Error Rules Check learned patterns that trigger warnings: ```bash cat .claude/rules/error_rules.jso...

Details

Author
yonatangross
Repository
yonatangross/orchestkit
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category