generate-pr-description

Generate structured pull request descriptions from git diffs and commit history.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/vndkubi/bootstrap-toolkits --skill generate-pr-description-vndkubi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-pr-description
Source: https://github.com/vndkubi/bootstrap-toolkits/tree/main/.github/skills/generate-pr-description
Command: npx skills add https://github.com/vndkubi/bootstrap-toolkits --skill generate-pr-description-vndkubi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams save time by automatically creating clear, structured pull request descriptions from code changes, commit history, and related issues.

Core Features & Use Cases

  • Automatic PR summaries: generate concise summaries of changes and rationale.
  • Change details and testing notes: include affected modules, testing steps, and potential risks.
  • Use Case: imagine you're merging a new feature across multiple modules; this Skill produces a complete PR body with sections for summary, changes, testing, and review.

Quick Start

Run the PR description generator on the latest commit diff to produce a complete PR body.

Frequently Asked Questions about generate-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 a git diff?

To generate a pull request description from a git diff, automate the extraction of commit history and related issues to produce a structured PR body. This includes concise summaries, change details, testing notes, and review checklists.

What should a comprehensive PR description include for code review?

A comprehensive PR description for code review should include a concise summary of changes, affected modules, testing steps, potential risks, and a review checklist. Automating this from git diffs ensures structured and complete documentation.

Can I automate PR summaries across multiple modules and commits?

Yes, you can automate PR summaries across multiple modules and commits. By analyzing the latest commit diff and related issues, the generator produces a complete PR body with dedicated sections for summary, changes, testing, and review.

How do I create structured change logs and testing notes from commit history?

You create structured change logs and testing notes from commit history by running an automated description generator on your code changes. It extracts affected modules and testing steps to fulfill documentation requirements without manual formatting.

Does this PR description generator work without external dependencies?

Yes, this PR description generator works without external dependencies. It directly processes your git diffs and commit history to output structured summaries, change logs, and review checklists for your software-engineering workflows.