create-pr

Create pull requests with gh CLI and PR templates.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/taiga-K/awesome-backend-template --skill create-pr-taiga-k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/taiga-K/awesome-backend-template/tree/main/.cursor/skills/create-pr
Command: npx skills add https://github.com/taiga-K/awesome-backend-template --skill create-pr-taiga-k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of pull requests using gh CLI and PR templates to streamline collaboration when PRs are requested or when pushing feature/release/hotfix branches and merging into the correct base branch.

Core Features & Use Cases

  • PR creation with gh CLI: Open PRs quickly while applying standard PR templates.
  • GitFlow-aware merging: Ensure PR targets the appropriate base branch according to branch type (feature, release, hotfix).
  • Deterministic workflow: Read and follow a reference set of steps to ensure consistent PR creation.

Quick Start

Read the referenced SKILL.md and follow its steps to create a pull request using gh CLI.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate pull request creation with gh CLI and templates?

Automating pull request creation with gh CLI involves reading a reference file and following deterministic steps to open PRs with standard templates. This ensures consistent PR creation and streamlined team collaboration when pushing branches.

How does GitFlow branching work when creating pull requests?

GitFlow-aware PR creation ensures feature, release, or hotfix branches target the appropriate base branch. By validating branch types during PR creation, it guarantees that code merges into the correct base branch according to your workflow rules.

Do I need any external dependencies to automate PR creation using gh CLI?

No external dependencies are required to automate PR creation using gh CLI. The skill operates independently by reading a reference SKILL.md file and executing steps through the gh CLI with built-in validation and guardrails.

What is the best way to ensure consistent pull request formatting across a team?

The best way to ensure consistent pull request formatting is to apply standard PR templates during automated creation. Using gh CLI with deterministic workflows guarantees that every PR follows the same structure and validation rules.

Can I use PR templates for feature, release, and hotfix branches automatically?

Yes, you can use PR templates for feature, release, and hotfix branches automatically. The workflow reads a reference set of steps and applies templates through gh CLI, ensuring correct base branch targeting for each branch type.

Why does my automated PR workflow need validation and guardrails?

Automated PR workflows need validation and guardrails to ensure deterministic execution and prevent incorrect merges. By reading a reference file and performing steps through gh CLI, it guarantees PRs are opened against the correct base branch safely.