pr-create

Create pull requests from the current Git branch and link related issues.

2|Updated Apr 6, 2017
One-click install
npx skills add https://github.com/shiiman/dotfiles --skill pr-create-shiiman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-create
Source: https://github.com/shiiman/dotfiles/tree/main/ai/codex/skills/pr-create
Command: npx skills add https://github.com/shiiman/dotfiles --skill pr-create-shiiman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates creating a pull request from the current Git branch and references related issues to streamline code collaboration and review.

Core Features & Use Cases

  • PR creation from the current branch: Generate a pull request from your working branch with a standardized title and body.
  • Related issue linking: Detect and link related issues based on branch naming or commit messages.
  • Workflow integration: Integrates with GitHub CLI (gh pr create) to enforce conventional commit style and templates.

Quick Start

Create a PR from the current branch.

Frequently Asked Questions about pr-create

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

FAQPage Schema
How do I create a pull request from the current Git branch?

To create a pull request from the current Git branch, this skill automates the process using GitHub CLI to generate a standardized title and body. It enforces conventional commit style and PR templates to streamline code collaboration and review.

How does issue linking work when creating a pull request?

Issue linking works by detecting related issues based on your branch naming conventions and commit messages. The skill automatically references these tracked issues within the generated pull request body to maintain clear code collaboration context.

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

Yes, you need GitHub CLI installed because the skill integrates directly with the 'gh pr create' command. This integration enforces conventional commit style and applies PR templates during the automated pull request generation workflow.

What is the best way to enforce conventional commit style in pull requests?

The best way to enforce conventional commit style in pull requests is through an automated skill that applies templates during branch creation. It generates standardized PR titles and bodies directly from your current Git branch using GitHub CLI.

Can I use this automated PR creation for feature development workflows?

Yes, you can use this automated PR creation for feature development workflows where branches correspond to specific features. It supports code reviews and issue-tracking tasks by linking related issues and enforcing structured PR templates.

Why does automated PR creation reference related issues in the pull request body?

Automated PR creation references related issues to streamline code collaboration and provide immediate context for code reviews. It detects linked tracked issues from branch names and commit messages to populate the pull request body automatically.