Ccc Debug Session banner
KevinZai KevinZai

Ccc Debug Session

Documentation community

Description

--- name: ccc-debug-session description: "Start a structured debug session with hypothesis tracking and resolution documentation" usage: /debug-session [issue description] version: 1.3.0 --- # Debug Session — Structured Investigation Starting debug session for: **{{input}}** ## Phase 1: Gather Context 1. **Recent changes**: Run `git log --oneline -10` and `git diff HEAD~3` to see what changed recently 2. **Error reproduction**: Identify the exact error message, stack trace, or unexpected beh

Installation

Installs to ~/.claude/skills/kevinzai-commander-ccc-debug-session/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kevinzai-commander-ccc-debug-session && curl -fsSL https://raw.githubusercontent.com/KevinZai/commander/HEAD/commands/ccc-debug-session.md -o ~/.claude/skills/kevinzai-commander-ccc-debug-session/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository