Skill profile
gh-address-comments
Finds the open PR for your current branch and works through its review comments with the gh CLI, checking gh auth status first rather than failing halfway through.
What it actually does
- Finds the open PR for your current branch and works through its review comments using the `gh` CLI.
- Verifies `gh auth status` first and prompts you to authenticate rather than failing partway through — its own notes flag that sandboxing may block that check and that the command needs escalated permissions.
When to use it — and when not to
Use it when
- You have an open PR with review comments and want them worked through systematically rather than one at a time from memory.
Agent compatibility
- Codex
Confirmed means the skill’s own source or vendor states it works with that agent. Portable means it only reaches that agent through the shared SKILL.md format and a directory convention — real, but a weaker claim. An agent with no entry here isn’t known to be unsupported; it simply isn’t documented either way, so nothing is claimed. Full model on Agent Skills Compatibility.
Requirements and operational surface
Depends on
- gh CLI
What it actually does at runtime
- Executes `gh` CLI commands
- Reads and can act on PR review comments over the network
Related skills
- gh-fix-ciThe companion skill for triaging failing checks before or alongside working through review comments.
- Cursor Team KitThe equivalent PR-comment job on Codex (compare to the kit's `get-pr-comments`).
Evidence and provenance
Maintained by OpenAI (official). Primary source: openai/skills (curated), last checked against this page’s claims on . This page summarizes and analyzes that source — it isn’t a copy of its SKILL.md or README, and installation happens at the source, not here.
Also covered in The Best Codex Skills, part of the Codex guide.