Mission control refactor safely
Skill MN755/Codex-Mission_Control/.codex/plugins/mission-control/skills/mission-control-refactor-safely
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-refactor-safelyAssembled 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
Run a safe Mission Control refactor workflow. Use when the user wants non-trivial refactors that need codebase understanding, snapshots, path locks, contracts, validation planning, and controlled risk.
SKILL.md
2.2 KB, as published. Nobody here has run it
Mission Control Refactor Safely
Purpose
Route refactors through Mission Control safety controls before code movement begins.
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 asks for a refactor.
- Changes may span multiple files or subsystems.
- Risk mitigation and validation planning matter.
Workflow
- Require codebase understanding first.
- Request a snapshot or restore point if supported.
- Check path locks and agent contracts.
- Ask Mission Control for a validation plan before execution.
- Run the refactor only after approvals and safety boundaries are clear.
- Use the handoff to summarize changed files and residual risks.
Mission Control calls
Tools:
mission_control_request_snapshotmission_control_start_taskmission_control_get_status
Resources:
mission-control://projects/{project_id}/codebase-mapmission-control://projects/{project_id}/path-locksmission-control://projects/{project_id}/agent-contractsmission-control://projects/{project_id}/validation-summary
User-facing output
- Show whether understanding exists, whether a snapshot was requested, how validation will run, and what boundaries the refactor will respect.
- After completion, summarize changed files, validation results, and remaining risks.
Approval behavior
Require explicit approval for broad rewrites, risky snapshots, or destructive restore steps.
Never do
- Do not attempt a broad rewrite without understanding and validation.
- Do not restore or revert destructively without approval.
- Do not ignore path-lock or contract conflicts.
Failure and fallback
If snapshot, path-lock, or contract resources are not fully implemented, make those missing protections explicit and let the user decide whether to proceed with reduced guarantees.
Example invocation
Use Mission Control to refactor this module safely with validation and rollback planning.