Badger Review

Prepare current-session guidance for an independent AI Badger review of recent repository work. Use only when the user wants a Badger review, not for generic review requests or session continuation.

PVRLabs e1c4c7a 1.3 KB Updated

File contents

Badger Code Review

Create .badger-handoff in the current working directory, or another workspace directory explicitly selected by the user. Do not discover a Git root.

Summarize the current conversation briefly with strong recency bias. Include the user's request, what was just implemented, recent decisions and constraints, verification already performed, and reviewer attention points.

Always write this exact UTF-8 framing:

BADGER-HANDOFF-V1
mode: review

<compact review guidance>

Keep the complete file at or below 65,536 bytes. The body is conversation state only: do not inspect or include repository files, diffs, Git state, or topology. Badger collects review context itself.

After writing successfully, derive the absolute directory from the written file path and print exactly:

Badger handoff prepared.

In a separate terminal, run:

cd '/absolute/path/to/the-written-directory'
badger continue

Substitute the actual POSIX-shell-quoted directory. Do not invoke Badger or use another transport.

PVRLabs/aibadger/tree/main/skills/badger-review commit e1c4c7a5ed

Frequently asked questions

npx skillmds@latest add pvrlabs/badger-review