Back to Skills
🚀

PR Description

Official Skill
/pr

Writes a clear pull request description from your commits and changes.

C

by Claude Rules

Skill author

.claude/commands/pr.md
Write a pull request description for the current branch.

Run git log main..HEAD --oneline and git diff main...HEAD --stat.

## Summary
[2-3 sentences]

## Changes
[Bulleted list]

## Testing
[How to test]

## Notes
[Deployment considerations]

How to install this skill

Save the content above as a .md file in your .claude/commands/ directory, then use /pr in Claude Code.

Project-level (current project only):

.claude/commands/pr.md

Global (all projects):

~/.claude/commands/pr.md

Related Skills

Browse by Tag

What are Skills?

Claude Code Skills are reusable slash commands stored as .md files in your .claude/commands/ directory. Type /pr in Claude Code to run this skill.

Learn more in the docs