create-pr

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

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Devattom/.claude --skill create-pr-devattom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/Devattom/.claude/tree/main/skills/git-create-pr
Command: npx skills add https://github.com/Devattom/.claude --skill create-pr-devattom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Automated PR Creation: Streamlines the process of opening pull requests on GitHub.
  • Intelligent Summarization: Generates a one-line title and bulleted list of changes for the PR body.
  • Use Case: After completing a feature, you can use this Skill to quickly create a PR, ensuring a consistent and informative description without manual effort.

Quick Start

Use the create-pr skill to make a pull request for my 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 automatically create a GitHub pull request from the command line?

You can automatically create a GitHub pull request by running a command that detects your current changes, generates a concise title, and pushes the PR via the GitHub CLI. This skill automates the entire submission process.

Can I generate a pull request description automatically based on code changes?

Yes, generating a pull request description automatically is supported. The skill analyzes your code changes to produce a one-line title and a bulleted list summarizing the modifications for the PR body.

Do I need GitHub CLI installed to automate pull request creation?

Yes, you need GitHub CLI installed to automate pull request creation. Git and the GitHub CLI are required dependencies for executing the automated PR submission and base branch detection.

What is the best way to streamline code review workflows when opening a pull request?

The best way to streamline code review workflows is to use automated PR creation. This skill provides concise summaries of your changes and detects the correct base branch, ensuring consistent and informative descriptions for reviewers.

How does base branch detection work when automating a pull request?

Base branch detection works by automatically identifying the target branch for your changes during PR creation. The skill evaluates your Git state to determine the appropriate base branch before submitting the pull request.

Are there limitations when using automated pull request generation for complex code changes?

Automated pull request generation provides concise summaries but may lack nuance for complex code changes. While it standardizes titles and descriptions, you might need to manually refine the PR body for highly intricate modifications.