ce-pr-description

Generate conventional-commit PR titles and descriptive bodies for branches or PRs.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill ce-pr-description-andreicr1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-pr-description
Source: https://github.com/Andreicr1/netz-analysis-engine/tree/main/.gemini/skills/ce-pr-description
Command: npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill ce-pr-description-andreicr1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Regenerate a concise PR title and a value-first description for a branch or specified PR.

Core Features & Use Cases

  • Generate a conventional-commit-style PR title and a descriptive body for a branch or PR reference.
  • Return structured {title, body_file} for callers to apply via gh pr edit or gh pr create.
  • Supports current-branch mode (describes HEAD vs base) and PR mode (describes a given PR); accepts PR references in multiple forms.

Quick Start

Describe the current branch with no PR reference to generate a description, or specify a PR reference to describe that PR, then use the resulting title and body_file with gh pr create or gh pr edit.

Frequently Asked Questions about ce-pr-description

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

FAQPage Schema
How do I generate a PR description from git commits automatically?

Generate a PR description from commits by analyzing your branch's commit history to output a conventional-commit-style title and a structured body file. This provides a concise, value-first summary of your code changes without manual writing.

Can I create a conventional-commit-style PR title for my current git branch?

Yes, you can create a conventional-commit-style PR title for your current git branch using current-branch mode. It evaluates HEAD against a base reference to automatically produce a structured title and descriptive body for your changes.

Does this PR description generator apply edits directly to my GitHub PR?

No, this PR description generator does not edit your GitHub PR directly. It outputs a structured title and body file, allowing you to manually apply the generated text using gh pr edit or gh pr create for safe, controlled updates.

What is the best way to update an existing GitHub PR body using generated text?

The best way to update an existing GitHub PR body is to generate the structured title and body file first, then pass those outputs directly to the gh pr edit command. This separates generation from application for secure PR management.

Can I specify a PR reference other than the current branch to generate a description?

Yes, you can specify a PR reference other than the current branch to generate a description. It supports PR mode with multiple reference formats, allowing you to target and describe any specified pull request within your repository.