Standup Skill
Generate a daily standup by combining Linear issues, Calendar, and local meeting notes.
Usage
code
/standup
Or: "Generate my standup" / "What's my standup for today?"
What It Does
- •Pulls Linear issues - Gets issues assigned to you (filter by project if specified)
- •Gets today's calendar - Lists meetings from PY Demo Calendar
- •Reads recent meeting notes - Checks
meetings/folder for blockers and context - •Formats standup - Creates a ready-to-share update
Instructions for Claude
When the user runs /standup:
- •
Get Linear issues assigned to me:
- •Use
mcp__linear-server__list_issueswithassignee: "me" - •Filter to in-progress or high priority items
- •Use
- •
Get today's calendar:
- •Use
mcp__google-workspace__get_eventsfor today's date - •Calendar:
9c0fed61bfb892cd256b45ecf4e89ca56878e612e13c9575de107f070b4367b2@group.calendar.google.com - •Email:
carlvellotti@gmail.com
- •Use
- •
Read recent meeting notes:
- •Glob for
meetings/*.md - •Read the most recent 2-3 notes
- •Look for lines containing "blocker", "waiting on", "blocked by"
- •Glob for
- •
Format and output:
code
## Standup - [Date] ### Working On - [CAR-XX]: [Title] (Priority) - [CAR-XX]: [Title] (Priority) ### Today's Meetings | Time | Meeting | |------|---------| | HH:MM | Meeting name | ### Blockers - [Blocker from notes or "None"]
Requirements
- •Linear MCP connected
- •Google Workspace MCP connected
- •Recent meeting notes in
meetings/
Optional Flags
- •
/standup moltbot- Filter Linear issues to Moltbot project only - •
/standup --post- Also post to Slack after generating