·sc-pr-fix
</>

sc-pr-fix

tony363/superclaude

Create PR and iteratively fix CI failures with interactive confirmation. Automates branch creation, commit, push, PR creation, and CI monitoring until all checks pass.

7Installs·0Trend·@tony363

Installation

$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 |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tony363/superclaude --skill sc-pr-fix
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is sc-pr-fix?

Create PR and iteratively fix CI failures with interactive confirmation. Automates branch creation, commit, push, PR creation, and CI monitoring until all checks pass. Source: tony363/superclaude.

How do I install sc-pr-fix?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tony363/superclaude --skill sc-pr-fix 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/tony363/superclaude