pr-creator

Automate pull request creation with Git and GitHub CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/zombiegirlcz/RENEGATE-karnel-cli --skill pr-creator-zombiegirlcz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-creator
Source: https://github.com/zombiegirlcz/RENEGATE-karnel-cli/tree/main/.renegade/skills/pr-creator
Command: npx skills add https://github.com/zombiegirlcz/RENEGATE-karnel-cli --skill pr-creator-zombiegirlcz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that all pull requests created adhere to the repository's established templates and standards, preventing common errors and improving code review quality.

Core Features & Use Cases

  • Branch Safety: Enforces that work is not committed directly to the main branch.
  • Template Adherence: Guides the user to fill out PR templates accurately.
  • Preflight Checks: Integrates with workspace preflight scripts to ensure code quality before PR creation.
  • Use Case: A developer finishes a new feature and needs to create a PR. This skill will guide them to create a new branch, commit their changes, find the correct PR template, fill it out completely, run tests, and finally push the branch and create the PR using the gh CLI.

Quick Start

Use the pr-creator skill to create a pull request for your current changes.

Frequently Asked Questions about pr-creator

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

FAQPage Schema
How do I create a compliant pull request using the GitHub CLI?

Creating a compliant pull request involves enforcing branch management, adhering to Conventional Commits, filling out PR templates accurately, and running preflight checks. This skill automates these steps using Git and the GitHub CLI to ensure code review quality.

How do I enforce Conventional Commits and PR templates before pushing a branch?

To enforce Conventional Commits and PR templates, this skill guides you through staging, committing, and locating repository-specific PR templates. It drafts descriptions and runs preflight checks to ensure adherence to repository guidelines before pushing branches.

Do I need the gh CLI to automate pull request creation?

Yes, the gh CLI is required to automate pull request creation. This skill depends on the GitHub CLI to push branches and create PRs, ensuring adherence to Conventional Commits and repository-specific guidelines throughout the workflow.

What's the best way to prevent committing directly to the main branch?

Preventing commits directly to the main branch is achieved through branch safety enforcement. This skill ensures work is not committed to main by guiding you to create a new branch, stage changes, and commit following Conventional Commits standards before pushing.

Why does my pull request fail preflight checks during CI/CD?

Pull requests fail preflight checks when code quality standards are unmet before submission. This skill integrates with workspace preflight scripts to run tests and validate quality, ensuring adherence to repository-specific guidelines before pushing branches and creating PRs.

Can I use pr-creator to fill out repository-specific PR templates automatically?

Yes, pr-creator guides you to locate and fill out repository-specific PR templates accurately. It automates drafting descriptions and ensures template adherence, preventing common errors and improving code review quality before creating the pull request.