Curated
Skill 14 of 44
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
1 minute · 143 words · 4 sections
Install
npx skills add openai/skills --skill gh-address-commentsnpx skills add openai/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Guide to find the open PR for the current branch and address its comments with gh CLI. Run all gh commands with elevated network access.
Prereq: ensure gh is authenticated (for example, run gh auth login once), then run gh auth status with escalated permissions (include workflow/repo scopes) so gh commands succeed. If sandboxing blocks gh auth status, rerun it with sandbox_permissions=require_escalated.
Notes:
gh auth login, then retry.main, last pushed 8 September 2026.SKILL.md, not by matching a directory convention. 2 distinct layouts observed: skills/.curated/*/SKILL.md, skills/.system/*/SKILL.md.h1 and no skipped levels:/openai/skills.md, and each skill at its own .md URL.5 files · 20 KB
Everything this skill ships beside its prose. 4 of them are set here as subchapters of skill 14; the other 1 is described rather than reproduced.
Executable code the skill can run.
Templates, schemas and fixtures the skill draws on.
Everything else published alongside the skill.