create-pr

Create GitHub pull requests with CI-compliant titles using the gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of GitHub pull requests, ensuring that their titles adhere to specific CI validation rules, which streamlines the code review process.

Core Features & Use Cases

  • Automated PR Creation: Generates pull requests using the gh CLI.
  • Title Validation: Enforces a strict format for PR titles (<type>(<scope>): <summary>) to pass CI checks.
  • Use Case: When you've finished a bug fix and are ready to submit it for review, use this Skill to create the PR with a correctly formatted title like fix(core): Resolve memory leak in execution engine.

Quick Start

Use the create-pr skill to create a draft pull request with the title "feat(editor): Add workflow performance metrics display".

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I create a GitHub pull request that passes CI title validation?

To create a GitHub pull request that passes CI title validation, use this Skill to automatically format titles as `<type>(<scope>): <summary>` and submit them via the `gh` CLI.

What is the correct PR title format for check-pr-title CI checks?

The correct PR title format enforced by check-pr-title CI checks is `<type>(<scope>): <summary>`, ensuring your pull request title includes a type, optional scope, and summary.

Can I use the gh CLI to automate pull request creation with a valid title?

Yes, you can use the `gh` CLI to automate pull request creation by generating a valid title and submitting the PR with a predefined body template.

Does this PR automation tool support draft pull requests?

Yes, this PR automation tool supports creating draft pull requests with correctly formatted titles like `feat(editor): Add workflow performance metrics display`.

Why does my GitHub pull request fail the check-pr-title CI validation?

Your GitHub pull request fails check-pr-title CI validation because the title does not conform to the required `<type>(<scope>): <summary>` format expected by the CI pipeline.

What's the best way to format bug fix pull requests for code review?

The best way to format bug fix pull requests for code review is using the enforced title pattern, such as `fix(core): Resolve memory leak in execution engine`, to ensure CI compliance.