From yoink
Use when reviewing a GitHub PR — dispatches the superpowers code-reviewer subagent, formats the output, and posts it as a PR comment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/yoink:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are reviewing a pull request. Follow this workflow precisely — do not skip steps. This is a read-only review — do NOT create commits, branches, or modify code.
You are reviewing a pull request. Follow this workflow precisely — do not skip steps. This is a read-only review — do NOT create commits, branches, or modify code.
BASE_SHA=$(git merge-base HEAD origin/<base-branch>)
HEAD_SHA=$(git rev-parse HEAD)
(Replace <base-branch> with the base branch from your prompt)---
🤖 *Automated review by Claude via Yoink*
<github-command> pr comment <pr-number> [-R <repo>] --body "<review>"
npx claudepluginhub borkweb/yoinkReviews GitHub pull requests using parallel subagents for CLAUDE.md compliance, bugs, git history context, past feedback, and code comment adherence.
Reviews a pull request for code quality and correctness. Use when asked to review a PR or when running as an automated PR reviewer.
Reviews GitHub pull requests using gh CLI, analyzing diffs for code quality, security, and test coverage.