pr-create

Create a GitHub pull request from the current branch using gh pr create.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/sakastudio/cef-test --skill pr-create-sakastudio
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: pr-create
Source: https://github.com/sakastudio/cef-test/tree/main/.claude/skills/pr-create
Command: npx skills add https://github.com/sakastudio/cef-test --skill pr-create-sakastudio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub PR creation is tedious and error-prone when merging local changes; this skill guides a developer through reviewing the current branch changes and opening a pull request.

Core Features & Use Cases

  • Review changes on the current branch and summarize commits for PR title/description.
  • Draft an informative PR title and body that align with repository conventions.
  • Create the PR using the gh CLI, with optional base/target branch specifications.
  • Use case: preparing a feature branch for review or merging a hotfix into the main line.

Quick Start

Create a pull request for the current branch on GitHub with a descriptive title and summary.

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 from the current branch?โ–ผ

To create a GitHub pull request from the current branch, this skill analyzes your local commits, drafts a concise PR title and description, and executes the gh pr create command to open the PR.

Can I use gh pr create to draft a PR title and description automatically?โ–ผ

Yes, you can automatically draft a PR title and description using gh pr create. This skill reviews your local changes and summarizes commits to generate metadata aligned with repository conventions.

What is the best way to prepare a feature branch for code review on GitHub?โ–ผ

The best way to prepare a feature branch for code review is to summarize local commits, generate an informative PR body, and use gh pr create to publish the pull request for team review.

Does this PR creation method support specifying a base branch for merging hotfixes?โ–ผ

Yes, this PR creation method supports specifying a base branch. You can define an optional target branch during the gh pr create execution to merge hotfixes into the main line.

Why use an automated PR creation tool instead of manually opening pull requests?โ–ผ

Automated PR creation prevents tedious manual errors by analyzing branch commits and drafting repository-convention-aligned metadata, simplifying the workflow from local changes to a published pull request.