write-pr

Create draft GitHub pull requests with standardized titles and descriptions via gh CLI.

4|1|Updated Dec 8, 2018
One-click install
npx skills add https://github.com/elihunter173/dotfiles --skill write-pr-elihunter173
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-pr
Source: https://github.com/elihunter173/dotfiles/tree/main/.claude/skills/mkpr
Command: npx skills add https://github.com/elihunter173/dotfiles --skill write-pr-elihunter173

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of creating draft pull requests, enabling quick collaboration and review setup.

Core Features & Use Cases

  • Automated PR Creation: Generate draft PRs with customized titles and descriptions directly from command line or CI pipelines.
  • Use Case: A developer wants to open a draft PR for their feature branch with a clear summary without manually navigating GitHub.
  • Issue Resolution: Easily manage pull requests for multiple branches, ensuring consistent documentation and release workflows.

Quick Start

Use the write-pr skill to create a draft pull request on your current branch titled "Add new login feature" with a brief description of the change.

Frequently Asked Questions about write-pr

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

FAQPage Schema
How do I create a draft pull request from the command line?

You can create a draft pull request from the command line using this skill to automate generation with customized titles and descriptions via the gh CLI and git, ensuring standardized documentation for team collaboration.

Can I automate draft PR creation for multiple feature branches?

Yes, you can automate draft PR creation for multiple branches using this skill. It ensures consistent documentation and standardized pull request summaries across your release workflows without navigating GitHub manually.

Do I need the gh CLI installed to open a draft PR in GitHub?

Yes, you need the gh CLI and git installed to use this skill. These command-line dependencies interact with your repositories and manage branches to facilitate the automated creation of draft pull requests.

What is the best way to standardize pull request titles and descriptions in CI pipelines?

The best way to standardize pull request titles and descriptions in CI pipelines is by integrating this skill, which generates draft PRs directly from the command line to ensure consistent documentation across frequent release workflows.

How does automated draft PR generation improve developer workflows?

Automated draft PR generation improves developer workflows by eliminating manual GitHub navigation, allowing developers to quickly open pull requests for feature branches with clear, standardized summaries directly from their terminal or CI pipelines.