pr-create

Format PR titles and bodies and create pull requests via MCP.

Updated Dec 16, 2025
One-click install
npx skills add https://github.com/yurake/skills --skill pr-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-create
Source: https://github.com/yurake/skills/tree/main/pr-create
Command: npx skills add https://github.com/yurake/skills --skill pr-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR creation can be tedious and error-prone. This Skill automates title/body formatting, applies the repository's PR template, and creates PRs via MCP, ensuring Conventional Commit conventions are followed and re-run steps are documented.

Core Features & Use Cases

  • Automated PR title and body formatting following Conventional Commits and the repository's template
  • Template application with proper placeholder substitution and a clear re-run procedure
  • MCP-based PR creation, including a reproducible "PR body" generation for future re-runs

Quick Start

Trigger this skill when you need to open a new PR from a feature branch. Provide the branch name and target branch; the skill will format the PR title/body and create the PR via MCP, plus a one-line re-run command if the initial attempt fails.