gh-pr-comments
CommunityQuery PR comments across repos with gh CLI.
AuthorHaywardMorihara
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps teams capture and review all feedback on a GitHub pull request by aggregating general comments and inline code comments via the gh CLI.
Core Features & Use Cases
- View PR summary including general comments to understand overall discussions.
- Retrieve inline code comments on specific lines to ensure no feedback is missed.
- Consolidate PR feedback across multiple reviewers to streamline merging decisions.
Quick Start
Install the gh CLI and jq if they are not already available. Then view a PR with: gh pr view <number> --repo owner/repo To retrieve inline comments, run: gh api repos/owner/repo/pulls/<number>/comments | jq '.[] | {user: .user.login, path: .path, line: .line, body: .body}'
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: gh-pr-comments Download link: https://github.com/HaywardMorihara/toolbox/archive/main.zip#gh-pr-comments Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.