Skip to main content
Code Guide
Command Recommended

pr.md

/pr - Create well-structured PRs

When to use this

  • When creating a PR and want a structured description with context, changes, and test plan automatically generated
  • When your team enforces PR templates and you want the boilerplate filled in accurately
  • When working across multiple repos with different PR conventions and you want a consistent baseline

How to use

  1. Open the template on GitHub and copy its content: commands/pr.md
  2. Place the file inside .claude/skills/ in your project (or globally in ~/.claude/ to share across all projects).
  3. Edit the Markdown content to match your project conventions, team constraints, and specific context.

Related templates