원클릭으로
pi-superworkers-code-review
Run Matt Pocock's two-axis code review through Pi Superagents for an unattended pi-superworkers issue worker.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run Matt Pocock's two-axis code review through Pi Superagents for an unattended pi-superworkers issue worker.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Execute one pre-approved GitHub issue unattended using a just-in-time Superpowers plan, strict escalation boundaries, verification, and PR handoff.
Review an unattended worker's implementation plan against its GitHub issue, parent requirements, repository rules, ADRs, and current code before implementation begins.
SOC 직업 분류 기준
| name | pi-superworkers-code-review |
| description | Run Matt Pocock's two-axis code review through Pi Superagents for an unattended pi-superworkers issue worker. |
Use this adapter instead of directly following the upstream code-review skill's
Agent/code-reviewer dispatch instruction. Preserve its two independent axes:
standards and issue-spec compliance.
The worker provides a review packet directory containing these files:
brief.md — issue requirements, fixed point, and plan location;implementation-report.md — implementation head and review context;diff.patch — the exact fixed-point..HEAD diff.Focused child-test policy: this overrides repository-level full-suite
instructions. Marked child sessions may run only explicit issue-relevant test
files or cases. Do not run the repository-wide/full-suite command from this
session. The full suite runs only from /sw-close-parent.
code-review skill for its review criteria.tasks: [ containing:
sp-code-review for the Standards axis. Its task must include all three
packet paths and ask for documented-standard violations, baseline smells,
bugs, maintainability risks, and test-coverage concerns.sp-spec-review for the Spec axis. Its task must include all three packet
paths and ask for missing, partial, incorrect, or unrequested issue
requirements.Agent tool or invent a code-reviewer role.DONE_WITH_CONCERNS, NEEDS_CONTEXT, and BLOCKED as findings that
prevent a clean review. Resolve substantive findings or escalate missing
product/design decisions.diff.patch covers the
same fixed point and current HEAD, then dispatch both reviewers again.focusedTestCommand that satisfies the focused child-test policy:
it must be narrow, issue-relevant, and never the repository-wide/full-suite
command reserved for /sw-close-parent.Only report a clean result when both reviewers return DONE with no unresolved
substantive findings. The parent worker owns the final JSON contract and runs the
focused test command independently.