creating-prs

Analyze branch changes and create a pull request with gh pr create.

16|3|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/nuitsjp/spec-driven-docs-infra --skill creating-prs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-prs
Source: https://github.com/nuitsjp/spec-driven-docs-infra/tree/main/.claude/skills/creating-prs
Command: npx skills add https://github.com/nuitsjp/spec-driven-docs-infra --skill creating-prs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes changes in the current branch relative to main and automates the creation of a Pull Request with a concise title and body.

Core Features & Use Cases

  • Diff & history analysis: Use git diff and git log to craft a meaningful PR title and summary.
  • Automated PR creation: Create the PR with gh pr create, including a link to the related issues when present.
  • Result visibility: Return the PR URL for easy sharing and review.
  • Use Case: When you want to launch code changes quickly from a feature branch, this Skill generates a ready-to-submit PR.

Quick Start

Inspect changes with git diff and git log, craft a concise title and body, then create the PR with gh pr create on the main branch.