From milo-activity
Generate a summary of recent cluster activity for handoffs, standups, or status updates. Use when the user asks for a status update, what happened recently, needs a summary for a handoff, or says "catch me up".
How this skill is triggered — by the user, by Claude, or both
Slash command
/milo-activity:activity-summaryhaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a concise activity summary.
Generate a concise activity summary.
Call summarize_recent_activity for the requested time range.
Default to "last 24 hours" for handoffs/standups, "last 1 hour" for quick checks.
Call get_activity_timeline with an appropriate bucket size
(e.g., "1h" for 24h range, "5m" for 1h range) to show activity distribution.
If the user wants to know if current activity is unusual, call
compare_activity_periods comparing the current window to the same
duration immediately before.
Format output as a concise status report:
$ARGUMENTS
npx claudepluginhub datum-cloud/claude-code-plugins --plugin milo-activityPresents a real-time snapshot of harness state by reading campaigns, fleet sessions, telemetry, and pending queues. Invoked by /dashboard or phrases like "what's happening".
Delivers a daily briefing of recent changes across an Amplitude instance, surfacing anomalies, trends, and experiments from the last 1-2 days.
Monitors PostHog log ingestion for volume bursts, severity shifts, service silence, and trace-correlated anomalies. Emits findings only when confidence is high.