一键导入
review-chain
Run explicit branch reviews with optional task scoping. Supports ad-hoc full-branch review, task-scoped review, and `--preserve-review-artifacts`.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run explicit branch reviews with optional task scoping. Supports ad-hoc full-branch review, task-scoped review, and `--preserve-review-artifacts`.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manual `$deliver` workflow for readable execution plans, optional deep research, optional Pro analysis, user review, and approved implementation. `--fast` skips only the initial plan-review pause. Supports `--deep-research`, `--pro-analysis`, and `--fast`.
Use when the user invokes $clarifier or asks for help clarifying a rough draft, stuck thought, post, essay, message, or explanation through a revision-coaching loop. Helps the user improve their own writing with questions, short teaching examples, and user-authored rewrites rather than ghostwriting.
Finish the current feature branch by handling dirty work safely, pushing, creating or using a PR, merging it, deleting the remote branch, switching back to the base branch, pulling the merged base, and deleting the local branch. Use when invoked with `$ship-branch`, or when the user asks to ship, finish, merge, clean up, and return to main from the current branch.
Optimize test-suite runtime and CI feedback speed through report-first audits or bounded `/goal` fix loops. Use when the user asks to speed up tests, reduce slow or flaky test feedback, profile unit/integration/e2e test runtime, improve setup or teardown cost, optimize runner or CI test execution, or reduce test harness noise while preserving validation confidence. Normal use has no mode flags.
Optimize backend and database performance through report-first audits or bounded `/goal` fix loops. Use when the user asks to speed up backend routes, perform database query sweeps, inspect schema/index health, reduce backend runtime work, or improve connection/lock/migration/observability hygiene. Normal use has no mode flags.
Optimize frontend journey speed and visual continuity through report-first audits or bounded `/goal` fix loops. Use when the user asks to improve page load speed, Core Web Vitals, interaction responsiveness, frontend bundle or asset cost, route-to-route transitions, flashes, blank gaps, layout shifts, loading-state mismatch, bfcache/back-forward behavior, or other browser-perceived performance. Normal use has no mode flags.
| name | review-chain |
| description | Run explicit branch reviews with optional task scoping. Supports ad-hoc full-branch review, task-scoped review, and `--preserve-review-artifacts`. |
Run explicit branch review workflows.
Invoke explicitly with $review-chain.
Request modes:
<task-id>Supported modifier:
--preserve-review-artifactsLoad these files before running:
skills/shared/references/review/review-protocol.mdskills/shared/references/review/review-calibration.mdskills/shared/references/review/finding-disposition.mdskills/shared/references/architecture/architecture-guidance.md when docs/ARCHITECTURE.md exists or the review touches boundary-affecting changesskills/shared/references/execution/task-file-contract.mdskills/shared/references/reasoning-budget.mdreview-protocol.md, then execute its prompts sequentially, one prompt at a time.
reasoning-budget.md: explicit review runs should use the strongest appropriate reasoning tier for the selected model family or budget.review-protocol.md during Prompt A, and do not force findings when the hostile prior is falsified by evidence.docs/ARCHITECTURE.md exists or the diff is boundary-affecting, compose architecture-guidance.md and compare the change against the architecture doc. Flag stale docs, missing modules, forbidden dependency edges, undocumented entrypoints, expired deviations, and shared-code drift.tasks/tmp/plan-task-<task-id>.md exists, including acceptance checks, the recorded test-first plan, test_first_evidence, local reference patterns, and any trust-boundary notes.--preserve-review-artifacts was supplied.Default behavior is report-first. Do not patch files from standalone $review-chain unless the user explicitly asked for fixes in the same request. If fixes are requested, the main agent applies them after the review findings are recorded; the review subagent remains detect-only.
origin/main, including working-tree edits, against PRD + TDD + tasks-plan context.Follow review-protocol.md for review logs, prompt completion, and cleanup.
Final review output must lead with findings. For each material finding, use the shared finding shape from finding-disposition.md: severity, execution gate, disposition, confidence, scope, evidence, impact, fix path, and owner. If there are no findings, say that clearly and list any residual test, visual, deployment, or review-scope gaps.
After findings, keep the summary brief: prompts run, Prompt G/H applicability, fixes made during review, validation commands run, remaining accepted risks or blockers, and whether review artifacts were deleted or preserved.