pr-description

Generates and updates pull request descriptions from code changes for GitHub, Bitbucket, Azure DevOps, or TFS.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/albertoirurueta/ai-catalog --skill pr-description-albertoirurueta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-description
Source: https://github.com/albertoirurueta/ai-catalog/tree/main/.claude/skills/pr-description
Command: npx skills add https://github.com/albertoirurueta/ai-catalog --skill pr-description-albertoirurueta

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of concise and context-rich pull request descriptions based on actual code changes, saving you time and ensuring high-quality pull requests.

Core Features & Use Cases

  • Code Analysis: Inspects and analyzes changes made in a branch relative to the base branch.
  • PR Drafting: Composes a brief summary of changes with emojis and diagrams.
  • Existing PR Updates: Offers to update the description of an existing PR with the draft.
  • New PR Creation: Assists in committing changes, pushing, and creating a new PR.
  • Use Case: When a developer wants to automate the creation of a PR description for code changes without manual documentation.

Quick Start

Run the /pr-description command to generate a PR description for the current branch changes.

Frequently Asked Questions about pr-description

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

FAQPage Schema
How do I generate pull request descriptions from code changes automatically?

You can generate pull request descriptions automatically by running a command that inspects branch code changes and composes a context-rich summary with emojis and diagrams. This automated documentation analyzes code changes relative to the base branch to draft the PR description.

Does automated PR description generation work with Bitbucket and Azure DevOps?

Yes, automated PR description generation works with GitHub, Bitbucket, Azure DevOps, and TFS repositories. The tool utilizes platform-specific tooling to integrate with code repositories for pull request workflow optimization across these platforms.

Can I update an existing pull request description with automatically generated documentation?

Yes, you can update an existing pull request description. After analyzing code changes and composing a draft summary, the tool offers to update the description of an existing PR with the newly generated automated documentation.

What is the best way to automate PR creation and documentation for new branches?

To automate PR creation and documentation for new branches, use the tool to analyze code changes, compose a summary, and assist in committing changes, pushing, and creating a new PR. This ensures high-quality automated documentation without manual effort.

How does code analysis work for drafting pull request summaries?

Code analysis for drafting pull request summaries works by inspecting and analyzing changes made in a branch relative to the base branch. This code analysis ensures the PR description accurately reflects the actual modifications for automated documentation.