Fix Develop banner
bjcoombs bjcoombs

Fix Develop

Git community

Description

--- name: fix-develop disable-model-invocation: true description: "Autonomous fix loop for failing CI on the repo's default branch" argument-hint: "[branch] (optional - defaults to the repo's default branch)" --- # Fix Default Branch Assess failing CI on the repo's default branch (main / develop / etc., or nightly build), create a worktree with a fix, push a PR, and loop until CI passes and review comments are addressed. **Usage**: `/fix-develop [repo-path]` - defaults to current repo context

Installation

Installs to ~/.claude/skills/bjcoombs-ai-native-toolkit-fix-develop/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bjcoombs-ai-native-toolkit-fix-develop && curl -fsSL https://raw.githubusercontent.com/bjcoombs/ai-native-toolkit/HEAD/commands/fix-develop.md -o ~/.claude/skills/bjcoombs-ai-native-toolkit-fix-develop/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository