# Standup

> Generate a quick standup summary of yesterday and today's AI coding sessions. Use when the user says "standup", "what did I do yesterday", "daily summary", "what have I been working on", or needs a quick recap for a standup meeting.

- Skill: `nicknisi/standup` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nicknisi/standup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nicknisi/standup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: nicknisi (https://skillmd.com/u/nicknisi)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nicknisi/standup

---


Generate a brief standup-style summary.

## Steps

1. **Calculate dates.** Yesterday and today in YYYY-MM-DD format.

2. **Fetch the digest.** Call `get_activity_digest` with:
   - `startDate`: yesterday
   - `endDate`: today
   - `detail`: `"compact"`

3. **Format as a standup.** Write three sections, each 2-4 bullets max:

   **Yesterday:**
   - What was accomplished (project: brief description)

   **Today (so far):**
   - What's been started or is in progress

   **Carrying forward:**
   - Anything that spans both days or is unfinished

## Guidelines

- Keep it terse. Each bullet should be one line.
- Group by project if multiple sessions touched the same project.
- Skip noise — only mention substantive sessions.
- If yesterday had no sessions, say so and focus on today.
- Format for pasting into Slack or a standup thread.

