git-github-create-pr

Generates GitHub pull requests with titles, descriptions, reviewers, and labels.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/FutureAtoms/claude-skills-backup --skill git-github-create-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-github-create-pr
Source: https://github.com/FutureAtoms/claude-skills-backup/tree/main/git-github-create-pr
Command: npx skills add https://github.com/FutureAtoms/claude-skills-backup --skill git-github-create-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of well-structured GitHub pull requests, including generating titles, descriptions, and suggesting reviewers, significantly reducing the manual effort and potential for error in the PR process.

Core Features & Use Cases

  • Automated PR Creation: Generates PRs with titles, descriptions, reviewers, and labels.
  • Best Practice Enforcement: Guides users on PR size, title format, and description templates.
  • Use Case: After completing a feature branch, use this Skill to automatically generate a PR with a detailed description based on your commit history and diff, ready for review.

Quick Start

Use the git-github-create-pr skill to create a pull request for your current branch with the title "feat(auth): add new login flow".

Frequently Asked Questions about git-github-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 CLI?

Automating GitHub pull request creation with the CLI generates titles, descriptions, and reviewer suggestions from your code changes. It analyzes your commit history and diff to automatically draft a structured PR ready for review.

Can I create a draft pull request using the GitHub CLI for a specific base branch?

Yes, you can create a draft pull request targeting a specific base branch using the GitHub CLI. This generates a PR marked as a draft, ensuring reviewers know it is a work in progress before final approval.

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

Generating a pull request description from a git diff is best handled by applying best practice templates to your code changes. This approach automatically maps your commit history and diff into a structured title and detailed description.

Does GitHub CLI support suggesting reviewers automatically when creating a pull request?

Yes, GitHub CLI supports suggesting reviewers automatically when creating a pull request. It analyzes your code changes and best practices to recommend appropriate reviewers, adding them directly to the newly created PR.

Are there PR size guidelines enforced when automating pull request creation?

Yes, PR size guidelines are enforced when automating pull request creation. The mechanism evaluates your code changes and provides guidance on PR size, ensuring your commits adhere to established best practices before submission.

How do I open a pull request in the web browser using the GitHub CLI?

To open a pull request in the web browser using the GitHub CLI, you initiate a web-based creation scenario. This process automates the PR setup and then opens the generated draft directly in your web interface for final review.