pr

Create pull requests with conventional-commit titles and structured bodies.

6|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/nesquikm/dev-process-toolkit --skill pr-nesquikm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/nesquikm/dev-process-toolkit/tree/main/plugins/dev-process-toolkit/skills/pr
Command: npx skills add https://github.com/nesquikm/dev-process-toolkit --skill pr-nesquikm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a pull request with a standardized, conventional commit-based title and body to streamline code review and integration.

Core Features & Use Cases

  • Enforces Conventional Commits v1.0.0 style for PR titles and bodies to improve traceability and review efficiency.
  • Supports tracker-mode integration steps, including optional linking of PR URLs to tickets and status transitions as described in docs/pr-tracker-mode.md.
  • Provides a repeatable, guided workflow for branch creation, staging, pushing, and PR submission using gh pr create.

Quick Start

Push your feature branch and open a PR using gh pr create with a conventional-commit style title.

Frequently Asked Questions about pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a pull request with conventional commit format?

To create a pull request with conventional commit format, this Skill automates generating standardized PR titles and structured bodies using gh pr create. It enforces Conventional Commits v1.0.0 style to improve traceability and review efficiency.

What is conventional commit format for pull requests?

Conventional commit format for pull requests enforces a standardized title and structured body to streamline code review and integration. This Skill applies Conventional Commits v1.0.0 style to ensure consistent PR metadata across software development workflows.

How do I automate GitHub pull request creation from the command line?

Automate GitHub pull request creation by using this Skill to guide a repeatable workflow for branch staging, pushing, and PR submission. It leverages gh pr create to submit PRs with conventional commit titles and structured bodies.

Can I link pull request URLs to tracker tickets automatically?

Yes, you can link pull request URLs to tracker tickets automatically. This Skill supports tracker-mode integration steps, including optional linking of PR URLs to tickets and status transitions as described in its documentation.

Does this PR automation tool work without external dependencies?

Yes, this PR automation tool works without external dependencies. It provides a guided workflow for branch creation, staging, pushing, and PR submission using gh pr create, requiring only your existing Git and GitHub environment setup.