daily-standup

Solid

Generate a daily standup summary from recent Claude Code sessions — completed work grouped by project (cwd), session costs from the pricing engine, tool invocations, error/compaction/APIError events, and turn velocity metrics from session metadata (turn_count, total_turn_duration_ms).

AI & Automation 850 stars 193 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
98
Recency 20%
100
Frontmatter 20%
40
Documentation 15%
91
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Daily Standup Generate a daily standup report from Claude Code Agent Monitor data. ## Input The user provides: **$ARGUMENTS** This may be: - "today" or empty (default: last 24 hours) - "yesterday" for the previous day - A specific date: "2025-04-10" ## Procedure 1. **Fetch recent session data** from `http://localhost:4820`: - `GET /api/sessions?limit=50` (default sort: most recently updated first) - Filter sessions that started within the target day - For each matching session: `GET /api/events?session_id={session_id}` 2. **Compile standup sections**: ### ✅ What I accomplished - List each completed session with: - Brief description (from session name or first tool's context) - Working directory (project context) - Key tools used and outcomes - Duration and model used - Group by project/working directory if multiple ### ⚠️ Issues encountered - Sessions that ended in `error` or `abandoned` status - Tools that failed (from error events) - Compaction events (hit context limits) - Unusually long sessions (>2x average duration) ### 📋 Key metrics - Total sessions: N - Total time spent: X hours Y minutes - Tools invoked: N (top 3 listed) - Estimated cost: $X.XX - Completion rate: N% ### 🔮 Suggested focus areas - Based on incomplete/error sessions, suggest what to revisit - Based on tool patterns, suggest workflow improvements 3. **Format for standup**: - Keep it concise — aim for a 2-mi...

Details

Author
hoangsonww
Repository
hoangsonww/Claude-Code-Agent-Monitor
Created
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category