pr-create

Generate standardized GitHub pull request titles and descriptions from commit history.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/skuridin/agent-stuff --skill pr-create-skuridin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-create
Source: https://github.com/skuridin/agent-stuff/tree/main/skills/pr-create
Command: npx skills add https://github.com/skuridin/agent-stuff --skill pr-create-skuridin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates and simplifies the process of creating GitHub pull requests by generating meaningful titles and detailed descriptions, ensuring clarity and consistency.

Core Features & Use Cases

  • PR Title Generation: Creates standardized, concise titles based on commit changes following conventional commit standards.
  • PR Description Drafting: Crafts comprehensive explanations of what was changed and why, improving code review and collaboration.
  • Use Case: Developers prepare a pull request after completing a feature or bug fix; this Skill helps produce professional, informative PRs without manual effort.

Quick Start

Use the pr-create skill to generate a pull request description for your current branch.

Frequently Asked Questions about pr-create

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

FAQPage Schema
How do I create a GitHub pull request automatically from commit history?

You can automate GitHub pull request creation by using this Skill to analyze your commit history and code differences, which generates a standardized PR title and a detailed description for code review.

What is the best way to generate a PR description from git diff?

Generating a PR description from a git diff is done by this Skill, which analyzes code differences to draft comprehensive explanations of what was changed and why, improving code collaboration.

Do I need git command-line tools to automate pull request creation?

Yes, you need git command-line tools installed, as the Skill requires them to retrieve commit logs and code diffs for analyzing changes before generating the pull request details.

Can I generate conventional commit PR titles from code differences?

Generating conventional commit PR titles from code differences is supported by this Skill, which creates standardized, concise titles based on commit changes to ensure clarity and consistency.

Does automated PR generation work for both features and bug fixes?

Automated PR generation works for both features and bug fixes, as the Skill produces professional, informative pull requests for code review whenever a developer prepares a branch for merging.