fetch-unresolved-comments

Installation
SKILL.md

Fetch Unresolved PR Review Comments

Uses GitHub's GraphQL API to fetch only unresolved review thread comments from a pull request.

When to Use

  • You need to get only unresolved review comments from a PR
  • You want to filter out already-resolved and outdated feedback

Instructions

  1. Parse PR information:

    • First check for environment variables:
      • If PR_NUMBER and GITHUB_REPOSITORY are set, read them and parse GITHUB_REPOSITORY as owner/repo and use PR_NUMBER directly
    • Otherwise:
      • Use gh pr view --json url -q '.url' to get the current branch's PR URL and parse to extract owner, repo, and PR number
  2. Run the Python script:

Installs
6
GitHub Stars
234
First Seen
Jan 24, 2026
fetch-unresolved-comments — microck/ordinary-claude-skills