·create-pr
</>

create-pr

cartridge-gg/agents

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

12Installs·0Trend·@cartridge-gg

Installation

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

SKILL.md

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/agents.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cartridge-gg/agents --skill create-pr
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is create-pr?

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

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/agents --skill create-pr Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01