一键导入
review-closeout
Extracts a concise closeout summary from a full review report and, in Agent Deck mode, sends it to planner through workflow transport.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Extracts a concise closeout summary from a full review report and, in Agent Deck mode, sends it to planner through workflow transport.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use for non-trivial implementation tasks that require meaningful code changes.
Shared mailbox transport protocol for Agent Deck workflows.
Handles a `closeout_delivered` workflow message and completes planner-side closeout.
Generates a browser-check mailbox message for runtime page validation and sends it to a browser-tester session.
Claim pending agent mail with `mailbox_recv` and immediately execute the requested workflow action.
Send an `execute_plan` workflow message to a planner that should complete one supervisor-assigned goal inside one workspace and report back to a supervisor.
| name | review-closeout |
| description | Extracts a concise closeout summary from a full review report and, in Agent Deck mode, sends it to planner through workflow transport. |
Extract a closeout summary from a full review report.
Workflow protocol baseline: use the agent-deck-workflow skill.
Use this skill when an accepted full review report exists and only remaining follow-up items are needed. For UI-related tasks, carry forward any UI confirmation package that exists in the accepted review context into closeout output. Closeout should also give planner a compact summary of residual accepted findings that may need later tracking.
Input gate:
Provide the accepted full review report text.
Use the agent-deck-workflow skill for shared protocol:
Agent Deck Mode DetectionContext Resolution PriorityError Handling and DiagnosticsSkill-specific context resolution:
task_id: explicit -> review report text -> askplanner_session_id: explicit -> review context -> askplanner_workspace: explicit -> accepted review report Planner workspace -> review context -> planner agent-deck session show --json path -> askcloseout_sender_session_id: explicit -> current session id -> review context -> askcloseout_sender_role: explicit -> current workflow role -> review context -> default closeout_executorreviewer_session_id: explicit -> review context -> askworkflow_policy (optional): explicit -> review/report context -> default unattendedspecial_requirements (optional fallback): explicit -> review/report context -> omitstart_branch: explicit -> review report text -> asktask_branch: explicit -> review report text -> askintegration_branch: explicit -> review report text -> asktask_dir: explicit -> review report text -> askBranch-plan rule:
integration_branch looks like task/*, treat the branch plan as invalid and ask for the real integration branchIf required values are resolved:
planner_session_id / closeout_sender_session_id / reviewer_session_id refs to UUID via agent_deck_resolve_sessioncloseout_sender_session_id == planner_session_id, skip cross-session delivery and continue locallycloseout_delivered to planner through mailbox_sendagent_mailboxagent_deck_require_session with:
session_id = <planner_session_id>workdir = <planner_workspace>mailbox_send with:
from_address = agent-deck/<closeout_sender_session_id>to_address = agent-deck/<planner_session_id>subject = "closeout delivered: <task_id>"body = <closeout mailbox body>Recommended mailbox subject:
closeout delivered: <task_id>Inclusion-first policy:
Critical IssuesDesign ConcernsMinor SuggestionsVerification QuestionsUI Manual Confirmation PackageRecorded Branch PlanPlanner handoff rule:
progress/todo, next task, or no extra trackingPASSFAIL and UNKNOWNNone. placeholdersNone. and real items, keep real itemsBucket order:
Critical IssuesDesign ConcernsResidual Follow-up For PlannerMinor SuggestionsVerification QuestionsUI Manual Confirmation PackageRemaining Check Alerts (FAIL/UNKNOWN Only)Rules:
### Review Closeout
No actionable items.
Always start with:
Task: <task_id>
Action: closeout_delivered
From: <closeout_sender_role> <closeout_sender_session_id>
To: planner <planner_session_id>
Planner: <planner_session_id>
Planner workspace: <planner_workspace>
Round: final
Accepted Review By: reviewer <reviewer_session_id>
### Review Closeout
Then append only non-empty sections.
#### Residual Follow-up For Planner
- Track in progress/todo: [items worth recording for later follow-up, or `None`]
- Consider as next task/subtask: [items worth queueing, or `None`]
- No extra tracking needed: [items intentionally left as informational only, or `None`]
#### Recorded Branch Plan
- Start branch: [start_branch]
- Integration branch: [integration_branch]
- Task branch: [task_branch]
- Task dir: [absolute task workspace path]
- Rule: use this recorded branch plan as the authoritative merge target; do not substitute `main`/`master`/current branch unless the user explicitly changed the plan
#### UI Manual Confirmation Package
- UI impact: [detected | none detected]
- Changed UI surfaces: [routes/pages/components]
- Manual check steps (human-run): [short checklist]
- Expected visible outcomes: [what user should see]
- Notes: [optional]
workflow_policy unchanged when sendingspecial_requirements unchanged when sendingmailbox_send delivery step has succeeded