pr-creator

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

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/HiroyukiMakita/dev-kintone-plugin --skill pr-creator-hiroyukimakita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-creator
Source: https://github.com/HiroyukiMakita/dev-kintone-plugin/tree/main/.opencode/skills/pr-creator
Command: npx skills add https://github.com/HiroyukiMakita/dev-kintone-plugin --skill pr-creator-hiroyukimakita

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 strictly to the repository's established templates and standards, preventing non-compliant or incomplete PRs.

Core Features & Use Cases

  • Template Enforcement: Automatically finds and applies the correct PR template.
  • Guided Description Drafting: Helps users fill out PR descriptions accurately, including checklists and issue linking.
  • Preflight Checks: Integrates with build and linting tools to ensure code quality before PR creation.
  • Use Case: A developer needs to submit a bug fix. This skill guides them through creating a PR that includes the bug fix template, links to the issue, and confirms all tests have passed.

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

Creating a compliant pull request requires enforcing repository templates and standards. This skill guides you through branch management, template identification, description drafting with checklists, and preflight checks before PR submission via the gh CLI.

How do I ensure my pull request title follows Conventional Commits standards?

Ensuring your pull request title follows Conventional Commits standards is handled automatically. This skill enforces adherence to Conventional Commits for titles while drafting the PR description and preparing it for submission.

Can I run preflight checks like build and linting before submitting a PR?

Yes, you can run preflight checks like build and linting before submitting a PR. This skill integrates with build and linting tools to ensure code quality is verified before PR creation via the gh CLI.

How do I automatically find and apply the correct PR template on GitHub?

Automatically finding and applying the correct PR template on GitHub is achieved through template enforcement. This skill identifies the repository's established templates and guides you in accurately filling out descriptions, including checklists and issue linking.

What is the best way to link an issue and include a checklist in a bug fix PR?

The best way to link an issue and include a checklist in a bug fix PR is through guided description drafting. This skill helps you accurately fill out PR descriptions, link relevant issues, and confirm all tests have passed during preflight checks.