create-pr-description

Generate PR descriptions from repository templates and git diff changes.

92|7|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/encero-systems/incan --skill create-pr-description-encero-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr-description
Source: https://github.com/encero-systems/incan/tree/main/.agents/skills/create-pr-description
Command: npx skills add https://github.com/encero-systems/incan --skill create-pr-description-encero-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The skill addresses the challenge of manually crafting PR descriptions by automating the process based on repository-specific templates and git diff analysis.

Core Features & Use Cases

  • Automated PR Description Generation: Automatically generates PR descriptions using repository templates.
  • Branch and Issue Awareness: Extracts information from branch names and commit messages to include issue references.
  • Template Customization: Utilizes repository-specific PR templates, allowing for customization based on the repository's standards.

Quick Start

Ask the AI to create a PR description for your feature branch.

Frequently Asked Questions about create-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 automatically?

You can generate a pull request description by analyzing git diff changes and parsing repository-specific templates. This skill automates that process by extracting branch names and commit messages to populate your repository's PR template.

Can I use a custom PR template stored in my repository?

Yes, you can use custom PR templates stored in your repository. The skill parses repository-specific pull request templates, allowing the generated description to match your repository's established formatting standards.

Does generating PR descriptions require access to local git files?

Yes, generating PR descriptions requires local repository file access and the ability to execute git diff commands. The skill analyzes your local branch changes to extract the code differences needed for the description.

How does automated PR description generation handle issue references?

Automated PR description generation handles issue references by extracting information from branch names and commit messages. This ensures relevant issue links are included directly within the populated pull request template.

What's the best way to create a PR description for a feature branch?

The best way to create a PR description for a feature branch is to ask the AI to generate it. The skill will analyze the feature branch's git diff and commit history to automatically populate your repository template.