create-pr

Create and push pull requests with auto-generated titles and descriptions.

Updated Aug 6, 2025
One-click install
npx skills add https://github.com/flosrn/.claude --skill create-pr-flosrn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/flosrn/.claude/tree/main/skills/git-create-pr
Command: npx skills add https://github.com/flosrn/.claude --skill create-pr-flosrn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of pull requests, including generating concise titles and descriptions based on your code changes, streamlining the code review process.

Core Features & Use Cases

  • Automated PR Creation: Generates a pull request with an auto-detected base branch.
  • Intelligent Content Generation: Creates a one-line summary title and a bulleted list of key changes for the PR body.
  • Use Case: After pushing a new feature branch, use this Skill to instantly create a well-formatted pull request ready for review.

Quick Start

Use the create-pr skill to generate a pull request for your current changes.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate pull request creation with AI-generated titles and descriptions?

To automate pull request creation, this Skill analyzes your local code changes to generate a concise summary title and a bulleted list of key changes for the PR body. It then pushes the branch and submits the pull request using Git and GitHub CLI.

What is the best way to generate a PR description from code changes?

The best way to generate a PR description from code changes is using an automated workflow that detects the base branch and formats your code diffs into a one-line summary title and a bulleted list of key modifications for reviewers.

Do I need the GitHub CLI installed to automatically create and push pull requests?

Yes, you need the GitHub CLI (gh) installed to automatically create and push pull requests. The Skill requires Bash commands for both Git and the GitHub CLI to push your feature branch and submit the pull request.

Can I streamline code review submissions by auto-detecting the base branch?

Yes, you can streamline code review submissions by auto-detecting the base branch. This Skill automatically identifies the target base branch and generates a well-formatted pull request ready for review based on your current local changes.

How does AI-generated content format key changes in a pull request?

AI-generated content formats key changes in a pull request by creating a one-line summary title and a bulleted list of key modifications. This provides reviewers with a concise, structured overview of the code changes.

What are the limitations of automating Git workflows for code reviews?

Limitations of automating Git workflows for code reviews include relying on Bash commands and the GitHub CLI, meaning the environment must support these tools. The generated PR content is limited to a summary title and bulleted list of key changes.