pr-summary

Generate a PR summary by comparing branch differences and writing to ./report/PR_SUMMARY.MD.

3|3|Updated Aug 19, 2025
One-click install
npx skills add https://github.com/StartaleGroup/app-sdk --skill pr-summary-startalegroup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-summary
Source: https://github.com/StartaleGroup/app-sdk/tree/main/.claude-lib/shared/skills/pr-summary
Command: npx skills add https://github.com/StartaleGroup/app-sdk --skill pr-summary-startalegroup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a concise PR summary by comparing code differences between the current branch and its parent, streamlining code reviews and approvals.

Core Features & Use Cases

  • Compare committed and uncommitted changes against the parent branch.
  • Apply the repository's PR template to ensure consistency.
  • Output a ready-to-paste PR summary to ./report/PR_SUMMARY.MD for easy integration.

Quick Start

Run the pr-summary tool to generate the PR summary from the current branch and save it to ./report/PR_SUMMARY.MD.

Frequently Asked Questions about pr-summary

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a pull request summary from a git diff?

Generate a pull request summary by comparing code differences between the current branch and its parent. The tool detects the parent branch, generates a diff against origin/<parent>, and writes the summary to ./report/PR_SUMMARY.MD.

Does the PR summary tool capture uncommitted changes?

Yes, the PR summary tool captures both committed and uncommitted changes. It compares all current branch modifications against the parent branch to produce a comprehensive diff for the summary.

How do I apply a PR template to automate summary generation?

Automate PR template application by running the tool against your repository's existing template. It enforces template-driven consistency and outputs a ready-to-paste summary directly to ./report/PR_SUMMARY.MD.

Can I use this PR summary generator across different Git workflows?

Yes, the PR summary generator is applicable to feature branches across various Git workflows. It automatically implements parent branch detection to locate the correct origin/<parent> for diff generation.

What is the best way to streamline code reviews with a diff summary?

Streamline code reviews by generating a concise PR summary from your branch diff and saving it to ./report/PR_SUMMARY.MD. This provides reviewers with a structured, template-driven overview of all changes.

Do I need any external dependencies to generate PR summaries?

No external dependencies are required to generate PR summaries. The tool operates independently using built-in Git commands to detect parent branches, compute diffs, and format the final markdown report.