pr-creator

Create standardized pull requests with repository templates and preflight checks.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/kloune/gemini_cli_claude --skill pr-creator-kloune
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-creator
Source: https://github.com/kloune/gemini_cli_claude/tree/main/.gemini/skills/pr-creator
Command: npx skills add https://github.com/kloune/gemini_cli_claude --skill pr-creator-kloune

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates adherence to repository PR templates and standards, reducing review friction and ensuring consistent PR quality.

Core Features & Use Cases

  • Template discovery and enforcement: Detects and applies the repository's PR template during PR creation.
  • Branch safety guidance: Guards against pushing to main by suggesting or enforcing a separate feature/work-in-progress branch.
  • PR description drafting: Constructs a clear, templated PR description from changes and related context.
  • Preflight validation: Runs checks (lint/tests) before PR creation and prompts for fixes if needed.
  • Push and creation guidance: Provides safe push commands and guidance for PR creation via CLI tools.

Quick Start

Ask the AI to prepare a compliant PR description and preflight-ready steps 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 pull request that automatically follows my repository template?

To create a pull request that follows repository templates, the Skill detects your repo template and drafts a compliant PR description from current changes. This enforces consistent PR quality and reduces code review friction across your team.

How do I prevent accidental pushes to the main branch during git workflow?

Preventing accidental pushes to the main branch is achieved through branch safety guidance that suggests or enforces a separate work-in-progress branch. This protects branch safeguards and maintains safe push practices during your git workflow.

Can I run preflight checks like lint and tests before creating a pull request?

Running preflight checks before pull request creation is supported by validating lint and test results first. If checks fail, it prompts for fixes so you can resolve issues before submitting the PR for code review.

What is the best way to standardize pull request descriptions across a team?

Standardizing pull request descriptions is best done by enforcing template discovery and applying repository PR templates during creation. This constructs clear, templated PR descriptions from changes and related context for consistent quality.

Does this pull request workflow work with CLI tools for push and creation guidance?

Pull request workflow with CLI tools is supported by providing safe push commands and guidance for PR creation. It applies to any project enforcing PR templates, code reviews, and branch protection across teams.