pr-description

Generate GitHub Pull Request descriptions from commit logs and issue numbers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of updating GitHub Pull Request descriptions, ensuring they accurately reflect the changes made and include relevant issue tracking information.

Core Features & Use Cases

  • Automated Summary Generation: Creates concise summaries of PR changes based on commit history.
  • Issue Linking: Automatically links PRs to fixed issues using commit messages or provided arguments.
  • Use Case: After pushing a set of commits to a feature branch, run this Skill to generate a comprehensive PR description that reviewers can quickly understand, including any issues that are now resolved.

Quick Start

Update the pull request description for number 3534, indicating it fixes issue 123.

Frequently Asked Questions about pr-description

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

FAQPage Schema
How do I automatically update a GitHub pull request description from commit messages?

This Skill automates updating GitHub pull request descriptions by analyzing git diffs and commit messages to summarize changes, identify breaking modifications, and list fixed issues via the GitHub API.

Can I link fixed issues to a pull request automatically?

Yes, you can link fixed issues to a pull request automatically by providing issue numbers as arguments. The Skill reads commit messages and provided arguments to link the PR to resolved issues within the generated description.

How do I generate a PR summary from git diff for code review?

You generate a PR summary from git diff by running this Skill against your local git repository. It analyzes the diff and commit history to create concise summaries of changes, helping reviewers quickly understand the modifications.

Does this PR automation tool work with my local git repository?

Yes, this PR automation tool works with your local git repository. It integrates with both the local git repository to analyze diffs and commit logs, and the GitHub API to update the remote pull request description.

What is the best way to document breaking changes in a pull request?

The best way to document breaking changes in a pull request is to use this Skill, which identifies breaking modifications by analyzing your commit messages and git diffs, then automatically lists them in the updated PR description for reviewers.