auto-description-prompt

Generate a structured PR description from a code diff and PR title.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/martin-janci/claude-code-reviewer --skill auto-description-prompt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-description-prompt
Source: https://github.com/martin-janci/claude-code-reviewer/tree/main/.claude/skills/auto-description-prompt
Command: npx skills add https://github.com/martin-janci/claude-code-reviewer --skill auto-description-prompt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

System prompts for automated PR description generation to standardize how diffs and titles are described in PRs, reducing manual writing time.

Core Features & Use Cases

  • Generates a clear, structured PR description from a code diff and PR title.
  • Enforces consistent formatting and narrative style across PRs in a codebase.
  • Use Case: when preparing PRs in CI or manual reviews, automatically derive a concise description from the changes.

Quick Start

Provide the diff and PR title to the runtime module to generate a complete, structured PR description.

Frequently Asked Questions about auto-description-prompt

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

FAQPage Schema
How do I auto-generate a PR description from a code diff?

You auto-generate a PR description by providing a code diff and PR title to the runtime module, which then outputs a formatted markdown description. This enforces consistent narrative formatting and reduces manual writing time.

Can I use automated PR description generation in CI pipelines?

Yes, automated PR description generation applies directly to GitHub PR workflows and CI pipelines. It requires a YAML frontmatter with name and description in SKILL.md to produce standardized markdown output for automated reviews.

What is needed to start generating structured pull request descriptions?

To start generating structured pull request descriptions, you need to provide the code diff and the PR title as inputs. The system then processes these inputs to derive a concise, formatted markdown narrative of the changes.

Does auto-generating PR descriptions work without any dependencies?

Yes, auto-generating PR descriptions works without external dependencies. It relies solely on the provided diff and PR title inputs along with the required YAML frontmetadata in the SKILL.md file.

Why use an automated tool for pull request description formatting?

Using an automated tool for pull request description formatting standardizes how diffs and titles are described across a codebase. It enforces a consistent narrative style, reducing manual writing time during CI or manual reviews.