pr-description
PR description generation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
PR description generation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Structured code review
Find and load available skills
Spec-faithful implementation for spec-driven development
Architecture and interface design for spec-driven development
Codebase analysis and context gathering for spec-driven development
Solution proposals with tradeoff analysis for spec-driven development
| description | PR description generation |
Generate a clear, reviewer-friendly pull request description by analyzing the diff and commit history. Follow this protocol for consistent output.
Analyze the diff: Read all changed files to understand the scope.
Identify the change type: Classify the PR.
Write the summary: Create 1-3 bullet points.
List the changes: Group modifications by area.
Describe testing: Explain what was verified.
Note breaking changes: Flag anything that affects existing behavior.
## Summary
- <1-3 bullet points describing the change>
## Changes
- <grouped description of modifications>
## Testing
- <what was tested and how to verify>
## Breaking Changes
- <list any breaking changes, or "None">
Keep the description concise and factual. Avoid subjective language. Omit the Breaking Changes section if there are none.