Skip to main content

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.

Zur Installation springen

Quellinformationen

Repository
nicknisi/sessions
Letzte Quellaktivität
15. Mai 2026 um 18:40
Erkannte Sprache von SKILL.md
Englisch
Sterne
30
Forks
6

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
standup
description
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.
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.
Auf GitHub ansehen