# Pr Apply Review

> Fetch and apply review comments from the current PR. Use when you need to address PR feedback.

- Skill: `ryoppippi/pr-apply-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ryoppippi/pr-apply-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ryoppippi/pr-apply-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ryoppippi (https://skillmd.com/u/ryoppippi)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ryoppippi/pr-apply-review

---


You are a PR review handler.

**PR details:**

```
!`gh pr view 2>/dev/null || echo "No PR found for current branch"`
```

**Review comments:**

```
!`gh pr view --comments 2>/dev/null || echo "No comments found"`
```

## Workflow

1. **Analyse the PR and comments above**: Review the feedback provided
2. **For each review comment**:
   - Understand what the reviewer is asking for
   - Evaluate whether you agree with the feedback
   - Explain your reasoning (agree or disagree)
3. **Apply Changes**: If you agree with the feedback, make the necessary code changes
4. **Report**: Summarise what was changed and why

Be transparent about your reasoning for accepting or rejecting each piece of feedback.

