| name | pr-packaging |
| description | Package changes into a well-documented pull request. Use before submitting PRs. |
PR Packaging
Aggregate design artifacts and review findings into a comprehensive PR description.
Process
- Summarize what changed and why
- Document implementation approach
- Include testing performed
- Note review findings and resolutions
- Flag breaking changes and follow-ups
Output
Create PR description using the template in templates/pr-description.md.
Tips
- Link to related issues/tickets
- Highlight breaking changes prominently
- Include test commands for reviewers
- Note any deploy considerations
- List follow-up tasks