dev-pr-summarize

Generate a structured PR changelog from branch commits and diffs.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/guan404ming/gmccc --skill dev-pr-summarize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-pr-summarize
Source: https://github.com/guan404ming/gmccc/tree/main/skills/dev/dev-pr-summarize
Command: npx skills add https://github.com/guan404ming/gmccc --skill dev-pr-summarize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generate a concise changelog from the current branch diffs to streamline PR reviews and release notes.

Core Features & Use Cases

  • Analyze the commits and diffs against the base branch to identify changes
  • Generate a short, structured changelog following a clear template
  • Use in code reviews, release notes, or documentation to summarize work

Quick Start

Run the skill on your current branch to generate a concise PR changelog from the commit history and diffs.

Frequently Asked Questions about dev-pr-summarize

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

FAQPage Schema
How do I generate a changelog from a pull request diff automatically?

To generate a changelog from a pull request diff, this skill parses commit messages and file diffs against the base branch to produce a structured summary. It automatically extracts changes to streamline code reviews and release notes.

What is the best way to summarize commit messages for release notes?

Summarizing commit messages for release notes is done by analyzing the current branch diff history and formatting the changes into a concise template. This provides a structured changelog suitable for documentation and reviews.

Can I use my current git branch to create a structured PR summary?

Yes, you can use your current git branch to create a structured PR summary. The skill evaluates the branch diffs and commit history directly, requiring no additional dependencies to output the final changelog.

How does parsing file diffs help with code review preparation?

Parsing file diffs helps with code review preparation by identifying exactly what changed in the codebase. This allows the skill to generate a concise, structured changelog that highlights modifications for reviewers.

Do I need any external dependencies to turn git diffs into a changelog?

No external dependencies are needed to turn git diffs into a changelog. The skill operates independently by parsing existing commit messages and file diffs from your current branch to build the summary.