work_git_pr-creator

Create GitHub pull requests with descriptions from local branch changes.

1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/JoNaYeon/claude-code-skills --skill work-git-pr-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work_git_pr-creator
Source: https://github.com/JoNaYeon/claude-code-skills/tree/main/work/git/work_git_pr-creator
Command: npx skills add https://github.com/JoNaYeon/claude-code-skills --skill work-git-pr-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of GitHub pull requests and PR descriptions from the current branch's changes, removing manual steps and improving review throughput.

Core Features & Use Cases

  • Base-branch detection and verification to determine the PR target.
  • Commit-diff collection and automatic PR body generation for consistent messaging.
  • Push guidance and optional PR creation via gh for streamlined workflows.

Quick Start

Create a PR for the current branch to the detected base branch.

Frequently Asked Questions about work_git_pr-creator

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

FAQPage Schema
How do I automatically create a GitHub pull request from a local branch?

To automatically create a GitHub pull request from a local branch, you need Git and GitHub CLI installed. This Skill reads your commit history and diffs to generate a PR description and creates the pull request using gh.

Can I auto-generate PR descriptions from my commit history?

Yes, you can auto-generate PR descriptions from your commit history. The Skill collects commit diffs from your local branch changes and crafts a concise PR body for consistent messaging across your team.

How does base-branch detection work when creating a pull request?

Base-branch detection works by automatically verifying and determining the PR target branch. This ensures your pull request is correctly directed to the appropriate base branch without manual selection.

Do I need GitHub CLI to automate pull request creation?

Yes, you need GitHub CLI (gh) installed to automate pull request creation. The Skill relies on gh to perform the optional PR creation and streamline your development workflow after generating the description.

What is the best way to ensure consistent PR bodies across my development team?

The best way to ensure consistent PR bodies across your team is to automate PR description generation. By reading commit history and diffs, the Skill standardizes pull request messaging and removes manual writing steps.

How do I streamline pushing local branch changes and opening a PR?

To streamline pushing local branch changes and opening a PR, the Skill provides push guidance and optional PR creation via gh. It automates diff collection and description generation to improve review throughput.