my-pr-comments
OfficialLoad PR review comments for quick context.
Authorwodsmith
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates pulling the review comments for the current GitHub PR, enabling faster context gathering and collaborative feedback.
Core Features & Use Cases
- PR Number Discovery: Detect the current PR with gh pr view.
- Comment Retrieval: Fetch comments via gh api and paginate for complete context.
- Structured Output: Present data as file, line, body, and author for downstream tooling.
Quick Start
gh pr view --json "url" | jq '.url' gh api repos/corpaxe/{reponame}/pulls/{prnumber}/comments --paginate --jq '.[] | {file: .path, line: .line, body: .body, author: .user.login}'
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: my-pr-comments Download link: https://github.com/wodsmith/thewodapp/archive/main.zip#my-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.