pr-start

Generate branch name, commit message, and PR comment files from an issue plan.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/chriswickett/agentic-github --skill pr-start
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-start
Source: https://github.com/chriswickett/agentic-github/tree/main/skills/pr-start
Command: npx skills add https://github.com/chriswickett/agentic-github --skill pr-start

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates applying an agreed issue plan by generating a framework for code changes and preparing PR artifacts, reducing manual coordination.

Core Features & Use Cases

  • Read the most recent agreed plan from the issue and implement its steps.
  • Generate a feature branch name and commit message aligned with the plan.
  • Write output files (pr_branch_name.txt, commit_msg.txt, comment.txt) for the workflow to commit and open a PR.

Quick Start

Trigger pr-start by commenting @claude /pr-start on an issue to generate a feature branch, commit message, and PR comment for the workflow.

Frequently Asked Questions about pr-start

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

FAQPage Schema
How do I automate generating a branch name and commit message from a GitHub issue plan?

Automating branch name and commit message generation from an issue plan requires triggering @claude /pr-start on the issue within GitHub Actions. The tool reads the agreed plan, applies formatting rules, and outputs structured files for your workflow to commit and open a PR.

What is the best way to prepare pull request artifacts from an agreed issue plan in GitHub Actions?

Preparing pull request artifacts from an agreed issue plan involves running a GitHub Actions workflow that extracts the plan and generates text files for the branch name, commit message, and PR comment. This ensures consistent formatting and reduces manual coordination.

Can I use this automation to generate a PR comment for code review directly from an issue?

Generating a PR comment for code review from an issue is supported by outputting a prepared comment file. When you invoke the automation on an issue, it creates a comment text file in the temporary directory for your workflow to post.

Do I need to set up specific dependencies to automate pull request preparation in GitHub Actions?

Automating pull request preparation in GitHub Actions requires no external dependencies. You simply need a GitHub Actions environment configured to invoke the command on an issue and read the generated temporary output files.

How does the automation handle input validation when generating a working branch name?

Input validation for generating a working branch name is handled natively during the automation process. It ensures the branch name derived from the issue plan meets basic formatting requirements before writing the output to a temporary file.