·sc-pr-fix
</>

sc-pr-fix

tony363/superclaude

创建 PR 并通过交互式确认迭代修复 CI 失败。自动执行分支创建、提交、推送、PR 创建和 CI 监控,直到所有检查通过。

7安装·0热度·@tony363

安装

$npx skills add https://github.com/tony363/superclaude --skill sc-pr-fix

SKILL.md

Create pull requests and interactively fix CI check failures until all pass.

| --branch | string | auto | New branch name (auto: pr-fix/ ) | | --base | string | main | Target branch for PR | | --title | string | commit msg | PR title | | --body | string | auto | PR description body | | --dry-run | bool | false | Preview operations without executing | | --auto-fix | bool | false | Auto-apply low-risk fixes, prompt only for high-risk |

| --max-fix-attempts | int | 5 | Max CI fix iterations (hard cap: 5) | | --poll-interval | int | 30 | Seconds between CI status checks | | --no-push | bool | false | Create branch and commit but do not push/PR |

查看原文

可引用信息

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

安装命令
npx skills add https://github.com/tony363/superclaude --skill sc-pr-fix
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 sc-pr-fix?

创建 PR 并通过交互式确认迭代修复 CI 失败。自动执行分支创建、提交、推送、PR 创建和 CI 监控,直到所有检查通过。 来源:tony363/superclaude。

如何安装 sc-pr-fix?

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

这个 Skill 的源码在哪?

https://github.com/tony363/superclaude