Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 620 Bytes

File metadata and controls

22 lines (16 loc) · 620 Bytes

github-issue-fix

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

The skill itself is in SKILL.md.