create-pr-description

Generate structured pull request descriptions from staged git changes.

6|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/jerelvelarde/chalk-skills --skill create-pr-description-jerelvelarde
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-pr-description
Source: https://github.com/jerelvelarde/chalk-skills/tree/main/skills/create-pr-description
Command: npx skills add https://github.com/jerelvelarde/chalk-skills --skill create-pr-description-jerelvelarde

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes staged git changes and produces a structured PR description that explains the rationale behind every change, saving time in code reviews.

Core Features & Use Cases

  • Automatically extract changed files and commit messages to compose a PR body.
  • Support inclusion of references to issue numbers, PR conventions, and rationale for changes.
  • Use case: After staging changes, generate a comprehensive PR description ready for paste into GitHub.

Quick Start

Ask to generate a PR description from the currently staged git changes.

Frequently Asked Questions about create-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 staged git changes?▼

To generate a pull request description, this Skill reads your staged git changes and commit messages to output a structured PR body explaining the rationale behind each modification. It automatically extracts the changed files and composes a ready-to-paste PR description.

Can I automatically include issue numbers and project conventions in my PR documentation?▼

Yes, PR documentation can include issue numbers and project conventions. The Skill optionally applies your project conventions and supports the inclusion of issue references to ensure the generated pull request description aligns with your codebase standards.

What is the best way to automate writing the rationale for code review changes?▼

Automating code review rationale is best handled by extracting commit messages and changed files from staged git changes. The Skill composes a structured pull request body that communicates the 'why' behind each change, saving time during documentation and review.

Does this PR generator work with any git codebase or are specific dependencies required?▼

The PR generator works across any standard git codebase without requiring specific dependencies. It reads the git context directly to analyze staged changes, making it suitable for diverse repositories and various pull request workflows.

How to create a ready-to-paste PR body after staging files for commit?▼

To create a ready-to-paste PR body, simply ask the Skill to generate a description from your currently staged files. It processes the staged git changes and outputs structured text formatted for immediate use in GitHub pull requests.