pr-workflow

Automate GitHub PR creation and rule-based code review via gh pr create.

6|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/GzuPark/claude-plugin-pack --skill pr-workflow-gzupark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-workflow
Source: https://github.com/GzuPark/claude-plugin-pack/tree/main/plugins/hello-world/skills/pr-workflow
Command: npx skills add https://github.com/GzuPark/claude-plugin-pack --skill pr-workflow-gzupark

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

GitHub PRs often stall due to manual pre-checks and inconsistent reviews; this workflow automates PR creation and automated code review to accelerate collaboration.

Core Features & Use Cases

  • Pre-checks: verify repository state, authentication, and base branch.
  • Change verification: detect diffs and gather context for reviewers.
  • PR generation: auto-create PR titles and bodies using the included templates and rules, with gh pr create.

Quick Start

Ask Claude to run the PR workflow after you finish changes to generate a PR with automated code review.

Frequently Asked Questions about pr-workflow

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

FAQPage Schema
How do I automate GitHub pull request creation and code review?

Automating GitHub pull request creation involves running pre-checks, gathering diff context, and executing rule-based code review before generating the PR via the gh CLI. This workflow handles those steps end-to-end after you push code changes.

How does automated code review work for GitHub PRs?

Automated code review works by detecting diffs, gathering PR context, and applying rule-based checks to code changes. It verifies repository state and base branch detection to ensure quality before a pull request is created.

What do I need to set up before automating PR workflows with GitHub?

You need a verified repository state, proper authentication, and a configured base branch. The workflow satisfies pre-checks for these conditions before proceeding with diff verification and automated PR generation.

Can I auto-generate PR titles and bodies using a template?

Yes, PR generation auto-creates titles and bodies using included templates and rules. It leverages the gh pr create command to publish the pull request with automated code review results.

When should I use an automated PR workflow instead of manual review?

Use an automated PR workflow when GitHub PRs stall due to manual pre-checks and inconsistent reviews. It accelerates collaboration by enforcing quality checks and generating pull requests automatically after you push changes.

Why does my automated pull request workflow fail base branch detection?

Base branch detection fails if the repository state is unverified or authentication is incomplete. The workflow runs pre-checks to verify these conditions before attempting diff verification and PR generation.