SkillDex
CodexOther skillProject Managementactive

GH Address Comments

A Codex Skill for collecting GitHub PR review or issue comments and helping address selected threads with gh CLI context.

Overview

Use this reference when the current branch has GitHub review comments that need triage before deciding which changes to implement.

What this Skill can do

  • Finds the current branch PR and fetches comments or review threads.
  • Summarizes required follow-up before implementation.
  • Keeps authentication and rate-limit issues explicit.

Best use cases

  • Reviewing unresolved PR comments before editing code.
  • Numbering comment threads so the user can choose what to address.
  • Handling GitHub auth or rate-limit blockers transparently.

Not suitable for

  • Applying every review suggestion without user selection.
  • Treating comments as approval to change unrelated files.
  • Fetching private review content without repository authorization.

Inputs

  • Current branch, PR number or URL, and repository context.
  • GitHub CLI authentication state.
  • User-selected review threads to address.

Outputs

  • Comment summary and numbered action list.
  • Patch plan for selected threads.
  • Verification notes after comments are addressed.

Compatibility

Tools: Codex

Environments: Codex CLI or compatible Codex skill runtime, GitHub pull request workflow

  • Requires gh CLI access to the repository and PR comments.
  • Implementation should wait until the user selects which comments to address.

SkillDex links to the source and does not fetch PR comments itself.

Evidence summary

implementedVerified 2026-07-02
  • Source directoryrepo

    Public source directory and Apache-2.0 license file were checked for this catalog entry.

Related projects

Related projects are derived from project records for navigation and portfolio context. They do not replace evidence artifacts, prove shipment, or prove that this Skill was used in a project.

  • Project evidence status: implementedProject record updated: 2026-07-02
    Vibe Coding Review

    Portfolio project record for phase-aware review gates used to keep AI-assisted coding work inside approved scope.

    Open project record
  • Project evidence status: researchProject record updated: 2026-07-02
    LoopEngineering

    Portfolio project record for iterative plan-build-review loops in AI engineering work.

    Open project record

Safe example prompts

Summarize review threads

Use the GH Address Comments skill to list unresolved PR comments on this branch and summarize what each one asks for.

Address selected comments

Use the GH Address Comments skill to address only the selected review comments and leave unrelated files alone.

Installation / usage

Reference the upstream curated Skill directory.

  1. 1Open the GitHub source directory for the Skill.
  2. 2Confirm gh authentication and repository access before applying the workflow.

Source metadata

Author
openai
License
Apache-2.0
Indexed
2026-07-02
Reviewed
2026-07-02