pr-create

Create GitHub pull requests with auto-generated titles, bodies, and labels.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Этот навык автоматизирует создание Pull Request на GitHub на основе данных цепочки (chain), формируя заголовок, тело PR и метки, чтобы убрать ручной повторяющийся труд.

Core Features & Use Cases

  • Автоматическая генерация заголовка PR, тела и меток на основе данных chain.
  • Публикация PR в репозиторий и создание превью.
  • Применение: в рабочих процессах chain-based, где PRs должны отражать контекст chain и включать автоматически сгенерированную информацию.

Quick Start

Invoke /pr-create with an optional chain-id to generate and push a PR containing an auto-generated title, body, and labels.

Frequently Asked Questions about pr-create

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

FAQPage Schema
How do I automate GitHub Pull Request creation from chain data?

You can automate PR creation by invoking the Skill with an optional chain-id; it reads the chain data to auto-generate the PR title, body, and labels, then pushes the PR to GitHub. This removes the manual effort of assembling chain context into PR metadata.

Can I generate a draft Pull Request with auto-generated labels and title?

Yes, you can create a draft Pull Request by using the optional --draft flag during invocation. The Skill generates the PR title, body, and labels from your chain data and pushes it as a draft to GitHub for preview before final review.

What is chain-based Pull Request generation and when do I need it?

Chain-based Pull Request generation reads completed chain data to automatically assemble PR content including titles, bodies, and labels. You need it in chain-based feature workflows progressing from analysis to deployment, ensuring PRs accurately reflect the chain context with auto-generated metadata.

Does this PR automation tool require any external dependencies?

No, this PR automation tool requires no external dependencies to function. It operates independently to read chain data, assemble PR content, and push the Pull Request via the GitHub API with optional draft support.

What is the best way to create a GitHub PR with auto-generated issues?

The best way to create a GitHub PR with auto-generated issues is to use this Skill to assemble issues from a completed chain. It automatically generates the PR title, body, and labels, then previews and pushes the PR via the GitHub API, fully automating the metadata creation process.

Why use automated PR title and body generation for chain workflows?

You use automated PR title and body generation to ensure PRs accurately reflect chain context without manual repetitive labor. It reads chain data to assemble structured PR content and metadata, maintaining consistency across chain-based feature workflows.