Prp Pr banner
ibyron17 ibyron17

Prp Pr

Git community

Description

--- description: "Create a GitHub PR from current branch with unpushed commits — discovers templates, analyzes changes, pushes" argument-hint: "[base-branch] (default: main)" --- # Create Pull Request > Adapted from PRPs-agentic-eng by Wirasm. Part of the PRP workflow series. **Input**: `$ARGUMENTS` — optional, may contain a base branch name and/or flags (e.g., `--draft`). **Parse `$ARGUMENTS`**: - Extract any recognized flags (`--draft`) - Treat remaining non-flag text as the base branch na

Installation

Installs to ~/.claude/skills/ibyron17-coding-env-prp-pr/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ibyron17-coding-env-prp-pr && curl -fsSL https://raw.githubusercontent.com/ibyron17/coding-env/HEAD/commands/prp-pr.md -o ~/.claude/skills/ibyron17-coding-env-prp-pr/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository