What problem does it solve?
It prevents PR review from getting stuck in noisy diffs by producing a concise, human-readable explanation of what changed and why, tailored for the development and product audience.
Core Features & Use Cases
- Business-impact PR reporting: Turns the current branch’s commits into a clear summary of purpose and impact that can be posted to the tracker.
- Cross-tracker comment formatting: Generates output suitable for either GitHub PR comments (Markdown) or JIRA issue comments (Wiki Markup), depending on the target.
- Authorship and traceability: Credits the real change author(s) by reading git history and PR metadata, and includes them in the published comment.
Quick Start
Use the pr-summary skill to generate a ready-to-post comment that explains the business purpose and impact of the current PR changes.