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".
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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".
model
haiku
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:
Highlights: Top 3-5 notable changes
Top actors: Who was most active
Most changed resources: Which resource kinds saw the most activity
Failures: Any failed operations (if any)
Activity pattern: Whether activity is normal, elevated, or reduced