docs-summarize-pr
Generate a concise summary of a pull request
Variables
- •
{{diff}}(required): The git diff to summarize - •
{{context}}: Additional context about the PR
Rules
- •Be concise but comprehensive.
- •Highlight breaking changes prominently.
- •Group related changes together.
- •Use bullet points for clarity.
Prompt
Analyze this pull request and provide a clear summary:
diff
{{diff}}
{{#context}} Context: {{context}} {{/context}}
Provide:
- •Overview: One-line summary of what this PR does
- •Changes: Bullet points of key changes
- •Breaking Changes: Any backward-incompatible changes (if any)
- •Testing: What testing was done or is needed
- •Impact: Areas of the codebase affected
Format as markdown suitable for a PR description.