create-pr

Create a feature branch, draft PR, and starter script structure.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/alistairhendersoninfo/ninja_toolbox --skill create-pr-alistairhendersoninfo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/alistairhendersoninfo/ninja_toolbox/tree/main/.claude/skills/create-pr
Command: npx skills add https://github.com/alistairhendersoninfo/ninja_toolbox --skill create-pr-alistairhendersoninfo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the setup of new feature work by creating a feature branch, a draft PR, and a starter script structure.

Core Features & Use Cases

  • Guided information gathering to determine the target mainmenu category and the type of script (install/config) and whether root access is required.
  • Branch and file scaffolding: constructs a feature/<category>-<tool-name> naming pattern, creates initial folder structure and PR draft notes, and a development notes file.
  • Automated PR setup: prepares a draft pull request and documentation skeleton, enabling rapid collaboration and consistent onboarding of new features.

Quick Start

Run the create-pr workflow to scaffold a new feature branch, PR draft, and initial script skeleton.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automatically create a feature branch and draft PR?

Automated PR scaffolding generates a feature branch, initializes a draft pull request, and creates a starter script folder structure to standardize new feature onboarding workflows.

What is the best way to standardize branch naming conventions for new features?

Standardizing branch naming conventions is achieved by applying an automated scaffolding pattern that constructs a feature/<category>-<tool-name> structure, ensuring consistent branch management across development teams.

How do I scaffold development notes and script structures for a new feature?

Scaffolding development notes and script structures is done by running an interactive workflow that collects the target category and description, then generates the initial folder structure and documentation skeleton.

Can I automate PR setup for menu-script features requiring root access?

Yes, automated PR setup handles menu-script features by interactively guiding you to determine whether root access is required and capturing the tool type before generating the pull request draft.

Does automated branch scaffolding work without external dependencies?

Yes, automated branch scaffolding and PR creation run without external dependencies, relying on an interactive flow to collect feature details and generate the branch and development notes internally.