Back to Skills

GitHub Address Comments

Provider: openai

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI. It fetches comments, asks for clarification, and applies...

Description

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI. It fetches comments, asks for clarification, and applies fixes.

Source

https://github.com/openai/skills/tree/main/skills/.curated/gh-address-comments

Sample Usage

  • "Address the comments on my pull request."
  • "Fix the issues raised in the code review."
  • "Check for open PR comments and help me resolve them."

Configuration

  1. Install via skill-installer:
    $skill-installer gh-address-comments
    
  2. Ensure gh CLI is authenticated:
    gh auth login
    gh auth status
    
    (Ensure workflow/repo scopes are enabled)