Standup banner
kooleklabs kooleklabs

Standup

Git community

Description

--- description: Generate a daily standup summary. Scans today's git activity, open TODOs, and failing checks to produce a concise status report. --- Generate a standup summary for today: ## Step 1 — Today's git activity ```bash git log --since="yesterday 5pm" --until="now" --oneline --all --author="$(git config user.name)" git diff HEAD~1..HEAD --stat 2>/dev/null || true ``` If no commits today, check the last working day: ```bash git log --since="3 days ago" --oneline -10 --author="$(git co

Installation

Installs to ~/.claude/commands/kooleklabs-agentic-setup-standup.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/kooleklabs/agentic-setup/HEAD/.claude/commands/standup.md -o ~/.claude/commands/kooleklabs-agentic-setup-standup.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository