pr-creator

Installation
Summary

Guided pull request creation that enforces repository templates and safety standards.

  • Enforces branch safety with critical checks to prevent commits and pushes to main
  • Locates and applies repository-specific PR templates from .github/ directories, supporting multiple template variants
  • Guides description drafting with template structure preservation, checklist completion, and issue linking
  • Includes preflight validation via npm run preflight to catch build, lint, and test failures before PR creation
  • Uses gh CLI with temporary files to safely handle multi-line Markdown descriptions and enforce Conventional Commits formatting
SKILL.md

Pull Request Creator

This skill guides the creation of high-quality Pull Requests that adhere to the repository's standards.

Workflow

Follow these steps to create a Pull Request:

  1. Branch Management: CRITICAL: Ensure you are NOT working on the main branch.

    • Run git branch --show-current.
    • If the current branch is main, you MUST create and switch to a new descriptive branch:
      git checkout -b <new-branch-name>
      
  2. Commit Changes: Verify that all intended changes are committed.

Related skills
Installs
1.7K
GitHub Stars
103.8K
First Seen
Jan 21, 2026