smithery/ryoppippi

pr-apply-review

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

Installation

$ npx skills add smithery/ryoppippi --skill pr-apply-review

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/ryoppippi.

npx skills add smithery/ryoppippi

Browse all from smithery/ryoppippi

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 844 B
  • docs SUMMARY.md 117 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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)

  1. Apply Changes: If you agree with the feedback, make the necessary code changes
  2. Report: Summarise what was changed and why

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