Claude-skill-registry fix-pr-automation
Work with the automated PR fixer and its CLI, including prompts and workflow configuration. Use when diagnosing failed CI auto-fixes, running the fix-pr CLI locally, or updating the fix-pr prompt or workflow.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/fix-pr-automation" ~/.claude/skills/majiayu000-claude-skill-registry-fix-pr-automation && rm -rf "$T"
manifest:
skills/data/fix-pr-automation/SKILL.mdsource content
Fix PR Automation
Overview
Run or adjust the automated PR fixer that proposes patches for failing CI jobs.
Workflow
- Read
for the end-to-end workflow and safety constraints.docs/FIX-PR.md - Run locally from
:dev/packages/release-scripts
.pnpm fix:pr - Provide required secrets (
andGITHUB_TOKEN
orOPENAI_API_KEY
) and verify the CLI output.CODEX_API_KEY - Update the prompt at
and the workflow atdev/packages/release-scripts/scripts/fix-pr/prompt.md
when behavior changes are needed..github/workflows/fix-pr.yml