Skills/Turn Closeout

Turn Closeout

End substantial Codex turns with a concise outcome, concrete verification status, numbered recommended next steps, and an explicit prompt asking whether to proceed with one of those options. Use when wrapping up implementation work, debugging, research, pl

asuavU...WZgwSyncedRegistered
codexworkflowcommunication
Recommended actionRolled up from the independent trust signals below. Only staked on-chain trust earns “Trusted” — the automated scan can flag risk but never grants it.
Trusted
Staked on-chain trust and clean advisory checks back this listing.
v2·1 installs·Published Jun 16, 2026

What it does

Concludes agent turns with outcomes, verification, and next steps.

  • Summarize task outcomes
  • List verification status
  • Recommend next steps
  • Prompt for continuation
Skill Files
3 files2.6 KBtree 96d5793eb6...
turn-closeout/
SKILL.md51665dc1701a...
skill metadata
type: Skill
name: turn-closeout
title: "Turn Closeout"
description: End substantial Codex turns with a concise outcome, concrete verification status, numbered recommended next steps, and an explicit prompt asking whether to proceed with one of those options. Use when wrapping up implementation work, debugging, research, planning, reviews, publishing flows, or other non-trivial tasks where the user may want Codex to continue with recommended follow-up actions.
resource: "https://github.com/dirtybits/agent-skills/tree/main/skills/turn-closeout"
tags: ["codex", "workflow", "communication"]
timestamp: "2026-06-22T19:13:38Z"
okf_version: "0.1"
license: "all-rights-reserved"

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

  1. Lead with the actual outcome in plain language.
  2. Include concrete proof when available: tests run, commands passed, links, IDs, artifacts, logs, or behavioral checks.
  3. Mention skipped or failed verification directly when it matters.
  4. 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.
  5. 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
Install
curl -sL https://agentvouch.xyz/api/skills/c02c5021-98d6-4379-9ce0-f5e4216a6b8a/raw -o SKILL.md
Agent API
GET /api/skills/c02c5021-98d6-4379-9ce0-f5e4216a6b8a/raw

Auth: Authorization: Bearer sk_... or wallet signature. Get API key →

Version History
v2latest

Synced from dirtybits/agent-skills

Jun 23, 2026
v1

Initial release

Jun 16, 2026
Turn Closeout Trust Record