Claude Skill

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.

LLM Mart · 0 points · 9 views 29 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download pvrlabs-aibadger-skills_badger-review-78f1e2d.zip · 0 KB
Part of pvrlabs/aibadger — 2 skills

Install

skills CLI npx skills add https://github.com/PVRLabs/aibadger/tree/main/skills/badger-review
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install pvrlabs-aibadger@llmmart
Git git clone https://github.com/PVRLabs/aibadger.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole pvrlabs/aibadger collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

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.

Files (aibadger)
  • SKILL.md 1.3 KB
    ---
    name: badger-review
    description: 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.
    ---
    
    # 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:
    
    ```text
    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:
    
    ```text
    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.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related