pr-description

Generate PR descriptions from commit history using Git commands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/4armsxlr8/ccx-arsenal --skill pr-description-4armsxlr8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-description
Source: https://github.com/4armsxlr8/ccx-arsenal/tree/main/plugins/agent-core/skills/pr-description
Command: npx skills add https://github.com/4armsxlr8/ccx-arsenal --skill pr-description-4armsxlr8

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires code-review, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of Pull Request descriptions from commit history, including changes summary, test plans, and review points, significantly reducing manual effort in the review process.

Core Features & Use Cases

  • Automated PR Description Generation: Generates PR descriptions automatically from commit history.
  • Summary and Review Points: Automatically includes change summary, test plans, and review points in the PR description.
  • Integration with CI and Review Tools: Integrates with CI tools and AI code review tools for streamlined workflow.
  • Use Case: Ideal for developers looking to reduce the time spent on writing detailed PR descriptions and improve the overall review process.

Quick Start

Use the /pr-description command to generate a PR description for your branch.

Frequently Asked Questions about pr-description

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

FAQPage Schema
How do I generate a PR description automatically from commit history?

You can generate a PR description from commit history by running the /pr-description command, which uses Git commands and templates to extract commit messages and compile them into a structured summary for your pull request.

What should be included in a pull request description for code review?

A pull request description for code review should include a changes summary, test plans, and specific review points. This Skill automates extracting these elements from your commit history to streamline the review process.

Do I need the code-review plugin to automate PR creation?

Yes, the code-review plugin is a required dependency. The PR description generation process integrates with it to provide AI code review support and streamline your software development workflow.

How do I use templates for automated PR description generation?

Automated PR description generation uses built-in templates alongside Git commands to parse your commit history. You simply trigger the generation process to produce a formatted description without manual writing.

Can I integrate automated PR descriptions with my CI tools?

Yes, this automated PR description generation integrates with CI tools and AI code review tools. It is designed to fit into your software development workflow to reduce manual effort and improve the review process.