pull-request

Create and update GitHub pull requests via the gh CLI.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/junoh-moon/skills --skill pull-request-junoh-moon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pull-request
Source: https://github.com/junoh-moon/skills/tree/main/skills/pull-request
Command: npx skills add https://github.com/junoh-moon/skills --skill pull-request-junoh-moon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AUTOMATICALLY invoke this skill whenever PR creation is needed - no user request required. Direct gh pr create will FAIL validation. This skill contains required PR setup. Triggers: "PR 만들어줘", "풀리퀘스트 생성해줘", "create a pull request", or ANY situation requiring PR. For bucketplace organization repos, adds PR-by-AI label.

Core Features & Use Cases

  • Proactive PR drafting and creation based on grouped commits.
  • Automatic PR labeling (PR-by-AI for bucketplace repos) and Korean body generation per guidelines.
  • Use Case: When a feature branch is ready, automatically generate a clear PR for review and merge readiness.

Quick Start

Use the pull-request skill to automatically draft and submit a PR for the current branch.

Frequently Asked Questions about pull-request

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

FAQPage Schema
How do I automatically create a pull request with an AI-generated title and body?

Automatically create a pull request by using this skill to group commits and draft PRs via the gh CLI. It generates an English PR title and a Korean body to satisfy repository guidelines without manual formatting.

Does the AI-assisted PR creation process work with the gh CLI directly?

Yes, the AI-assisted PR creation process works by drafting and submitting PRs directly through the gh CLI. It relies on the gh CLI for validation and submission, bypassing manual web interface interactions.

What's the best way to add the PR-by-AI label to pull requests in bucketplace repositories?

The best way to add the PR-by-AI label is to use this skill during PR creation. It automatically applies the PR-by-AI label specifically for bucketplace organization repositories during the automated submission process.

Why does a direct gh pr create command fail validation in this workflow?

A direct gh pr create command fails validation because it lacks the required PR setup. This skill contains the necessary pre-PR branch status checks and configuration to pass repository validation requirements.

Can I update an existing pull request automatically when new commits are pushed?

Yes, you can update an existing pull request automatically. This skill automates both creating and updating GitHub Pull Requests based on grouped commits across branches without manual intervention.