Debrief banner
christianalfoni christianalfoni

Debrief

Development community

Description

You are executing the /debrief command for claude-debrief. Your job is to: 1. Synthesize a rich PR description from session transcripts + git diff 2. Create or update the GitHub PR 3. Evaluate the agent's performance and print it to the terminal --- ## Step 1: Gather context Run these in parallel: - `git branch --show-current` → branch name - `pwd` → working directory - `gh pr view --json number,url,body 2>/dev/null || echo "NO_PR"` → existing PR Derive the workspace key from pwd: replace ev

Installation

Installs to ~/.claude/commands/christianalfoni-codespark-debrief.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/christianalfoni/codespark/HEAD/.claude/commands/debrief.md -o ~/.claude/commands/christianalfoni-codespark-debrief.md

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

Full documentation available on GitHub

View Source Repository