pr-creator

Create pull requests with repository templates and branch safety checks.

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

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 review quality.

Core Features & Use Cases

  • Template Adherence: Automatically finds and uses the correct PR template.
  • Branch Safety: Enforces that work is not committed directly to the main branch.
  • Preflight Checks: Integrates with preflight scripts to ensure code quality before PR creation.
  • Use Case: When you've finished a new feature, use this skill to guide you through creating a PR that includes all necessary information, links to issues, and passes all checks.

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 GitHub pull request that automatically follows the repository template?

To create a pull request that follows the repository template, this Skill locates and reads the correct PR template, drafts the description, and pushes the branch using the gh CLI while enforcing Conventional Commits for titles.

Can I use the gh CLI to enforce branch safety and prevent pushing directly to main?

Yes, you can enforce branch safety to prevent pushing directly to main by using this Skill, which implements strict safety rails against committing to the main branch during the pull request creation workflow.

How do I run preflight checks before creating a pull request?

You can run preflight checks before creating a pull request by using this Skill, which integrates with preflight scripts to ensure code quality standards are met before pushing the branch with the gh CLI.

Does creating a pull request require Conventional Commits for the title?

Yes, creating a pull request requires Conventional Commits for the title. This Skill enforces strict adherence to Conventional Commits standards to ensure compliant pull request titles and descriptions.

What is the best way to ensure my pull request passes code review checks?

The best way to ensure a pull request passes code review is to use a workflow that locates PR templates, runs preflight checks, verifies branch safety, and enforces Conventional Commits before pushing the branch.