一键导入
plan-review-checklist
Reviews .agents/PLAN.md for implementation readiness, correctness, scope, risk, and validation gaps.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Reviews .agents/PLAN.md for implementation readiness, correctness, scope, risk, and validation gaps.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Onboard project or init project safely: prepare the active repository with agent state, a full persistent codebase-memory index, evidence-based AGENTS.md handling, and safe check reporting.
Backend implementation protocol. Use by backend agents when editing assigned server-side slices.
Code review protocol. Use when reviewing final diffs against .agents/PLAN.md.
Failure routing protocol. Use when routing test or review failures to the correct agent.
Frontend implementation protocol. Use by frontend agents when editing assigned UI slices.
Performance review checklist. Use for database, API, rendering, caching, loops, network calls, bundle, and runtime risks.
| name | plan-review-checklist |
| description | Reviews .agents/PLAN.md for implementation readiness, correctness, scope, risk, and validation gaps. |
Read .agents/PLAN.md and .agents/REVIEW.md directly. The latter is a read-only schema template. Review type is plan unless the assignment explicitly specifies a supported type (currently migration for migration-specialist). The orchestrator assigns an absent .agents/REVIEW_<assigned-type>-<n>.md path; write the complete review only there, never write findings to .agents/REVIEW.md, self-allocate, or overwrite an artifact. The default plan type uses .agents/REVIEW_plan-<n>.md; an assigned migration review uses .agents/REVIEW_migration-<n>.md.
Confirm that the plan:
Report only concrete changes required before safe implementation.
A finding must identify:
Do not report style, formatting, or optional process preferences.
[P0]: Universal release or operations blocker.[P1]: Urgent correctness, security, data, or scope risk.[P2]: Material ambiguity, validation gap, or maintainability risk.[P3]: Low-risk improvement that still affects execution quality.Use the complete schema in templates/REVIEW.md, with the assigned review-type metadata and headings ### F<n> — [P0|P1|P2|P3] .... Re-reviews use assigned successor artifacts of the same type with predecessor paths and dispositions by reference.
Use No findings. instead of a finding list when no actionable issue exists. Order findings by priority, keep titles under 80 characters, and return only artifact path, verdict, and blocking status in chat.