pr-create

Generate GitHub PR descriptions with Summary, Gotchas, and Verification blocks.

1|2|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/alunduil/alunduil-chezmoi --skill pr-create-alunduil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-create
Source: https://github.com/alunduil/alunduil-chezmoi/tree/main/dot_claude/skills/pr-create
Command: npx skills add https://github.com/alunduil/alunduil-chezmoi --skill pr-create-alunduil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open a GitHub PR with a tight body — why this change, what'll surprise the reviewer, how we know it's correct — or add a pull_request_template to a repo. Use when asked to open, create, or draft a pull request, compose or regenerate a PR description, or scaffold a repo's PR template. Composes the Summary/Gotchas/Verification structure and detects an existing template first.

Core Features & Use Cases

  • Compose the Summary/Gotchas/Verification structure for PR bodies to clearly explain the change and its impact.
  • Detect and apply a repo's existing PR template when present; otherwise apply a standard three-block structure (Summary, Gotchas, Verification).
  • Scaffold or update PR descriptions to reflect changes, including references to related issues and Closes statements.

Quick Start

Draft a PR body for the current branch by summarizing the change, highlighting Gotchas, and detailing verification, while using an existing PR template if available.

Frequently Asked Questions about pr-create

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

FAQPage Schema
How do I automatically generate a structured GitHub pull request description?

To generate a structured GitHub pull request description, this Skill composes a coherent body using Summary, Gotchas, and Verification blocks. It automatically detects existing repo templates and applies them, or falls back to the standard three-block structure to clearly explain changes.

Does this pull request generator work with an existing PR template in my repository?

Yes, this pull request generator works with existing PR templates by detecting them automatically. When a repository template is present, it applies that template; otherwise, it defaults to generating the standard Summary, Gotchas, and Verification structure.

What is the best way to draft a PR body that highlights gotchas and verification steps?

The best way to draft a PR body highlighting gotchas and verification is using the Summary, Gotchas, and Verification structure. This format ensures reviewers understand why the change was made, what might surprise them, and exactly how the code was verified.

How to scaffold or update a pull request template for a GitHub repository?

To scaffold or update a pull request template, this Skill detects and applies the existing template or creates a standard Summary, Gotchas, and Verification structure. It updates PR descriptions to reflect changes, including related issue references and Closes statements.

Can I use this Skill to add Closes statements and issue references to my PR description?

Yes, you can use this Skill to add Closes statements and issue references to your PR description. It scaffolds and updates PR descriptions to reflect code changes, ensuring related issues are properly cited within the generated structure.

What should be included in a GitHub PR description to ensure clear code review?

A GitHub PR description for clear code review should include a Summary of the change, potential Gotchas for reviewers, and Verification steps proving correctness. This Skill automatically assembles these blocks to explain the change and its impact.