Back to Skills
🚀
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.mdGlobal (all projects):
~/.claude/commands/pr.mdRelated Skills
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.