analyze-bugs
**Purpose:** Analyze bug reports from host projects (framework project only).
Sprint/Phase completion protocol
$ npx -y skills add alexeykrol/claude-code-starter --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/fiContext preview
What this command does when you run it.
Sprint/Phase completion protocol
description: Sprint/Phase completion protocol
**CRITICAL: Read the protocol file fresh to avoid missing steps during long sessions.**
Read .claude/protocols/completion.md
This file contains the complete Completion Protocol (immune to context compaction).
Execute all steps from the protocol file: 1. `npm run build` — verify build passes 2. Update metafiles:
3. Export dialogs:
node .claude/dist/claude-export/cli.js export
4. Git commit:
git add -A && git status git commit -m "type: description"
5. Push & PR check:
6. Mark session clean:
echo '{"status": "clean", "timestamp": "'$(date -Iseconds)'"}' > .claude/.last_sessionClaude Code Starter — это готовая управляющая среда для проектов, в которых основной рабочий агент — Claude Code.
Repo: alexeykrol/claude-code-starter
**Purpose:** Analyze bug reports from host projects (framework project only).
**Purpose:** Analyze local bug reports to find patterns and recurring issues.