Fetch unresolved PR review comments using GitHub GraphQL API, filtering out resolved and outdated feedback.
4.6
Rating
0
Installs
Version Control & Collaboration
Category
Well-structured skill with clear instructions for fetching unresolved PR comments via GitHub GraphQL API. The description adequately covers capabilities, and the step-by-step instructions with token handling logic are comprehensive. The example output clearly shows the data structure returned. Novelty is moderate as it wraps GitHub GraphQL API calls with filtering logic that could be done via CLI tools, but does provide value by handling authentication fallback and parsing complex GraphQL responses into a clean format. Structure is clean and logical with appropriate sections. Minor deduction on novelty since gh CLI and jq could accomplish similar results, though this skill does simplify the GraphQL query construction and unresolved comment filtering.
Loading SKILL.md…

Skill Author