pr-creator

Create compliant pull requests using repository templates and the gh CLI.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/PHNX3NT/expert-lamp --skill pr-creator-phnx3nt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-creator
Source: https://github.com/PHNX3NT/expert-lamp/tree/main/.gemini/skills/pr-creator
Command: npx skills add https://github.com/PHNX3NT/expert-lamp --skill pr-creator-phnx3nt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Branch Validation: Automatically checks if work is being done on the main branch and prompts for a new branch creation.
  • Template Enforcement: Locates and utilizes existing PR templates within the repository.
  • Structured Description Drafting: Guides the user to fill out PR descriptions according to the template's structure, including checklists and related issues.
  • Preflight Checks: Executes a preflight script to ensure all build, lint, and test checks pass before PR creation.
  • Automated PR Creation: Uses the gh CLI to create the PR with a correctly formatted title and body.

Quick Start

Use the pr-creator skill to create a new pull request following the repository's template and preflight checks.

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 GitHub repository templates?

To create a compliant pull request, this skill locates and applies existing PR templates, drafts structured descriptions, and uses the `gh` CLI for automated creation. It ensures descriptions include checklists and related issues according to repository standards.

Can I run preflight checks before creating a GitHub pull request?

Yes, you can run preflight checks before pull request creation. The skill executes a preflight script to ensure all build, lint, and test checks pass, preventing common errors and maintaining code quality before submitting the PR.

How does branch validation work when automating pull request creation?

Branch validation checks if work is being done on the main branch and prompts for a new branch creation. This prevents direct commits to the main branch, ensuring your pull request workflow adheres to proper Git development standards.

Do I need the GitHub CLI installed to automate pull request creation?

Yes, you need the `gh` CLI installed to automate pull request creation. The skill utilizes the `gh` CLI to create the PR with a correctly formatted title and body based on the validated repository template and preflight checks.

What is the best way to enforce code review standards in a CI/CD workflow?

The best way to enforce code review standards is by automating pull request creation with template enforcement and preflight checks. This skill validates branches, applies PR templates, and ensures build and lint checks pass before PR creation.