github

Installation
SKILL.md

GitHub CLI

Interact with GitHub using the gh CLI tool.

PR Review Comments

Fetch a specific comment by ID

When you have a comment URL like https://github.com/owner/repo/pull/123#discussion_r2715128564, extract the comment ID from discussion_r{ID}:

gh api repos/{owner}/{repo}/pulls/comments/{comment_id}

Example:

gh api repos/biteinc/maitred/pulls/comments/2715128564
Related skills

More from derek-x-wang/skills

Installs
1
First Seen
Mar 21, 2026