create-pr

Creates a GitHub pull request from the current branch to main with generated title and body.

Updated Dec 26, 2024
One-click install
npx skills add https://github.com/Romira915/blog-romira-dev-leptos --skill create-pr-romira915
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/Romira915/blog-romira-dev-leptos/tree/main/.claude/skills/create-pr
Command: npx skills add https://github.com/Romira915/blog-romira-dev-leptos --skill create-pr-romira915

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates creating a pull request from the current branch, saving you time by generating a ready-to-submit PR from your local work.

Core Features & Use Cases

  • Automatic PR creation: Drafts a PR title and body based on your current changes.
  • Main branch comparison: Compares against main to ensure proper context for the PR.
  • Use Case: After finishing a feature on a topic branch, trigger this Skill to open a PR to main with a concise summary.

Quick Start

Run this on the feature branch to create a PR against main: gh pr create --fill