Mission control debug
Skill MN755/Codex-Mission_Control/.codex/skills/mission-control-debug
An Open Source Platform For Building Projects With OpenAI's Codex, Claude CLI, And Other Coding LLMs Using Multi-Agent Swarms And Customizable Workflows. Runs On Windows, MacOS, And Linux.
npx -y skills add MN755/Codex-Mission_Control --skill mission-control-debugAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Diagnose stuck or failed Mission Control orchestration. Use when runs are blocked, failing repeatedly, waiting too long, missing evidence, or unclear about the next recovery step.
SKILL.md
2.0 KB, 382 tokens by cl100k_base, as published. Nobody here has run it
Mission Control Debug
Purpose
Diagnose stuck or failed orchestration and surface recovery options.
The Codex chat agent is not the Mission Control Manager. It is the bridge between the user and the Mission Control Manager.
Use when
- The user says the run is stuck or broken.
- Status looks stalled.
- Approvals, diagnostics, or event summaries need to be correlated.
Workflow
- Fetch status with
mission_control_get_status. - Fetch pending decisions with
mission_control_get_pending_decisions. - Fetch diagnostics and recent event digest.
- Ask Mission Control for a recovery plan if available.
- Summarize blocker, likely causes, and next options.
Mission Control calls
Tools:
mission_control_get_statusmission_control_get_pending_decisionsmission_control_get_event_digestmission_control_request_recovery_plan
Resources:
mission-control://projects/{project_id}/statusmission-control://projects/{project_id}/diagnosticsmission-control://projects/{project_id}/pending-decisions
User-facing output
- State the main blocker, supporting evidence, pending approvals, and recommended next options.
- Keep diagnostics summarized; do not paste raw logs by default.
Approval behavior
If recovery choices may retry commands, widen scope, or restart work, relay the decision to the user before acting.
Never do
- Do not freehand a recovery action that Mission Control has not approved.
- Do not dump raw logs or secrets.
- Do not say the system is healthy when diagnostics disagree.
Failure and fallback
If recovery tooling is missing, summarize the failure from status, diagnostics, and events, and clearly mark recovery-plan tooling as expected or future.
Example invocation
Mission Control looks stuck. Diagnose it and show my options.
What ships with it: 1 file
127 B alongside SKILL.md
agents/
- openai.yaml127 B