Turn Closeout
End substantial Codex turns with proof, numbered recommended next steps, and an explicit proceed prompt.
What it does
Concludes conversations with a summary of outcomes, verification status, and recommended next steps.
- Summarize outcomes
- Verify status
- Recommend next steps
- Propose follow-up actions
Turn Closeout
Use this skill to make final responses feel complete but still alive with momentum. The closeout should tell the user what happened, how it was verified, and what Codex recommends doing next.
Closeout Workflow
- Lead with the actual outcome in plain language.
- Include concrete proof when available: tests run, commands passed, links, IDs, artifacts, logs, or behavioral checks.
- Mention skipped or failed verification directly when it matters.
- Recommend only useful next steps that naturally follow from the work. Prefer 1-3 options; use more only when the user has a real branching decision.
- End with an explicit offer to continue: "Would you like me to proceed with 1, 2, or 3?"
Numbered Options
Make options short and action-shaped:
Recommended next steps:
1. Run the production build.
2. Open a quick browser verification pass.
3. Commit and publish the branch.
Would you like me to proceed with 1, 2, or 3?For one clear follow-up, use a single option:
Recommended next step:
1. Run the targeted regression test now.
Would you like me to proceed with 1?Skip Conditions
Skip the numbered closeout when:
- The user asked a tiny factual question.
- The final answer is already a direct command output or short status update.
- The user explicitly asked not to continue or not to suggest follow-ups.
- There is no meaningful next action.
Style
Keep the closeout concise. Do not bury the result under process notes. Do not invent verification. Do not recommend generic chores unless they are genuinely relevant to the user's goal.
Developer & API
curl -sL https://agentvouch.xyz
/api/skills/c02c5021-98d6-4379-9ce0-f5e4216a6b8a/raw -o SKILL.mdGET /api/skills/c02c5021-98d6-4379-9ce0-f5e4216a6b8a/rawAuth: Authorization: Bearer sk_... or wallet signature. Get API key →
Initial release