How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-dev:analyze-sessionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
次のコマンドを実行して、セッションログを解析する。
次のコマンドを実行して、セッションログを解析する。
uvx git+https://github.com/backpaper0/[email protected] ${CLAUDE_SESSION_ID}
解析結果(HTMLファイル)のパスが標準出力へ書き出されるので、次のコマンドを使用して開く。
open <解析結果のパス>start <解析結果のパス>npx claudepluginhub backpaper0/claude-plugins --plugin cc-devGenerates an in-chat session report from the active or named transcript — every tool call, sub-agent delegation, and file edit, with diagnostics for missed parallelism, redundant work, and over-serialization.
Analyzes Claude Code session logs to extract tool usage stats, thinking blocks, error patterns, debug trajectories, and generate actionable productivity recommendations. Provides cc-session CLI for overviews, timelines, searches.
Locates, lists, filters, and extracts structured data from Claude Code native session logs. Supports both single and multiple session analysis.