pr-create

Create GitHub pull requests with conventional-commit titles via gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conventional commits standardize PR titles and bodies to improve review efficiency and consistency across projects.

Core Features & Use Cases

  • Enforces conventional-commit-style PR titles based on commits on the feature branch.
  • Integrates with GitHub CLI (gh) to create PRs and apply .github/PULL_REQUEST_TEMPLATE.md when available.
  • Supports per-installation configuration paths and PR body templating for consistent reviews.
  • Useful in automated workflows and collaborative teams to streamline code review and integration.

Quick Start

Run /pr-create to start creating a pull request from your current feature 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 pull request with a conventional-commit title?

To create a pull request with a conventional-commit title, this Skill automates GitHub PR creation by enforcing title rules based on your feature branch commits. It standardizes PR titles to improve review consistency across projects.

Does the PR creation workflow integrate with the GitHub CLI?

Yes, the PR creation workflow integrates directly with the GitHub CLI (gh) to open pull requests. It automatically applies your project's .github/PULL_REQUEST_TEMPLATE.md when available to ensure consistent PR bodies.

Can I use a custom template for my pull request body?

You can use a custom template for your pull request body through per-installation configuration paths. The workflow applies your project template when present, enforcing body consistency for collaborative code review.

What are the limitations on PR titles generated from conventional commits?

Limitations on PR titles generated from conventional commits include strict rules for title length and a prohibition on AI attribution. These constraints ensure titles remain concise and authentically reflect human authorship.

Why use conventional-commit-style PR titles in an automated workflow?

Using conventional-commit-style PR titles in an automated workflow standardizes PR metadata to improve review efficiency. It enforces consistent formatting across feature branches, streamlining code integration for collaborative teams.