pr-description

Generate structured pull request descriptions from git diffs against the main branch.

6|3|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/ather-techie/SlateFlow --skill pr-description-ather-techie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-description
Source: https://github.com/ather-techie/SlateFlow/tree/main/.claude/skills/pr-description
Command: npx skills add https://github.com/ather-techie/SlateFlow --skill pr-description-ather-techie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the friction of writing clear, concise, and informative pull request descriptions, ensuring that team members and reviewers understand the context and impact of code changes immediately.

Core Features & Use Cases

  • Automated Diff Analysis: Automatically scans the current branch changes against the main branch to identify modified, added, or deleted files.
  • Standardized Formatting: Enforces a consistent What/Why/Changes structure that improves code review quality and documentation standards.
  • Use Case: When you have finished a complex feature implementation, use this skill to generate a structured summary that highlights the business logic changes and specific file modifications for your team's review.

Quick Start

Use the pr-description skill to analyze the current branch changes and generate a pull request description for me.

Frequently Asked Questions about pr-description

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

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

Generating a pull request description from a git diff requires automated analysis of current branch modifications against the main branch to produce a structured summary of code changes and technical context.

What is the best way to automate writing pull request summaries for code review?

Automating pull request summaries for code review uses diff analysis to identify modified files and outputs a standardized What/Why/Changes structure, ensuring reviewers understand the context and impact of code changes immediately.

Do I need git access to generate structured pull request summaries?

Yes, generating structured pull request summaries requires git access to perform diff operations between the current and main branches, identify modified files, and summarize repository modifications accurately.

How does automated diff analysis improve documentation standards for engineering teams?

Automated diff analysis improves documentation standards by enforcing a consistent What/Why/Changes formatting structure, which eliminates writing friction and highlights business logic changes for clearer team communication.

Can I use this to summarize complex feature implementation changes for my team?

Yes, you can summarize complex feature implementation changes by analyzing the current branch diff to generate a structured summary highlighting business logic changes and specific file modifications for team review.