pr-generator

Automates pull request creation for the current working branch with verification checks and comments.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/calebeynon/claude-code-setup --skill pr-generator-calebeynon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-generator
Source: https://github.com/calebeynon/claude-code-setup/tree/main/skills/pr-generator
Command: npx skills add https://github.com/calebeynon/claude-code-setup --skill pr-generator-calebeynon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual PR generation and verification across reviewers is time-consuming and error-prone; this skill automates PR creation, verification checks, and reviewer comments to accelerate development.

Core Features & Use Cases

  • Automated PR creation for the current branch
  • Integrated verification checks and validations (lint, tests, etc.)
  • Comprehensive PR comments with a summary of changes and rationale
  • Use Case: when a feature is ready for review, run the skill to open a verified PR with detailed checks

Quick Start

Run the /pr-generator command to initiate the end-to-end PR workflow for your current branch.

Frequently Asked Questions about pr-generator

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

FAQPage Schema
How do I automate pull request creation with verification checks?

Automated PR creation runs an end-to-end workflow that validates issues, executes code quality checks like lint and tests, merges the latest main branch, and generates a detailed PR description with comprehensive reviewer comments.

What steps are involved in an automated PR workflow for Git branches?

The automated PR workflow validates linked issues, runs integrated verification checks, merges the latest changes from the main branch into your working branch, and opens a pull request with a comprehensive description summarizing the changes and rationale.

Can I generate comprehensive PR comments and descriptions automatically for code review?

Yes, the workflow generates comprehensive PR comments automatically, providing reviewers with a detailed summary of code changes, rationale, and verification results to accelerate the manual review process.

What's the best way to ensure a Git pull request passes lint and test verification before review?

Automating PR creation ensures integrated verification checks, including lint and tests, are executed before the pull request is opened, preventing unverified code from reaching reviewers and reducing manual review errors.

Does automated PR generation work without configuring dependencies?

The skill operates with no external dependencies, initiating the end-to-end pull request workflow directly for your current working branch using the /pr-generator command.