Fetch unresolved PR review comments using GitHub GraphQL API, filtering out resolved and outdated feedback.
5.5
Rating
0
Installs
Version Control & Collaboration
Category
Well-documented skill that clearly explains how to fetch unresolved PR review comments using GitHub's GraphQL API. The description is clear and actionable, with good coverage of both environment variable and CLI fallback approaches for obtaining PR URLs. The instructions are step-by-step and include concrete examples with expected output format. Structure is clean and appropriate for a single-purpose skill. Novelty is moderate: while filtering unresolved comments via GraphQL is useful and non-trivial (requiring knowledge of GitHub's threading model and GraphQL schema), a capable CLI agent could potentially construct similar queries with sufficient context. The skill provides clear value by encapsulating the GraphQL complexity and filtering logic, reducing token usage for repeated invocations.
Loading SKILL.md…

Skill Author