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.229 Home All releases olderv2.1.228 v2.1.231newer
Claude Code v2.1.229

New pr skill opens pull requests, replacing pr-explainer

Not switched on
Useful3 Signal4
Slash Commands Notable

A pr command that opens GitHub pull requests is bundled but gated off; pr-explainer is gone.

A pr skill using a fixed gh CLI workflow is present but requires a gate that falls back to false.

/pr
What

A new pr command gathers git context and opens a GitHub pull request through a fixed gh CLI workflow, with a fixed allowed-tools list covering gh pr create --title --body and git push -u origin * and a heredoc body format. Off in this build: it needs tengu_cinder_relay, which falls back to false, behind the commit-skill rollout gate. The old pr-explainer command that generated a shareable PR walkthrough artifact is gone, and PR review skills no longer point at it.

Evidence

Create a GitHub pull request. Use whenever you are about to open a PR

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.229 →