pr-create

Create GitHub pull requests with standardized titles and descriptions.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/YoniChechik/claude-code-config --skill pr-create-yonichechik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-create
Source: https://github.com/YoniChechik/claude-code-config/tree/main/skills/pr-create
Command: npx skills add https://github.com/YoniChechik/claude-code-config --skill pr-create-yonichechik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of GitHub pull requests from feature branches, streamlining code reviews and collaboration.

Core Features & Use Cases

  • Analyze a feature branch and generate a standardized PR title and body
  • Create the PR via gh pr create with a consistent format
  • Integrate with existing CI/workflow by standardizing PR content

Quick Start

Run the pr-create command on your feature branch to generate and submit a PR with a standardized title and description.

Frequently Asked Questions about pr-create

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

FAQPage Schema
How do I automatically generate a pull request title and description from a feature branch?

Yes, you can automate pull request creation by running this Skill on your feature branch. It analyzes the commit differences against origin/main and uses gh pr create to generate a standardized title and body automatically.

What is the best way to standardize GitHub PR content across my development team?

The best way to standardize GitHub PR content is to use this Skill to generate consistent titles and descriptions. By analyzing branch differences, it enforces a uniform PR format for every code review and CI workflow integration.

Does this PR generation tool require the GitHub CLI to create pull requests?

Yes, this PR generation tool requires the GitHub CLI because it executes the gh pr create command to submit the pull request. You must have the CLI installed and authenticated for the Skill to function correctly.

Can I use this Skill to create a PR before my feature branch is ready for code review?

No, you should not use this Skill before your feature branch is ready. It is designed to analyze completed branch differences against origin/main and expects the code to be finalized before submitting the PR for review.

How does analyzing origin/main vs HEAD help generate a better pull request?

Analyzing origin/main vs HEAD helps generate a better pull request by identifying the exact code changes made. This diff analysis allows the Skill to automatically write an accurate, professional PR title and description summarizing the feature.