daily-standup

Installation
SKILL.md

Daily Standup Generator

Generate daily standup reports automatically by cross-referencing git activity, GitHub PRs, and a persistent work log.

Commands

  • /daily — Generate the full daily standup report
  • /log <message> — Manually log a work entry
  • /log-auto — Auto-log a summary of the current session from git
  • /log-week — Generate a weekly review summary
  • /log-clear — Archive the current log and start fresh

How /daily Works

Step 1: Gather Data

First, check if a <daily-worklog> block is already present in the session context (injected at session start by the worklog hook). If it exists, use it as the work log data and skip re-reading the file.

If no <daily-worklog> block is in context, run these commands:

Installs
5
First Seen
Feb 24, 2026