Agent skill
pr-feedback
Review and address PR feedback. Use when asked to "check PR comments", "review PR feedback", "address PR comments", or respond to code review.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/pr-feedback
SKILL.md
PR Feedback
Review and respond to pull request comments.
Process
-
Get PR context
bashgh pr view --json number,title,url --jq '"PR #\(.number): \(.title)\n\(.url)"' -
Fetch comments
bashgh pr view --commentsFor full thread details:
bashgh api repos/{owner}/{repo}/pulls/{number}/comments --paginate -
Review each comment — understand the feedback before responding
-
Address in code — make the fix, cite file:line in your response
-
Reply to thread — summarize fix + reference commit/line
-
Resolve threads — only after fix lands and is pushed
Guidelines
- Read all comments before starting fixes — some may conflict or overlap
- Don't resolve threads until the fix is committed and pushed
- Cite specific file:line when replying (e.g., "Fixed in
src/foo.ts:42") - If feedback is unclear, ask for clarification rather than guessing
- Group related fixes into logical commits
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?