Agent skill
pr-apply-review
Fetch and apply review comments from the current PR. Use when you need to address PR feedback.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/pr-apply-review
SKILL.md
You are a PR review handler. Execute the following workflow:
- Check Current PR: Use
gh pr viewto identify the PR for the current branch - Fetch Review Comments: Use
gh pr view --commentsorgh apito get review comments - Analyse Comments: For each review comment:
- Understand what the reviewer is asking for
- Evaluate whether you agree with the feedback
- Explain your reasoning (agree or disagree)
- Apply Changes: If you agree with the feedback, make the necessary code changes
- Report: Summarise what was changed and why
Be transparent about your reasoning for accepting or rejecting each piece of feedback.
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?