create-pr

Create and push GitHub pull requests with auto-generated titles and summaries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation and pushing of pull requests from the current branch, generating concise, descriptive titles and bodies to streamline code reviews and releases.

Core Features & Use Cases

  • Auto-generate PR titles from recent commits and changes
  • Compose a meaningful PR body with bullet points summarizing key changes
  • Push the PR to the remote origin and automatically detect the base branch
  • Use cases: fast iteration on feature branches, coordinated team reviews, and standardized PR formats

Quick Start

Use the create-pr skill to generate a PR for the current branch with a descriptive title and a bulleted list of changes, then push the PR to GitHub.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate GitHub pull request creation from the current branch?

To automate GitHub pull request creation, this Skill uses the gh pr create command to push the current branch to remote origin, auto-detect the base branch, and publish the PR with a generated title and body.

Can I auto-generate PR titles and bodies from recent git commits?

Yes, you can auto-generate PR titles and bodies from recent git commits. This Skill analyzes your branch changes and commit history to compose a concise descriptive title and a bulleted list summarizing key changes.

Does this PR automation work with both feature and bugfix workflows?

This PR automation works with both feature and bugfix workflows across team projects. It enforces consistent PR descriptions and standardized formats for code reviews and releases regardless of the branch type.

What is the best way to standardize PR descriptions for coordinated team reviews?

The best way to standardize PR descriptions for coordinated team reviews is to enforce deterministic titles and bulleted change summaries. This Skill automates that formatting by applying consistent structure to every pull request it publishes.

Do I need GitHub CLI installed to automate pull request publishing?

Yes, you need the GitHub CLI installed to automate pull request publishing. This Skill relies on the gh pr create command to push the current branch and publish the PR to the remote origin repository.