·create-pr
""

create-pr

创建或更新从当前分支到主分支的 PR、观察 CI 并处理反馈

44安装·2热度·@cartridge-gg

安装

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

如何安装 create-pr

通过命令行快速安装 create-pr AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/cartridge-gg/docs --skill create-pr
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:cartridge-gg/docs。

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"

创建或更新从当前分支到主分支的 PR、观察 CI 并处理反馈 来源:cartridge-gg/docs。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/cartridge-gg/docs --skill create-pr
分类
""沟通写作
认证
收录时间
2026-02-21
更新时间
2026-03-10

Browse more skills from cartridge-gg/docs

快速解答

什么是 create-pr?

创建或更新从当前分支到主分支的 PR、观察 CI 并处理反馈 来源:cartridge-gg/docs。

如何安装 create-pr?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/cartridge-gg/docs --skill create-pr 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

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