review
Use when reviewing a GitHub PR — dispatches the superpowers code-reviewer subagent, formats the output, and posts it as a PR comment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when reviewing a GitHub PR — dispatches the superpowers code-reviewer subagent, formats the output, and posts it as a PR comment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when working on a Linear issue in a git worktree — guides the end-to-end flow from understanding the issue through creating a pull request. Triggers when you see a Linear issue identifier, title, and description in your prompt.
Use before committing or pushing code — a self-review checklist that verifies tests pass, code is clean, and changes are ready for review. Invoke this after implementing changes and before creating commits.
Use when implementing code changes — engineering principles for writing clean, focused, production-quality code. Invoke this when starting implementation work.
| name | review |
| description | Use when reviewing a GitHub PR — dispatches the superpowers code-reviewer subagent, formats the output, and posts it as a PR comment. |
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>"