Help address GitHub PR review comments. Use when the user mentions PR reviews, code review feedback, reviewer comments, or needs to resolve review threads.
Helps address GitHub PR review comments by listing, viewing, and managing feedback. Triggers when you mention PR reviews, code review feedback, or need to resolve review threads.
/plugin marketplace add STRRL/gh-pr-comments/plugin install gh-pr-comments@gh-pr-commentsThis skill is limited to using the following tools:
This skill helps you work with GitHub PR review comments using the gh-pr-comments CLI extension.
There are two types of comments on a PR:
review_comment (inline): Attached to specific lines of code
issue_comment (general): Not attached to code
# List unresolved comments (resolved hidden by default)
gh pr-comments list
# List all comments including resolved
gh pr-comments list --all
# Show hierarchical tree view
gh pr-comments tree
# View full details of a comment
gh pr-comments view <comment-id>
# Reply to a comment
gh pr-comments reply <comment-id> --body "message"
# Mark comments as resolved
gh pr-comments resolve <comment-id> [comment-id...]
# Hide (minimize) comments
gh pr-comments hide <comment-id> --reason resolved
# Clean up reviews with all comments resolved
gh pr-comments cleanup
gh pr-comments list --json to see all comments (both review_comment and issue_comment types)review_comment: These are always actionable code review feedbackissue_comment: Check if the content contains review feedback or suggestions that require code changes. Reviewers like Claude Code often post detailed reviews as issue comments.gh pr-comments view <id> to see full context including diff (for review_comment) or full message (for issue_comment)AskUserQuestion to let the user choose how to handle each actionable comment:
review_comment: Use gh pr-comments resolve <id> to mark as resolvedissue_comment: Use gh pr-comments hide <id> --reason resolved to minimize (issue comments cannot be resolved)When the user wants to address the comment immediately:
# 1. Make the code changes using Edit tool
# 2. Reply explaining what was fixed
gh pr-comments reply <id> --body "Fixed: <brief description of what was changed>"
# 3. Mark as resolved
gh pr-comments resolve <id>
When the user chooses to defer a fix:
# Create a GitHub issue to track the work
gh issue create --title "<concise-title>" --body "From PR review: <link-to-comment>
<description of what needs to be done>"
# Reply to the comment with the issue link
gh pr-comments reply <id> --body "Tracked in #<issue-number>"
# Optionally resolve the comment
gh pr-comments resolve <id>
When the suggested change is not appropriate:
# Reply with explanation
gh pr-comments reply <id> --body "No changes needed: <clear explanation>"
# Resolve the comment
gh pr-comments resolve <id>
--json flag for programmatic parsingcleanup to minimize the reviewThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.