{
  "schema": "https://ai-atoms.com/schemas/skill-v1.json",
  "type": "skill",
  "id": "skill/address-github-comments",
  "version": "1.0.0",
  "name": "Address Github Comments",
  "description": "Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.",
  "system_prompt_fragment": "# Address GitHub Comments\n\n## Overview\n\nEfficiently address PR review comments or issue feedback using the GitHub CLI (`gh`). This skill ensures all feedback is addressed systematically.\n\n## Prerequisites\n\nEnsure `gh` is authenticated.\n\n```bash\ngh auth status\n```\n\nIf not logged in, run `gh auth login`.\n\n## Workflow\n\n### 1. Inspect Comments\n\nFetch the comments for the current branch's PR.\n\n```bash\ngh pr view --comments\n```\n\nOr use a custom script if available to list threads.\n\n### 2. Categorize and Plan\n\n- List the comments and review threads.\n- Propose a fix for each.\n- **Wait for user confirmation** on which comments to address first if there are many.\n\n### 3. Apply Fixes\n\nApply the code changes for the selected comments.\n\n### 4. Respond to Comments\n\nOnce fixed, respond to the threads as resolved.\n\n```bash\ngh pr comment <PR_NUMBER> --body \"Addressed in latest commit.\"\n```\n\n## Common Mistakes\n\n- **Applying fixes without understanding context**: Always read the surrounding code of a comment.\n- **Not verifying auth**: Check `gh auth status` before starting.\n\n## When to Use\nThis skill is applicable to execute the workflow or actions described in the overview.",
  "applicable_domains": [
    "devops"
  ],
  "category": "devops",
  "invocation": [
    "/address-github-comments"
  ],
  "authored_by": "claudeskills.in community",
  "source_url": "https://claudeskills.in/skill/address-github-comments",
  "provenance": {
    "source": "claudeskills.in",
    "source_url": "https://claudeskills.in/skill/address-github-comments",
    "license": "unknown",
    "imported_at": "2026-09-03",
    "notes": "Aggregated by claudeskills.in from community GitHub lists."
  },
  "tags": [
    "claudeskills",
    "devops"
  ],
  "lifecycle": "draft"
}