pr-create

Generate pull requests from chain IDs using the SSOT template.

31|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NSEvteev/FullSpec --skill pr-create-nsevteev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-create
Source: https://github.com/NSEvteev/FullSpec/tree/main/.claude/skills/pr-create
Command: npx skills add https://github.com/NSEvteev/FullSpec --skill pr-create-nsevteev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of pull requests by auto-generating the title, body, and labels from chain-related work items and pushing the PR for review, reducing manual wiring and formatting.

Core Features & Use Cases

  • Auto-PR from chain: generate a PR title, description, and labels based on the chain context and the SSOT template.
  • Draft mode: supports an optional --draft flag to create a draft PR for early feedback.
  • SSOT-aligned structure: uses the create-pull-request.md template to ensure consistent PR formatting and workflows.

Quick Start

Provide the chain ID and optionally --draft to generate and push a PR using the SSOT workflow.

Frequently Asked Questions about pr-create

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

FAQPage Schema
How do I automate pull request creation from chain-based issues?

Automating pull request creation from chain-based issues requires providing a four-digit chain ID so the workflow can auto-generate the PR title, body, and labels, then push the PR for review using the SSOT template.

Can I create a draft PR for early feedback using chain issue automation?

Yes, you can create a draft PR for early feedback by passing the optional --draft flag along with the four-digit chain ID. This generates a draft pull request instead of a ready-to-review PR, following the standard SSOT workflow.

What is a chain ID and how does it relate to PR generation?

A chain ID is a four-digit identifier, such as 0001, that links a pull request to specific chain-related work items. The PR generation process validates this ID against the SSOT workflow to auto-generate the correct title, body, and labels.

Does the automated PR workflow support custom PR templates?

The automated PR workflow uses the create-pull-request.md template to ensure consistent PR structure and formatting. It validates inputs against the SSOT workflow rather than supporting arbitrary custom templates for generating the PR title and body.