Thoroughly reviews a GitHub pull request and posts inline review comments anchored to the exact lines it has feedback on. Spawns review sub-agents (parallel lenses for bugs, security, edge cases, tests, design), scores findings by confidence, filters false positives, and posts one PR review with per-line comments plus a summary. Works against github.com AND GitHub Enterprise Server. Use this whenever the user wants to review a PR, generate line-level feedback on a PR, "leave comments on" or "critique" a pull request, or produce actionable review comments to then process with pr-review-handler. Reach for this for arbitrary PR URLs and Enterprise hosts; for reviewing your own current branch on github.com, the built-in /code-review --comment is a lighter alternative.
$npx -y skills add ky1ejs/claude-plugins --skill pr-reviewerInstalls into the current project.
Run `npx skills use "https://github.com/ky1ejs/claude-plugins" --skill "ky1ejs/claude-plugins/pr-reviewer"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ky1ejs/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/ky1ejs/claude-plugins"` and select the relevant skills, then follow their instructions.