pr

Generate a pull request draft with title and description from a feature branch.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/PanJason/Awesome_SDE_Skills --skill pr-panjason
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/PanJason/Awesome_SDE_Skills/tree/main/Common/pr-drafting
Command: npx skills add https://github.com/PanJason/Awesome_SDE_Skills --skill pr-panjason

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of clear, well-structured pull requests from a feature branch, saving time and reducing back-and-forth.

Core Features & Use Cases

  • Generate a descriptive PR title from the latest commits.
  • Compile a detailed PR description including a summary, changes, testing instructions, and optional screenshots.
  • Produce a ready-to-submit PR template that aligns with your team's standards.
  • Use-case: a developer on a feature branch can quickly convert changes into a ready PR without manual formatting.

Quick Start

Create a pull request draft from your feature branch with a concise title and a detailed description.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate creating a pull request with a description from a feature branch?

To automate pull request creation from a feature branch, the Skill generates a descriptive title from recent commits and compiles a detailed PR description including summaries, changes, and testing instructions. It produces a ready-to-submit template that aligns with team standards.

What's the best way to generate a PR template with testing instructions using GitHub CLI?

The best way to generate a PR template with testing instructions using GitHub CLI is to use this Skill, which automatically compiles commit summaries and changes into a structured, ready-to-submit document. It requires GitHub CLI installed and authenticated to function.

Do I need GitHub CLI installed to draft pull requests automatically?

Yes, you need GitHub CLI (gh) installed and authenticated to draft pull requests automatically. The Skill relies on the GitHub CLI to interact with your repository and applies to modern Git workflows where PRs must include specific structured sections.

Can I compile a changes list and summary from commits for a pull request?

Yes, you can compile a changes list and summary from commits for a pull request. The Skill extracts information from your latest feature branch commits to generate a descriptive PR title and a detailed list of changes without manual formatting.

Why should I use an automated workflow for pull request documentation?

You should use an automated workflow for pull request documentation to save time and reduce back-and-forth communication. It streamlines creating well-documented pull requests by converting feature branch changes into clear, structured descriptions.

Does this pull request generator work with standard Git feature-branch workflows?

Yes, this pull request generator works with standard Git feature-branch workflows. It is specifically designed to apply to modern Git workflows where developers need to convert feature branch changes into ready-to-submit PRs with clear descriptions.