agentsclimarketplace

Mission control run validation

Skill MN755/Codex-Mission_Control/plugins/mission-control/skills/mission-control-run-validation

Ask Mission Control to run or plan validation. Use when the user wants build, tests, typecheck, lint, smoke, docs check, or manual verification routed through Mission Control with approvals preserved.From its SKILL.md

Install
npx -y skills add MN755/Codex-Mission_Control --skill mission-control-run-validation

Assembled 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.

SKILL.md

2.0 KB, 368 tokens by cl100k_base, as published. Nobody here has run it

Mission Control Run Validation

Purpose

Run or plan validation through Mission Control without bypassing approval policy.

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 to validate work.
  • A handoff needs stronger evidence.
  • A refactor or fix should be checked before sign-off.

Workflow

  1. Determine which validation types matter: build, tests, typecheck, lint, smoke, docs, or manual checks.
  2. Ask Mission Control to run or plan the validation set.
  3. Relay any command approvals required by policy.
  4. Return the validation summary and any gaps.

Mission Control calls

Tools:

  • mission_control_start_task
  • mission_control_get_status
  • mission_control_get_pending_decisions

Resources:

  • mission-control://projects/{project_id}/validation-summary
  • mission-control://projects/{project_id}/status
  • mission-control://projects/{project_id}/pending-decisions

User-facing output

  • Show which validations were requested, which ran, which were skipped, and what evidence exists.
  • Call out approval-blocked validations instead of implying they ran.

Approval behavior

Commands still need approvals when project policy requires them. This skill must preserve those gates rather than blur them.

Never do

  • Do not claim tests ran if Mission Control never ran them.
  • Do not bypass command approval rules.
  • Do not hide validation gaps.

Failure and fallback

If a validation-summary resource does not exist yet, use status, event digest, and handoff evidence to build the summary and mark the dedicated resource as expected or future.

Example invocation

Ask Mission Control to run build, tests, and typecheck for this project.

What ships with it: 1 file

149 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 326,852. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.