Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.51 Home All releases olderv2.1.50 v2.1.52newer
Claude Code v2.1.51

/commit-push-pr Command

What

A new built-in slash command that creates a branch, commits staged changes, pushes to origin, and opens (or updates) a pull request — all in a single action.

Usage
# Inside a Claude Code session:
/commit-push-pr
/commit-push-pr add reviewer @teammate
Details
  • Automatically detects the base branch and creates a feature branch using your username prefix
  • Drafts a commit message following your repository's commit style
  • Creates or updates a PR with summary, test plan, and changelog sections
  • Includes enhanced PR attribution: 🤖 Generated with Claude Code (X% N-shotted by claude-model-name, M memories recalled)
  • If CLAUDE.md references Slack channels, optionally posts the PR URL via Slack MCP tools
  • Auto-approves the git and GitHub CLI commands needed (no manual permission prompts)
Evidence

Skill definition with name: "commit-push-pr" and description: "Commit, push, and open a PR" (search for "/commit-push-pr")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.51 →