analyze-bugs
**Purpose:** Analyze bug reports from host projects (framework project only).
**Purpose:** Analyze local bug reports to find patterns and recurring issues.
$ npx -y skills add alexeykrol/claude-code-starter --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/analyze-local-bugsContext preview
What this command does when you run it.
**Purpose:** Analyze local bug reports to find patterns and recurring issues.
**Purpose:** Analyze local bug reports to find patterns and recurring issues.
**Usage:**
/analyze-local-bugs
---
# Check if script exists if [ ! -f ".claude/scripts/analyze-bug-patterns.sh" ]; then echo "⚠️ Bug pattern analyzer not found" echo " Expected: .claude/scripts/analyze-bug-patterns.sh" exit 1 fi # Run analysis bash .claude/scripts/analyze-bug-patterns.sh
---
The script analyzes all bug reports in `.claude/logs/bug-reports/` and generates:
1. **Framework Version Distribution** - Which versions have most reports 2. **Protocol Type Distribution** - Cold Start vs Completion failures 3. **Most Common Errors** - Top 5 error messages 4. **Step Failure Analysis** - Which protocol steps fail most 5. **Recommendations** - Actionable insights and fixes
---
---
Claude Code Starter — это готовая управляющая среда для проектов, в которых основной рабочий агент — Claude Code.
Repo: alexeykrol/claude-code-starter
**Purpose:** Analyze bug reports from host projects (framework project only).