pr-description

Generate PR descriptions from git diffs and commits against a base branch.

51|2|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/g2i-ai/agents --skill pr-description-g2i-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-description
Source: https://github.com/g2i-ai/agents/tree/main/skills/pr-description
Command: npx skills add https://github.com/g2i-ai/agents --skill pr-description-g2i-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR descriptions are often labor-intensive to craft and can miss essential details, slowing down code reviews and introducing inconsistencies. This skill automates the creation of clear, concise PR descriptions based on the current branch and its changes.

Core Features & Use Cases

  • Auto-generate a concise PR description and title from the branch diff and recent commits.
  • Include a change list, testing notes, and references to related briefs or specs when available.
  • Produce a ready-to-submit draft description for quick review against the base branch.

Quick Start

Ask your AI agent to generate a PR description for the current branch against the base branch.

Frequently Asked Questions about pr-description

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

FAQPage Schema
How do I auto-generate a pull request description from git branch changes?

Auto-generating a pull request description requires analyzing the git diff against the base branch, summarizing recent commits, and formatting a ready-to-paste draft that includes change lists and testing notes.

What's the best way to automate PR summaries for everyday developer workflows?

Automating PR summaries involves comparing branch changes against the base branch to produce a consistent description with a change list, testing notes, and references to related briefs or specs.

Can I generate a PR title and draft description from my recent git commits?

Generating a PR title and draft description from recent git commits is possible by analyzing the branch diff and commit history to produce a concise, ready-to-submit summary for code review.

Does an automated PR description tool include testing notes and related spec references?

Automated PR description tools include testing notes and references to related briefs or specs by summarizing branch changes and formatting them into a ready-to-paste draft for review.

Why do I need to automate pull request descriptions instead of writing them manually?

Automating pull request descriptions solves the problem of manual labor and inconsistency, ensuring clear summaries with change lists and testing notes that speed up code reviews and reduce missing details.