gh-address-comments

Help address review or 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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gh-address-comments" with this command: npx skills add shipshitdev/library/shipshitdev-library-gh-address-comments

GH Address Comments

Use this skill when a user wants help resolving PR review or issue comments via the GitHub CLI.

Workflow

  1. Verify auth:
    • gh auth status -h github.com
    • If not logged in, ask the user to run gh auth login.
  2. Identify the PR:
    • gh pr view --json number,title,url
    • If no PR is found, ask for the PR URL.
  3. Collect comments:
    • Review comments: gh api repos/{owner}/{repo}/pulls/{number}/comments
    • Issue comments: gh api repos/{owner}/{repo}/issues/{number}/comments
  4. Summarize each thread and map to code changes.
  5. Propose fixes and get user approval before pushing changes.
  6. Draft reply text for each thread and ask before posting to GitHub.

Notes

  • Prefer quoting exact comment text in your summary.
  • Keep replies short and specific to the change.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

financial-operations-expert

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

youtube-video-analyst

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

nestjs-testing-expert

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

brand-name-generator

No summary provided by upstream source.

Repository SourceNeeds Review