github-pr

Automate GitHub pull request creation with conventional commits and gh CLI.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/JNZader/javi-ai --skill github-pr-jnzader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr
Source: https://github.com/JNZader/javi-ai/tree/main/upstream/gentleman-skills/curated/github-pr
Command: npx skills add https://github.com/JNZader/javi-ai --skill github-pr-jnzader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating clear, consistent GitHub pull requests that follow conventional commits and standardized descriptions, reducing review time and miscommunication.

Core Features & Use Cases

  • PR generation: Generate properly formatted PR titles and bodies using a conventional-commit style.
  • Templates & consistency: Enforce standardized templates for descriptions, links, and references.
  • Workflow integration: Works with gh pr create, gh pr describe, and other GitHub CLI commands to streamline PR workflows.

Quick Start

Create a new PR using gh pr create with a conventional-commit based template.

Frequently Asked Questions about github-pr

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

FAQPage Schema
How do I automate GitHub pull request creation with conventional commits?

Automating GitHub pull request creation involves generating properly formatted PR titles and bodies using a conventional-commit style. This approach enforces standardized templates for descriptions, links, and references to reduce review time and miscommunication.

What is the conventional commits format for a PR body template?

A conventional commits PR body template provides a standardized structure for descriptions, links, and references. It enforces clear, consistent formatting across pull requests to streamline the PR review workflow and reduce miscommunication.

How do I use gh CLI commands to generate a structured pull request description?

You can generate a structured pull request description by integrating with gh pr create and gh pr describe commands. This workflow applies conventional-commit based templates to ensure PR titles and bodies are properly formatted and standardized.

Does this PR workflow automation work without any external dependencies?

Yes, this PR workflow automation operates without external dependencies. It directly guides GitHub CLI usage and applies conventional-commits formatting and PR body templates to streamline pull request creation across projects.

Why use conventional commits for GitHub pull requests?

Using conventional commits for GitHub pull requests solves the problem of inconsistent PR formatting. It generates clear, structured PR titles and bodies with standardized templates, which directly reduces code review time and team miscommunication.