create-pr

Create draft GitHub pull requests with conventional commit titles.

Updated Feb 29, 2020
One-click install
npx skills add https://github.com/kevinrobayna/dotfiles --skill create-pr-kevinrobayna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/kevinrobayna/dotfiles/tree/main/claude/dot-claude/skills/create-pr
Command: npx skills add https://github.com/kevinrobayna/dotfiles --skill create-pr-kevinrobayna

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of draft pull requests, ensuring code changes are submitted for review efficiently and according to best practices.

Core Features & Use Cases

  • Draft PR Creation: Automatically creates pull requests in draft mode.
  • Branch Naming Convention: Enforces a specific branch naming pattern (krobayna_...) if a new branch is needed.
  • Conventional Commits: Guides the user to create PR titles following the conventional commits format.
  • Use Case: After pushing a new feature branch, you can ask the AI to create a draft PR, which it will do by following the defined steps, including setting a title and description.

Quick Start

Ask the AI to create a pull request for your current branch.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate draft pull request creation on GitHub?

This Skill automates draft pull request creation by executing git and GitHub CLI commands, generating draft PRs with conventional commit titles and descriptions.

Does GitHub pull request automation require any specific CLI tools?

Yes, GitHub pull request automation requires both git and the GitHub CLI to be installed and authenticated in your local environment to execute the necessary commands.

How do I enforce conventional commit messages and branch naming conventions for pull requests?

You can enforce conventional commit messages and branch naming conventions by using this Skill, which guides PR title formatting and applies specific branch patterns automatically.

What is the best way to streamline code review workflows with standardized draft PRs?

Streamlining code review workflows is achieved by automating draft PR creation with this Skill, ensuring every submission follows standardized naming and description formats.

Can I create a GitHub draft PR directly from my current feature branch?

Yes, you can create a GitHub draft PR directly from your current feature branch by asking the AI to initiate the process, which handles branch checks and PR setup automatically.

What are the limitations of automating pull request creation with the GitHub CLI?

Limitations of automating pull request creation include dependency on GitHub CLI availability and strict adherence to predefined branch naming patterns and conventional commit title formats.