Autofix Pr banner
cassler cassler

Autofix Pr

Git community

Description

# Auto-Fix PR Automatically identify and fix CI failures or review feedback on the current PR, then push the fixes. PR: ${PR_NUMBER:-$(gh pr view --json number -q .number 2>/dev/null)} ## Step 1: Get Current PR Status ```bash # Get PR details and CI status gh pr view --json title,body,state,statusCheckRollup,reviewDecision # List any failing checks gh pr checks 2>/dev/null | grep -E "fail|error" || echo "No failures found" ``` ## Step 2: Collect Feedback ```bash # Get review comments gh p

Installation

Installs to ~/.claude/skills/cassler-awesome-claude-code-setup-autofix-pr/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cassler-awesome-claude-code-setup-autofix-pr && curl -fsSL https://raw.githubusercontent.com/cassler/awesome-claude-code-setup/HEAD/commands/autofix-pr.md -o ~/.claude/skills/cassler-awesome-claude-code-setup-autofix-pr/SKILL.md

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

Full documentation available on GitHub

View Source Repository