Codex skill for fixing upstream GitHub issues and pull request failures with GitHub CLI.
Use it when Codex needs to:
- triage one or more upstream GitHub issues,
- repair pull request CI failures,
- address PR review comments,
- resolve merge conflicts or rebase existing PRs,
- prepare reviewer-friendly PR descriptions and handoff notes.
Install with Codex skill installer:
python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
--repo OSS-AIE/github-issue-fix \
--path . \
--name github-issue-fixThe skill itself is in SKILL.md.