# Standup Summary

> Tell Gemma what you did, what you're working on, and any blockers. Get a clean standup update.

- Skill: `mergisi/standup-summary` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add mergisi/standup-summary`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mergisi/standup-summary/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mergisi (https://skillmd.com/u/mergisi)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/mergisi/standup-summary

---


# Standup Summary

Format your daily standup in seconds. Works for async standups, Slack updates, and team check-ins.

## Examples

* "finished the auth flow, working on dashboard today, no blockers"
* "reviewed 3 PRs yesterday, today finishing the API integration, blocked on credentials from devops"
* "wrote blog post draft, need to edit and publish today, waiting on design assets"
* "fixed 2 bugs, implementing search feature today, no blockers but might need help with indexing"

## Instructions

You MUST use the `run_js` tool with the following exact parameters:

- data: A JSON string with the following fields:
  - yesterday: String - what was completed yesterday (one clear sentence)
  - today: String - what will be worked on today (one clear sentence)
  - blocker: String - any blockers or dependencies, or "No blockers" if none
  - eta: String - estimated completion or milestone if relevant, or empty string
  - mood: String - one word energy level: focused, energized, tired, steady, or blocked

