pr-description

Generate a structured GitHub PR description from commits and metadata.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/ORANGECRAB13/vocareMVP --skill pr-description-orangecrab13
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-description
Source: https://github.com/ORANGECRAB13/vocareMVP/tree/main/.claude/skills/pr-description
Command: npx skills add https://github.com/ORANGECRAB13/vocareMVP --skill pr-description-orangecrab13

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR descriptions are often inconsistent and time-consuming to compose. This skill automatically generates a concise, informative summary of changes to accompany a GitHub pull request, improving clarity and review efficiency.

Core Features & Use Cases

  • Automated summarization: Converts commits, diffs, and related metadata into a cohesive PR description.
  • Issue linking: Integrates fixes references from --fixes and existing issue trackers to surface relevant context.
  • Use Case: When preparing a release PR, generate a description that highlights the purpose, changes, and impact for reviewers.

Quick Start

Run the pr-description command with a PR number to produce an updated description.

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 pull request description from GitHub commits?

You can automatically generate a pull request description by running the pr-description command with a PR number, which parses metadata, analyzes commits, and composes a structured summary for the PR body.

What is the best way to summarize diverse change sets for a GitHub release PR?

The best way to summarize diverse change sets for a GitHub release PR is using automated summarization, which converts commits and diffs into a cohesive narrative that highlights purpose, changes, and impact for reviewers.

Can I link issue fixes and tracker references when automating PR descriptions?

Yes, you can link issue fixes when automating PR descriptions; the skill integrates fixes references from --fixes and existing issue trackers to surface relevant context within the generated summary.

How does automated PR description generation handle inconsistent commit metadata?

Automated PR description generation handles inconsistent commit metadata by parsing the PR metadata, analyzing the diverse commits across repositories, and composing a clear, structured description regardless of input variance.

Do I need any specific dependencies or components to automate GitHub PR summaries?

You do not need any specific dependencies or components to automate GitHub PR summaries; the skill operates independently to parse metadata and generate structured descriptions directly from your repository.