pr-creator

Create compliant pull requests with GitHub CLI and repository templates.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/nuitsjp/teams-board --skill pr-creator-nuitsjp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-creator
Source: https://github.com/nuitsjp/teams-board/tree/main/.rulesync/skills/pr-creator
Command: npx skills add https://github.com/nuitsjp/teams-board --skill pr-creator-nuitsjp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (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 review quality.

Core Features & Use Cases

  • Branch Safety: Guarantees that work is never committed directly to the main branch.
  • Template Adherence: Guides the user to locate and strictly follow the repository's PR template.
  • Preflight Checks: Ensures all build, lint, and test checks pass before PR creation.
  • Use Case: A developer finishes a new feature and needs to submit it for review. This Skill walks them through creating a PR that includes the correct title, description, and passes all automated 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 compliant pull request using the GitHub CLI?

Creating a compliant pull request with the GitHub CLI involves enforcing branch safety, running preflight build and lint checks, and formatting the PR title and description to match repository templates and conventional commits.

How do I ensure my pull request follows the repository template?

Ensuring your pull request follows the repository template requires locating the established PR template and strictly adhering to its structure. This Skill guides you through that process to prevent formatting errors and improve code review quality.

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

Yes, you need both Git and GitHub CLI installed to automate pull request creation. The Skill requires these command-line tools to execute preflight checks, enforce branch safety, and submit the compliant PR automatically.

How do I prevent committing changes directly to the main branch?

To prevent committing changes directly to the main branch, this Skill enforces branch safety rules that block direct commits. It guides you to use a separate feature branch before initiating the pull request workflow.

What preflight checks are required before submitting a pull request?

Preflight checks required before submitting a pull request include ensuring all build, lint, and test checks pass. This Skill automates these validations to guarantee your code meets repository standards prior to PR creation.

How does conventional commits formatting improve my pull request workflow?

Conventional commits formatting improves your pull request workflow by standardizing PR titles and descriptions. This Skill enforces these formatting rules alongside repository template adherence to streamline the code review process.