pr-description

Generate pull request descriptions from git logs and diffs for GitHub and Azure DevOps.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/J03Fr0st/maestro --skill pr-description-j03fr0st
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-description
Source: https://github.com/J03Fr0st/maestro/tree/main/.github/skills/pr-description
Command: npx skills add https://github.com/J03Fr0st/maestro --skill pr-description-j03fr0st

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of detailed and well-formatted pull request descriptions, ensuring all necessary information is included for effective code review and tracking.

Core Features & Use Cases

  • Automated Description Generation: Analyzes git changes to categorize and summarize modifications.
  • Platform Integration: Works seamlessly with both GitHub and Azure DevOps for PR creation.
  • Use Case: After completing a new feature, use this skill to generate a PR description that includes a summary, links to related work items, a breakdown of changes by category, and identifies the change type and potential risks.

Quick Start

Use the pr-description skill to generate a pull request description for your current changes.

Frequently Asked Questions about pr-description

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

FAQPage Schema
How do I automatically generate a pull request description from git changes?

You can automatically generate a pull request description by analyzing the git log and diffs to categorize changes into dependencies, build config, code, tests, and documentation, then formatting them into a structured markdown description.

Can I create pull requests on both GitHub and Azure DevOps using automation?

Yes, this skill generates structured markdown descriptions and creates pull requests seamlessly across both GitHub and Azure DevOps platforms by analyzing your local git changes.

Does the generated PR description support conventional commit titles and work item links?

Yes, the generated PR description supports conventional commit titles and includes links to work items, ensuring all necessary information is included for effective code review and tracking across platforms.

What is the best way to format git diffs into categories like tests and documentation for a PR?

The best way to format git diffs into categories for a PR is to analyze the changes and sort them into dependencies, build config, code, tests, and documentation, resulting in a structured markdown description.

Do I need any external dependencies to automate pull request creation across GitHub and Azure DevOps?

You do not need any external dependencies to automate pull request creation across GitHub and Azure DevOps. The skill operates independently using scripts and references to analyze git changes and format them.