git-pr

Generate consistent GitHub pull request titles and bodies with required formats.

2|Updated Feb 27, 2020
One-click install
npx skills add https://github.com/nickcorin/dotfiles --skill git-pr-nickcorin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-pr
Source: https://github.com/nickcorin/dotfiles/tree/main/dot_config/opencode/skill/git-pr
Command: npx skills add https://github.com/nickcorin/dotfiles --skill git-pr-nickcorin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintainers waste time reconciling inconsistent PRs; this skill ensures uniform PR titles and bodies.

Core Features & Use Cases

  • Standardized PR title formats including [WIP:] usage.
  • Enforced body templates with required sections and references.
  • Clear guidance for issue references and GitHub keywords to improve reviews.

Quick Start

Provide a short summary of changes and the related issue, and I will generate a consistent GitHub PR title and body.

Frequently Asked Questions about git-pr

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

FAQPage Schema
How do I enforce consistent Git pull request titles and bodies for my project?

To enforce consistent Git pull request titles and bodies, use an automation skill that applies standardized templates. It ensures your PR titles include the [WIP:] prefix and generates concise descriptions with required project sections.

What is the standard format for a Git pull request title in a multi-contributor environment?

The standard format for a Git pull request title in a multi-contributor environment often includes a [WIP:] prefix to indicate work in progress. This helps maintainers quickly identify the state of the PR before review.

How do I generate a GitHub PR body that automatically references issues?

To generate a GitHub PR body that references issues, provide a summary of your changes and the related issue number. The skill uses GitHub keywords to ensure proper issue linking and standardized communication.

Can I use this PR management skill for multi-contributor software projects?

Yes, you can use this PR management skill for multi-contributor software projects. It is specifically designed to enforce uniform PR titles and bodies, saving maintainers time reconciling inconsistent submissions.

Why does my team have inconsistent pull request descriptions across our repository?

Your team has inconsistent pull request descriptions because there is no enforced template for PR creation. Implementing a standardized format with required sections and GitHub keywords ensures uniform communication.