PR Description Writer

Generate a complete PR description from a git diff or change summary.

9|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Notysoty/openagentskills --skill pr-description-writer-notysoty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PR Description Writer
Source: https://github.com/Notysoty/openagentskills/tree/main/skills/pr-description-writer
Command: npx skills add https://github.com/Notysoty/openagentskills --skill pr-description-writer-notysoty

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drafting PR descriptions is time-consuming and inconsistent. This skill standardizes context by clearly stating what changed, why, and how reviewers can test it, reducing back-and-forth and speeding up reviews.

Core Features & Use Cases

  • Automatically generates a complete PR description from a git diff or change summary, ensuring sections like Summary, Changes, Test Plan, and Risks.
  • Enforces a consistent structure and tone for reviewer experience across teams.
  • Use Case: When preparing a PR for a large feature or fix, paste the diff or summary and let the skill craft a thorough description.

Quick Start

Provide a git diff or a brief change summary to the PR Description Writer to generate a complete PR description.

Frequently Asked Questions about PR Description Writer

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 from a git diff, paste the diff or change summary into the tool to automatically produce a reviewer-friendly document with Summary, Changes, and Test Plan sections.

What should a code review description include for new features and fixes?

A code review description should include a Summary of the changes, a detailed list of modifications, and a Test Plan. This standardizes context for reviewers and reduces back-and-forth during the review process.

Can I use a brief change summary instead of a full diff to write PR documentation?

Yes, you can use a brief change summary instead of a full diff. The tool extracts and assembles context from either input to produce a complete, consistently structured pull request description.

Does generating PR documentation this way require any specific git workflow dependencies?

No specific git workflow dependencies are required. You only need to provide the git diff or change summary text, and the tool outputs a formatted PR description without needing external components.

What is the best way to standardize pull request descriptions across my team?

The best way to standardize pull request descriptions is to process all diffs through a single tool that enforces a consistent structure and tone, ensuring every reviewer receives clearly stated changes and test plans.

Why does drafting PR descriptions manually slow down code reviews?

Drafting PR descriptions manually slows down code reviews because it is time-consuming and often inconsistent, causing miscommunication. Automating this process clearly states what changed and how to test it, speeding up reviews.