pr

Create GitHub pull requests with the gh CLI and test plans.

Updated Aug 23, 2025
One-click install
npx skills add https://github.com/Locked-Inc/STAR --skill pr-locked-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/Locked-Inc/STAR/tree/main/.claude/skills/pr
Command: npx skills add https://github.com/Locked-Inc/STAR --skill pr-locked-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of pull requests, ensuring they adhere to project conventions for titles, descriptions, and test plans, making code reviews more efficient.

Core Features & Use Cases

  • Automated PR Generation: Creates pull requests with gh CLI, including a structured title and body.
  • Branch Analysis: Gathers information about changes since the base branch.
  • Test Plan Inclusion: Ensures a comprehensive test plan is part of the PR description.
  • Use Case: After committing your code changes to a feature branch, use this Skill to automatically generate a pull request targeting the main branch with a clear summary and a detailed test plan.

Quick Start

Use the pr skill to create a pull request for your current branch.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate pull request creation on GitHub?

Automating pull request creation uses the `gh` CLI to analyze your branch state, draft a conventional title and description, verify the base branch, and push changes to create the PR.

How do I generate a pull request description with a test plan?

Generating a pull request description with a test plan involves analyzing branch changes and automatically drafting a structured body that includes a clear summary and a detailed test plan.

Does the pull request automation tool support feature branches and bug fixes?

Yes, the pull request automation tool supports feature additions, bug fixes, and refactoring by generating detailed descriptions and test plans tailored to those specific code changes.

What is the best way to ensure my pull request follows project conventions?

The best way to ensure your pull request follows project conventions is to use an automation tool that drafts the title, description, and base branch verification according to your project's standards.

Do I need the `gh` CLI installed to create pull requests automatically?

Yes, you need the `gh` CLI installed and configured, as the automation relies on it to push your changes and create the pull request on GitHub.