pr

pr is a command for Claude Code from BenchBox-dev/BenchBox. It costs 27 tokens per session (417 once invoked), scanned A, original, MIT.

A Git workflow for preparing and opening a pull request against the `develop` branch. It checks the working location and branch, commits selected changes, runs preflight checks, pushes the branch, and opens the request.

In plain words
What is it for?
Use it to turn authorized changes in a feature worktree into a checked, conventional commit and a pull request.
Why use it?
It reduces mistakes such as changing the main clone, committing unrelated files, skipping checks, or targeting the wrong branch.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/benchbox-dev/benchbox/pr
Clone the repo
git clone --depth 1 https://github.com/BenchBox-dev/BenchBox

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pr

README.md
[![agentmods](https://agentmods.dev/badge/commands/benchbox-dev/benchbox/pr.svg)](https://agentmods.dev/commands/benchbox-dev/benchbox/pr)
Your own site
<a href="https://agentmods.dev/commands/benchbox-dev/benchbox/pr"><img src="https://agentmods.dev/badge/commands/benchbox-dev/benchbox/pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 417 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00417
Opus 5 $0.00014 $0.00209
Sonnet 5 $0.00005 $0.00083
Haiku 4.5 $0.00003 $0.00042

Measured yesterday against content hash 157e0ca2b129, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

pr scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/pr.md · 35 lines

What it actually says

Context

  • Branch: !git branch --show-current
  • Status: !git status --short
  • Last commit: !git log -1 --oneline
  • Ahead/behind develop: !git rev-list --left-right --count origin/develop...HEAD 2>/dev/null || echo "(no origin/develop)"

Your task

BenchBox PR workflow targeting develop with linear history and squash-only merging.

Execute the following in order, stopping on the first failure:

  1. Run make agent-write-preflight. If it refuses (BenchBox primary clone), stop and tell the user to create a worktree (make worktree-create BRANCH=<name> WORKTREE_PATH=<path>). Do not commit, push, or open a PR from the primary clone without BENCHBOX_ALLOW_MAIN_CLONE_WRITE=1.

  2. Refuse if on develop or main. Stop and switch to a feature branch worktree if needed.

  3. Stage authorized changes and commit. Stage authorized paths explicitly (never git add -A), verify make agent-identity-check, and create a conventional commit.

  4. Run make pr-preflight as the path-aware local gate. CI-only coverage remains separate. Fix root causes if failing; do not use --no-verify.

  5. Run make pr-open — pushes branch and opens a PR vs develop. Note: auto-merge stays withheld unless READY=1 (make pr-open READY=1 or make pr-ready).

  6. Print the PR URL and reported auto-merge status. Do not poll CI: pending is terminal.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 35 lines · 27 tokens per session scan A 157e0ca2b129

Subscribe to this mod's changes

pr is a command published in the GitHub repository BenchBox-dev/BenchBox (12 stars, last pushed yesterday), licensed MIT. It adds 27 tokens to every session and 417 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.