PR Title Writer
Writes a clear pull-request title and a tight summary from a branch's diff or commit list.
Installation
- Make sure Claude is on your device and in your terminal.
Skills load from
~/.claude/skills/when Claude Code starts up — so you need it on your machine first. If you don't have it yet, install it once with the command below, then runclaudein any terminal to verify.One-time setupnpm i -g @anthropic-ai/claude-codeAlready have it? Skip ahead.
- Paste into Claude Code or into your terminal.
This downloads the skill into
~/.claude/skills/pr-title-writer/SKILL.md. - Restart Claude Code.
Quit and reopen Claude Code (or any other agent that loads from
~/.claude/skills/). New skills are picked up on startup. - Just ask Claude.
Skills auto-activate when your request matches the skill's description — no slash command needed. Trigger phrases live in the skill's own frontmatter; you can read them in the “What this skill does” section above.
Prefer to read the source first? Open on GitHub.
When Claude uses it
Writes a clear pull-request title and a tight summary from a branch's diff or commit list.
What this skill does
What it does: Turns the changes on a branch into a ready-to-paste pull-request title and description.
- Reads a diff or commit list and writes a concise, imperative title (≤70 chars)
- Drafts a 2–4 bullet summary of what changed and why
- Adds a short "Test plan" line when the change affects behavior
- Keeps the output conventional-commit friendly
Related skills
Word Document Editor
anthropics
Create, edit, and format Word documents with tables, images, and tracked changes.
Ask Questions If Underspecified
trailofbits
Ask clarifying questions before starting work on ambiguous requests.
CLAUDE.md Optimizer
daymade
Optimize your CLAUDE.md file for clarity, efficiency, and maintainability.
Claude Skills Troubleshooter
daymade
Diagnose and fix plugin installation, enablement, and activation problems.