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.zipInstalls 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.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
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
- Call
mission_control_get_event_digestor the closest backed event summary path. - Apply the requested window: last 5 minutes, last 15 minutes, since last user interaction, or since orchestration start.
- 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}/statusmission-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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| mission-control-event-digest (this skill) | 0 | 2mo | No flags | Beginner |
| yoyopod-logs | 0 | 3mo | Review | Beginner |
| sre-practices | 0 | 4mo | No flags | Advanced |
| observability-engineer | 12 | 4mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by MN755
View all by MN755 →You might also like
yoyopod-logs
attmous
Tail YoYoPod runtime/service logs from Raspberry Pi
sre-practices
duylinhdang1998
Site Reliability Engineering practices from Google - the company that invented SRE. Master SLOs, error budgets, incident response, and toil elimination. Use when designing reliable systems, implementing SRE practices, or improving operational excellence. Learn from the team that runs Google Search,
observability-engineer
sickn33
Build production-ready monitoring, logging, and tracing systems. Implements comprehensive observability strategies, SLI/SLO management, and incident response workflows. Use PROACTIVELY for monitoring infrastructure, performance optimization, or production reliability.
prometheus-configuration
wshobson
Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or configuring alerting systems.
appinsights-instrumentation
github
Instrument a webapp to send useful telemetry data to Azure App Insights
cloudwatch
itsmostafa
AWS CloudWatch monitoring for logs, metrics, alarms, and dashboards. Use when setting up monitoring, creating alarms, querying logs with Insights, configuring metric filters, building dashboards, or troubleshooting application issues.