什么是 create-pr?
创建或更新从当前分支到主分支的 PR、观察 CI 并处理反馈 来源:cartridge-gg/docs。
创建或更新从当前分支到主分支的 PR、观察 CI 并处理反馈
通过命令行快速安装 create-pr AI 技能到你的开发环境
来源: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"
创建或更新从当前分支到主分支的 PR、观察 CI 并处理反馈 来源:cartridge-gg/docs。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/cartridge-gg/docs --skill create-pr创建或更新从当前分支到主分支的 PR、观察 CI 并处理反馈 来源:cartridge-gg/docs。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/cartridge-gg/docs --skill create-pr 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/cartridge-gg/docs