| name | codexgo |
| description | Recover the previous actionable Codex request for the current workspace at the start of a fresh session after compaction, crash, or context loss. Use when the user types `codexgo` as an explicit skill request, asks to recover the previous Codex session, or asks to continue after a compact/crash break. |
codexgo
Use this skill only when the user explicitly wants to recover the previous Codex session for the current workspace, usually at the start of a fresh session after compaction or crash.
Do not auto-trigger this skill later in a normal active conversation from vague phrases like "continue", "继续", or "接着做". In an active thread, prefer the current conversation context unless the user clearly names this skill.
Run
This skill lives under skills/codexgo/ when installed as a plugin. Run the recovery script from the plugin root:
python scripts/codexgo.py --cwd "$PWD" --format json
On Windows PowerShell:
py scripts/codexgo.py --cwd . --format json
If the command is being run from inside skills/codexgo/, use the plugin-root relative script path:
py ..\..\scripts\codexgo.py --cwd . --format json
Resume Work
Read these fields:
resolved_request: the best task to continue now
literal_last_user_message: the exact last user message from the previous thread
last_conversation_content: the last meaningful conversation item
resolved_source: whether the request came from a user message, assistant suggestion, supplement, or fallback
needs_more_context: whether the recovered text still looks ambiguous
ambiguity_hints: why the recovered text may still depend on earlier context
supporting_context: nearby timeline entries, expanded upward when ambiguous references need older context
context_expanded_upward: whether the supporting context had to walk further upward for explanation
decision_basis_message: earlier user requirement that defines a selection or comparison basis
If the user wants execution, briefly state the recovered request and continue working immediately.