feat(skills): Add gh-pr-review skill for structured GitHub PR reviews#13051
Merged
GeorgeDong32 merged 2 commits intomainfrom Feb 25, 2026
Merged
feat(skills): Add gh-pr-review skill for structured GitHub PR reviews#13051GeorgeDong32 merged 2 commits intomainfrom
GeorgeDong32 merged 2 commits intomainfrom
Conversation
Add a new public skill that leverages the gh-pr-review CLI extension to manage the full PR review lifecycle — start pending reviews, add inline comments at valid diff hunk lines, preview, and submit with APPROVE/COMMENT/REQUEST_CHANGES events. Also removes the now-redundant PR-13030-REVIEW.md file. https://claude.ai/code/session_01GfgbQJzkXNmaJbDByWK1aK
GeorgeDong32
approved these changes
Feb 25, 2026
Collaborator
GeorgeDong32
left a comment
There was a problem hiding this comment.
Code Review Summary
Overall Assessment: Approved
This PR introduces a well-designed skill for conducting structured GitHub PR reviews. The implementation is thorough and follows project conventions.
Positives
- Comprehensive 8-step workflow covering the entire review lifecycle
- Clear documentation with practical examples and command templates
- Proper handling of inline comments with line number validation guidance
- Good constraint documentation to prevent common errors
- Correctly registered in both .agents/skills/ and .claude/skills/ directories
Files Reviewed
-
- Main skill documentation
-
- Agent configuration
-
- Skills registry
-
- Claude Code skill registration
- files - Proper gitignore entries
Recommendation: Merge - The skill is ready for use.
| @@ -0,0 +1,179 @@ | |||
| --- | |||
Collaborator
There was a problem hiding this comment.
Quality: Excellent documentation structure with clear 8-step workflow. The skill covers the complete PR review lifecycle comprehensively.
eeee0717
approved these changes
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Before this PR:
No built-in skill for conducting structured PR reviews with inline comments.
After this PR:
Users can invoke the
gh-pr-reviewskill to review pull requests with inline comments, severity categorization, and comprehensive review summaries.Why we need it and why it was done in this way
The skill provides a comprehensive workflow for code review automation:
The implementation follows GitHub's pending review API patterns via the
gh-pr-reviewCLI extension. The skill is registered in both.agents/skills/and.claude/skills/directories and added to the public skills registry.Breaking changes
None.
Special notes for your reviewer
CLAUDE.mdor equivalent style guidesChecklist
Release note
https://claude.ai/code/session_01GfgbQJzkXNmaJbDByWK1aK