pr-description

Generate PR descriptions from conversation context and git diff into pr-description.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generate a concise PR description from conversation context and code changes, saving time and ensuring consistency.

Core Features & Use Cases

  • Gather context from the ongoing discussion and present a clear overview of the change set.
  • Analyze git diff against the base branch and summarize changes in a human-friendly narrative suitable for a PR body.
  • Write the result to pr-description.md in the repo root without pushing to GitHub.

Quick Start

Analyze the conversation and git diff, then write a concise PR description to pr-description.md in the repository root.

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 a git diff?

To generate a pull request description, this Skill analyzes your git diff against the base branch and conversation context, writing a human-readable narrative summary to pr-description.md in the repository root.

Can I automate PR description drafting without pushing directly to GitHub?

Yes, you can automate PR description drafting without pushing to GitHub. This Skill analyzes code changes and writes the output locally to pr-description.md, leaving the actual GitHub update to you.

How do I summarize code changes for a pull request review?

To summarize code changes for a pull request review, this Skill uses git diff main...HEAD to extract the latest updates and translates them into a consistent, human-friendly narrative body.

Does this PR description tool require any external dependencies to run?

No, this PR description tool does not require any external dependencies to run. It operates standalone to analyze conversation context and code diffs for generating documentation.

What is the best way to document linked issues and decisions in a PR body?

The best way to document linked issues and decisions in a PR body is using an automated generator that gathers context from ongoing discussions and summarizes diffs into a consistent markdown file.