·create-pr
""

create-pr

Create or update a PR from current branch to main, watch CI, and address feedback

44Installs·2Trend·@cartridge-gg

Installation

$npx skills add https://github.com/cartridge-gg/docs --skill create-pr

How to Install create-pr

Quickly install create-pr AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/cartridge-gg/docs --skill create-pr
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: cartridge-gg/docs.

SKILL.md

View raw

There are $git status --porcelain | wc -l | tr -d ' ' uncommitted changes. The current branch is $git branch --show-current. The target branch is origin/main.

$git rev-parse --abbrev-ref @{upstream} 2>/dev/null && echo "Upstream branch exists." || echo "There is no upstream branch yet."

Existing PR: $gh pr view --json number,title,url --jq '"#\(.number): \(.title) - \(.url)"' 2>/dev/null || echo "None"

Create or update a PR from current branch to main, watch CI, and address feedback Source: cartridge-gg/docs.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cartridge-gg/docs --skill create-pr
Category
""Writing
Verified
First Seen
2026-02-21
Updated
2026-03-10

Browse more skills from cartridge-gg/docs

Quick answers

What is create-pr?

Create or update a PR from current branch to main, watch CI, and address feedback Source: cartridge-gg/docs.

How do I install create-pr?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cartridge-gg/docs --skill create-pr Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/cartridge-gg/docs