Stats
Actions
Tags
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 Claude Code transcripts, showing every tool call, sub-agent delegation, and file edit with diagnostics for missed parallelism and redundant work.
Generates a structured SESSION_REPORT.md with token usage estimates, work summary, and outcomes for post-session review.
Mines Claude Code session transcripts to suggest plugin improvements that reduce token spend and re-work.