PR Automation
Analyzes all commits on the branch to auto-generate a PR title, change summary, test checklist, and reviewer guide, then creates the PR on GitHub.
/prDeveloper who hates writing PR descriptions? Run /pr for one-click from commit analysis to PR creation
Team lead? Enforce consistent PR format across the team
How It Works
Skill Code
Copy and paste into your CLAUDE.md to start using immediately.
How PR Automation Works
PR Automation analyzes your branch's diff against main, extracts the intent behind each change, and auto-generates a PR title, detailed description with bullet points, and a reviewer checklist — ready to submit via GitHub CLI.
When to Use PR Automation
Saves significant time when you make multiple PRs daily and want consistent, well-documented pull requests that reviewers can understand at a glance without asking follow-up questions.
Key Strengths
- Generates title, description, and checklist in one command
- Consistent PR format improves team review velocity
- Integrates with GitHub CLI for direct submission
- Extracts intent from code changes, not just file names