pr-creator

Create pull requests with repository templates and Conventional Commits titles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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

Core Features & Use Cases

  • Branch Safety: Prevents accidental commits to the main branch.
  • Template Adherence: Guides users to fill out PR descriptions according to repository templates.
  • Preflight Checks: Integrates with build and test pipelines before PR creation.
  • Use Case: After completing a new feature, use this skill to ensure your pull request is correctly formatted, includes all necessary information, and passes all automated checks before submission.

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 pull request that follows repository templates automatically?

To create a pull request that follows repository templates automatically, use a skill that locates and reads PR templates, drafts descriptions based on them, and enforces Conventional Commits titles. This ensures compliance with repository standards and prevents formatting errors before pushing the branch.

How can I prevent accidental commits to the main branch when creating a PR?

To prevent accidental commits to the main branch when creating a PR, use a skill with branch safety features that guides branch management. It ensures you are working on a feature branch and performs preflight checks before safely pushing your changes using the gh CLI.

Does the GitHub pull request automation run preflight checks before submission?

Yes, GitHub pull request automation runs preflight checks before submission by integrating with build and test pipelines. It verifies commits and executes checks to ensure code quality and compliance before the PR is created and pushed using the gh CLI.

What is the best way to ensure my PR titles follow Conventional Commits format?

The best way to ensure your PR titles follow Conventional Commits format is to use an automated PR creation tool that enforces this standard. It guides you through drafting titles and descriptions, verifying compliance with repository templates before submission.

Can I use the gh CLI to automate pull request creation with template adherence?

Yes, you can use the gh CLI to automate pull request creation with template adherence. The automation locates repository templates, drafts descriptions, verifies commits, and safely pushes the branch to ensure all PRs meet established standards.

Why do my pull requests fail repository template checks and how to fix it?

Pull requests fail repository template checks when descriptions are incomplete or formatting is incorrect. To fix this, use an automated PR creator that locates and reads templates, drafts accurate descriptions, and enforces Conventional Commits titles before pushing.