pr-description

Generate and update GitHub PR descriptions from commits and diffs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sahilrajput280/DOGRAH --skill pr-description-sahilrajput280
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-description
Source: https://github.com/sahilrajput280/DOGRAH/tree/main/pipecat/.claude/skills/pr-description
Command: npx skills add https://github.com/sahilrajput280/DOGRAH --skill pr-description-sahilrajput280

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update and standardize GitHub PR descriptions by automatically summarizing changes from commits and diffs.

Core Features & Use Cases

  • Analyze PR commits, diffs, and file changes to generate a concise description.
  • Detect missing, outdated, or conflicting sections and replace with accurate narrative.
  • Include issue references via --fixes to automatically populate a Fixes section.

Quick Start

Run the PR description tool on a pull request to generate a complete description ready for submission.

Frequently Asked Questions about pr-description

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

FAQPage Schema
How do I automatically generate a GitHub PR description from commits and diffs?

To generate a GitHub PR description automatically, you need a tool that parses commits, diffs, and PR metadata to produce a concise narrative. This automates the summarization of file changes for consistent pull request documentation.

What is the best way to update outdated PR descriptions with accurate commit summaries?

Updating outdated PR descriptions requires analyzing the latest commits and diffs to detect conflicting sections. The automated replacement ensures the pull request narrative accurately reflects the current code changes.

Do I need GitHub API access to automate PR description generation?

Yes, GitHub API access is required to automate PR description generation and updates. You also need local git context to parse PR details, diffs, and file changes for accurate narrative creation.

Can I link GitHub issues in an auto-generated PR description?

Yes, you can link GitHub issues in an auto-generated PR description by using the optional --fixes flag. This detects issue references and automatically populates a Fixes section within the pull request narrative.

How does automated PR summarization handle missing sections in a pull request?

Automated PR summarization detects missing sections within your pull request description and replaces them with an accurate narrative generated from the commit history and file diffs. This standardizes the overall PR documentation.