create-pr

Analyze commits since divergence from main and create a pull request via GitHub CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the PR creation process by analyzing commits since divergence from main, generating a concise title and body, pushing changes, and creating the PR via GitHub CLI. It returns the PR URL for easy sharing.

Core Features & Use Cases

  • Full PR automation: Analyze commits, generate a concise title and body, and create the PR.
  • Push & create PR: Push changes and invoke gh pr create to open a PR.
  • Traceability: Provides a PR URL for quick access and review.

Quick Start

  1. Verify current branch state
  2. Analyze all commits since divergence from main
  3. Push changes and create PR
  4. Return the PR URL to the user