Agent skill
fetch-pr-review-comments
MUST use this skill when user asks to check/review PR comments, address reviewer feedback, fix review issues, or respond to code review. Fetches unresolved review comments from GitHub PR for the current branch.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/fetch-pr-review-comments-shogogg-dotfiles
SKILL.md
Fetch PR Review Comments
Fetches unresolved review comments from the GitHub pull request corresponding to the current branch. You should use the bundled script to do this.
Instructions
- Run the script:
bash ~/.claude/skills/fetch-pr-review-comments/get_unresolved_review_comments.sh - Report the fetched unresolved review comments in a clear format. Do not use table format.
- STOP HERE - Do not proceed to fix or address the comments yet.
- Wait for user to explicitly request fixes.
Important Notes
- Requires
ghCLI to be authenticated - Only works when on a branch that has an associated pull request
- After reporting the comments, STOP and WAIT for user instructions. DO NOT:
- Create todo lists for fixing the comments
- Read or edit the mentioned files
- Start implementing any fixes
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?