describe-pr

Generate pull request descriptions from code diffs, commits, and templates.

3.9k|296|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill describe-pr-parcadei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: describe-pr
Source: https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/describe_pr
Command: npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill describe-pr-parcadei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of comprehensive pull request descriptions, ensuring all necessary information and adherence to repository templates are met.

Core Features & Use Cases

  • Automated Description Generation: Creates detailed PR descriptions based on code diffs, commit history, and predefined templates.
  • Verification Checklist Handling: Automatically runs verification commands and marks checklist items as complete or notes failures.
  • Reasoning History Inclusion: Incorporates previous approaches and learnings into the description for better context.
  • Use Case: After pushing changes for a new feature, use this Skill to generate a complete PR description that includes technical details, verification steps, and a changelog, ready for review.

Quick Start

Use the describe-pr skill to generate a description for the current pull request.

Frequently Asked Questions about describe-pr

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

FAQPage Schema
How do I automatically generate a pull request description from code diffs?

You can automate pull request description generation by analyzing code diffs, commit history, and repository templates. This Skill creates comprehensive PR documentation and updates the description directly via the GitHub CLI.

Can I use GitHub CLI to automate PR descriptions with verification checklists?

Yes, you can automate PR descriptions with verification checklists using the GitHub CLI. This Skill runs verification commands, marks checklist items as complete, and notes any failures directly in the generated pull request text.

Do I need bash and gh CLI installed to automate pull request documentation?

Yes, you need bash and the gh CLI installed to automate pull request documentation. The Skill executes via bash scripting and relies on the GitHub CLI to analyze repository templates and update the pull request description.

What is the best way to include reasoning history in a GitHub pull request description?

The best way to include reasoning history in a GitHub pull request description is to use an automation Skill that incorporates previous approaches and learnings. It automatically embeds reasoning history into the PR text for better technical context.

Does automated PR description generation work with custom repository templates?

Yes, automated PR description generation works with custom repository templates. The Skill analyzes predefined repository templates alongside code diffs and commit history to ensure the generated description adheres to your project's formatting requirements.