commit-push-pr

commit-push-pr is a command for Claude Code from 0xquinto/bcherny-claude. It costs 8 tokens per session (161 once invoked), scanned A, original, MIT.

A Git workflow command for committing changes, uploading the branch to a remote repository, and opening a pull request for review.

In plain words
What is it for?
Use it to review and stage files, create a conventional commit, push a branch, and open a pull request with a summary, tests, and reviewer notes.
Why use it?
It brings the main collaboration steps together and stops to report problems if any step fails.

Command for Claude Code

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/0xquinto/bcherny-claude/commit-push-pr
Clone the repo
git clone --depth 1 https://github.com/0xquinto/bcherny-claude

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 commit-push-pr

README.md
[![agentmods](https://agentmods.dev/badge/commands/0xquinto/bcherny-claude/commit-push-pr.svg)](https://agentmods.dev/commands/0xquinto/bcherny-claude/commit-push-pr)
Your own site
<a href="https://agentmods.dev/commands/0xquinto/bcherny-claude/commit-push-pr"><img src="https://agentmods.dev/badge/commands/0xquinto/bcherny-claude/commit-push-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 161 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 $0.00008 $0.00161
Opus 5 $0.00004 $0.00081
Sonnet 5 $0.00002 $0.00032
Haiku 4.5 $0.00001 $0.00016

Measured 4d ago against content hash 6abc295562cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

commit-push-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 4d ago.

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/commit-push-pr.md · 20 lines

What it actually says

Follow these steps in order:

  1. Run git status to see what files have changed
  2. Run git diff to review the changes
  3. Stage the appropriate files with git add
  4. Create a commit with a clear, descriptive message following conventional commits format
  5. Push to the remote branch (create remote branch if needed with -u origin <branch>)
  6. Create a Pull Request using gh pr create with:
    • A clear title summarizing the changes
    • A description with:
      • Summary of what changed and why
      • Any testing done
      • Any notes for reviewers

If there are any issues at any step, stop and report them.

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. 4d ago First seen · 20 lines · 8 tokens per session scan A 6abc295562cb

Subscribe to this mod's changes

commit-push-pr is a command published in the GitHub repository 0xquinto/bcherny-claude (355 stars, last pushed 3mo ago), licensed MIT. It adds 8 tokens to every session and 161 once invoked, about $0.0000 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-08-30.