pr-creator

Create pull requests with branch safety and template adherence using the gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill 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 quality.

Core Features & Use Cases

  • Branch Safety: Enforces that work is not committed directly to the main branch.
  • Template Adherence: Guides the user to locate, read, and fill out PR templates accurately.
  • Preflight Checks: Integrates with repository build and test scripts before PR creation.
  • Use Case: A developer finishes a new feature and needs to submit it for review. This Skill will guide them through creating a well-formatted PR, ensuring all necessary information is included and that the code is ready for merging.

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?

To create a compliant pull request, this Skill automates the process by enforcing branch safety, locating repository PR templates, and pushing branches using the `gh` CLI. It ensures your code is ready for merging and prevents direct commits to main.

How do I ensure my pull request follows Conventional Commits and repository templates?

Ensuring your pull request follows Conventional Commits and repository templates is handled automatically. This Skill locates and fills out existing PR templates while strictly enforcing Conventional Commits formatting for your PR titles.

Can I run preflight build and test checks before creating a pull request?

You can run preflight build and test checks before creating a pull request. This Skill integrates with your repository's established build and test scripts to verify code quality and readiness before submitting the PR for review.

What is the best way to prevent accidental commits to the main branch?

The best way to prevent accidental commits to the main branch is through enforced branch safety. This Skill guides you through committing changes to a separate branch, blocking direct commits to `main` to protect repository stability.

Does this pull request workflow work without any external dependencies?

Yes, this pull request workflow works without external dependencies. It relies solely on your repository's existing templates and the `gh` CLI to guide you through the commit, preflight, and push processes for compliant code review.