一键导入
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.