一键导入
plan-review
Review a markdown plan (from EnterPlanMode or /plan) before implementation. Triggers on "review this plan", "check my plan", "is this plan good".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review a markdown plan (from EnterPlanMode or /plan) before implementation. Triggers on "review this plan", "check my plan", "is this plan good".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
When asked to review a PR or branch ("review this PR", "PR review", "argus", before merging), fan the diff out to parallel read-only reviewers and return a severity-ranked verdict; optionally post inline via gh.
When the user has reviewer feedback on a GitHub PR (human or bot like gemini-code-assist) and wants the pertinent items fixed — "j'ai des retours sur la PR", "résous/corrige ce qui est pertinent", "lis les commentaires de la PR via gh" — triage every comment thread via gh, apply only the pertinent fixes (drop nits), then reply to and resolve each triaged thread. Not for publishing our own review findings — that is argus-review --post.
Audit Claude Code agents, skills, and commands for quality and production readiness. Use when evaluating skill quality, checking production readiness scores, or comparing agents against best-practice templates.
Enforce project coding conventions: reduce duplication, keep naming/file placement consistent, and minimize regression risk. Includes React component and layout guidelines. Use when writing or reviewing code.
Generate a Product Requirements Document from user instructions using the PRD template. Outputs a human-readable self-contained HTML file plus a markdown source for implementation tooling. Includes a macro-level task checklist at the end.
After modifying code, map all consumers of changed symbols and flag unhandled mismatches. Not for debugging (use systematic-debugging).
| name | plan-review |
| description | Review a markdown plan (from EnterPlanMode or /plan) before implementation. Triggers on "review this plan", "check my plan", "is this plan good". |
Critical review of implementation plans produced by Claude's planning mode.
The plan is a markdown document where:
Provided as a file path or inline markdown.
Read the plan, isolate the original context, restate the core problem in one sentence.
For each requirement or bug in the context, verify a plan step directly addresses it. Flag unaddressed requirements as MISSING. For bug fixes: verify the root cause is identified — not just symptoms.
For each step, flag as INCORRECT or RISKY if:
Evaluate by priority:
Propose a better approach only when clearly superior — do not nitpick.
Follow the template in references/output-template.md. Match the language of the original plan.
systematic-debugging reasoning to validate root cause analysiscoding-convention skill criteria