pr-description

Generate structured pull request descriptions from git commits and diffs.

4|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/platxa/platxa-skill-generator --skill pr-description-platxa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-description
Source: https://github.com/platxa/platxa-skill-generator/tree/main/catalog/pr-description
Command: npx skills add https://github.com/platxa/platxa-skill-generator --skill pr-description-platxa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of comprehensive pull request descriptions, saving developers time and ensuring consistent, informative communication about code changes.

Core Features & Use Cases

  • Automated Analysis: Analyzes git commits and diffs to understand changes.
  • Structured Output: Generates titles, summaries, categorized changes, testing instructions, and related issue links.
  • Template Integration: Adapts to existing PR templates or uses a standard format.
  • Use Case: After completing a feature branch, run this skill to generate a detailed PR description that clearly explains the changes, how to test them, and links to relevant tickets, ready for review.

Quick Start

Use the pr-description skill to generate a pull request description for the current branch.

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 git history automatically?

You can generate a pull request description from git history by analyzing commit messages and diffs against a base branch. The skill categorizes changes, identifies breaking modifications, and formats output according to conventional commit standards.

Can I use my own team PR template for automated code review documentation?

Yes, automated code review documentation supports template integration. It adapts to your existing PR templates or uses a standard format to generate structured titles, summaries, and testing instructions.

How do you extract related issues from git commits for PR documentation?

Extracting related issues from git commits involves analyzing the commit history and diffs against a base branch. The generated PR documentation scans this history to identify and link relevant tickets automatically.

Does the PR generation tool identify breaking changes in git diffs?

Yes, the PR generation tool identifies breaking modifications by analyzing git diffs against a base branch. It categorizes these changes and highlights them within the structured pull request output.

What is the best way to automate pull request summaries for feature branches?

The best way to automate pull request summaries for feature branches is to analyze the branch's git commits and diffs. This generates structured output including categorized changes, testing instructions, and related issue links.