ワンクリックで
dcr-lead-init
Start Deep Code Review as the lead for an active review run.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Start Deep Code Review as the lead for an active review run.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | dcr-lead-init |
| description | Start Deep Code Review as the lead for an active review run. |
| invocation-args | {"task_name":"required"} |
Do not start this playbook implicitly.
Bind the lead run to an explicit task_name at invocation time.
.agent/skills/code-review/SKILL.md.agent/playbooks/deep-code-review/PLAYBOOK.md.agent/playbooks/deep-code-review/transport.md.agent/playbooks/deep-code-review/template/round_template/README.mdKeep these hot-loaded for the duration of the playbook:
.agent/skills/code-review/SKILL.md.agent/playbooks/deep-code-review/PLAYBOOK.md.agent/playbooks/deep-code-review/skills/dcr-lead-init/SKILL.mdYou are responsible for:
findings_ledger.mdUse the CLI to initialize the runtime:
dotagent playbook init deep-code-review --task <task_name>
Do not manually scaffold the review filesystem unless you are explicitly handling a fallback case.
Only the lead updates findings_ledger.md and maintains the finding-id mapping across rounds.
another_roundanother_round is requested, create the next round, carry forward the required artifacts, and wait until the new packet is ready before reviewers beginConfirm:
If those are incomplete, the round is not ready.
For every new round, start from the active round README.md.
Treat 00_round_context.md as the full round contract.
Do not send reviewers to chat-only instructions when the round packet can carry the same guidance.
Engage the human when:
approved or another_round verdictClose a task cleanly at the end of the standard workflow. Use for summary, promotion decisions, project progress updates, session state updates, and session log updates.
Initialize a dotagent working session from within a runtime. Use as the native runtime entrypoint when the project is already initialized and the agent needs to start from the framework correctly.
Join Deep Co-Planning as a reviewer for an active planning run.
Join Deep Code Review as a reviewer for an active review run.
Start Deep Co-Planning as the lead for an active planning run.
Review code changes with production-grade rigor. Use for mandatory self-review before presenting implementation as complete, or when the user explicitly asks for a review. Focus on findings first: correctness, regressions, scale, architecture, best practices, extendability, and production readiness.