What is create-pr?
Create or update a PR from current branch to main, watch CI, and address feedback Source: cartridge-gg/docs.
Create or update a PR from current branch to main, watch CI, and address feedback
Quickly install create-pr AI skill to your development environment via command line
Source: cartridge-gg/docs.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/cartridge-gg/docs --skill create-prCreate or update a PR from current branch to main, watch CI, and address feedback Source: cartridge-gg/docs.
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
https://github.com/cartridge-gg/docs