MI

mission-control-event-digest

Generates a concise digest of system activity from Mission Control.

Install

mkdir -p .claude/skills/mission-control-event-digest && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12680" && unzip -o skill.zip -d .claude/skills/mission-control-event-digest && rm skill.zip

Installs to .claude/skills/mission-control-event-digest

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Summarize recent Mission Control events without raw logs. Use when the user wants the last 5 minutes, last 15 minutes, since last interaction, or since orchestration start summarized in bridge-safe markdown.
207 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Call `mission_control_get_event_digest`
  • Apply time windows (last 5 min, 15 min, since last interaction, since orchestration start)
  • Summarize major transitions
  • Summarize blockers and approvals
  • Summarize completions
  • Synthesize digest if tool is unavailable

How it works

The skill retrieves event data using `mission_control_get_event_digest`, applies a specified time window, and then summarizes key events into a concise timeline.

Inputs & outputs

You give it
User request for event digest within a specific timeframe
You get back
Concise timeline of meaningful events in bridge-safe markdown

When to use mission-control-event-digest

  • Summarizing recent build activity
  • Reviewing orchestration milestones
  • Getting a status update on long-running tasks

About this skill

Mission Control Event Digest

Purpose

Return a short event digest that is useful in chat and safe by default.

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 wants recent activity.
  • A long-running orchestration needs a short event recap.
  • Raw logs would be too noisy or unsafe.

Workflow

  1. Call mission_control_get_event_digest or the closest backed event summary path.
  2. Apply the requested window: last 5 minutes, last 15 minutes, since last user interaction, or since orchestration start.
  3. Summarize the major transitions, blockers, approvals, and completions.

Mission Control calls

Tools:

  • mission_control_get_event_digest

Resources:

  • mission-control://projects/{project_id}/orchestrations/{orchestration_id}/status
  • mission-control://projects/{project_id}/status

User-facing output

  • Return a concise timeline of meaningful events, not raw event spam.
  • Highlight approvals, failures, pauses, resumes, and handoff-related milestones.

Approval behavior

Reading an event digest is read-only. If the user wants action on an event, switch to the corresponding skill.

Never do

  • Do not dump raw logs or full event streams.
  • Do not smooth over failures.
  • Do not infer event timing without clear backing data.

Failure and fallback

If the event-digest tool is not exposed yet, synthesize a digest from current status and known checkpoints, then label the result as approximate.

Example invocation

Give me a Mission Control event digest for the last 15 minutes.

When not to use it

  • When raw logs are preferred
  • When full event streams are needed
  • When action on an event is required

Limitations

  • Does not dump raw logs
  • Does not dump full event streams
  • Does not infer event timing without clear backing data

How it compares

This skill provides a filtered, summarized view of Mission Control events, focusing on meaningful milestones for quick understanding, unlike reviewing raw, potentially noisy log files.

Compared to similar skills

mission-control-event-digest side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
mission-control-event-digest (this skill)02moNo flagsBeginner
yoyopod-logs03moReviewBeginner
sre-practices04moNo flagsAdvanced
observability-engineer124moNo flagsAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry