create-pr

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

114|10|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/coralogix/cx-cli --skill create-pr-coralogix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/coralogix/cx-cli/tree/main/.claude/skills/create-pr
Command: npx skills add https://github.com/coralogix/cx-cli --skill create-pr-coralogix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating pull requests can be time-consuming when reviewers need a clear summary of changes. This skill automatically generates concise PR titles and summaries from the current branch, accelerating code reviews and collaboration.

Core Features & Use Cases

  • Auto-generate PR titles and summaries from the changes on the current branch.
  • Validate prerequisites (gh installed and authenticated), check for uncommitted changes, and push with tracking when needed.
  • Streamline workflows from local git to GitHub PRs for solo developers or teams.

Quick Start

Create a PR for the current branch with an auto-generated title and summary.

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 with a generated summary?

To automatically create a GitHub pull request with a summary, use a tool that generates titles and descriptions from your current branch changes. This skill validates your environment, pushes local commits, and creates the PR using the gh command line tool.

Do I need the GitHub CLI installed to auto-generate pull requests from my branch?

Yes, you need the GitHub CLI installed and authenticated to auto-generate pull requests from your branch. The tool validates that gh is properly configured before detecting the default base branch and pushing your code to create the PR.

What is the best way to streamline code review for multi-branch projects?

The best way to streamline code review for multi-branch projects is to auto-generate concise PR titles and summaries from branch changes. This provides reviewers with immediate context, accelerating team collaboration without manual typing.

Can I create a pull request if I have uncommitted changes in my git repository?

You cannot create a pull request if you have uncommitted changes in your git repository. The automation validates your working directory for uncommitted changes before proceeding to push your branch and create the PR.

How does a PR summary generator detect the default base branch for submission?

A PR summary generator detects the default base branch by analyzing your git repository configuration. It ensures your current branch is pushed with tracking and submits the pull request against the correct default base.

Why does my automated PR creation fail when pushing a new git branch?

Automated PR creation fails when pushing a new git branch if the branch lacks proper tracking configuration. This skill resolves that by pushing with tracking when needed before creating the GitHub pull request.