Loading...
Loading...
Generate daily standup reports from git history, PRs, and a persistent work log. Use when the user says "daily", "standup", "what did I do yesterday", "generate my daily", "daily sync", or asks for a summary of recent work.
npx skill4agent add mariano-aguero/claude-daily daily-standup/daily/log <message>/log-auto/log-clear/dailydate "+%A %d/%m/%Y"
git branch --show-current
git status --short
git log --since="2 days ago" --format="%h %s (%ar)" --no-mergesgh pr list --author="@me" --state=all --limit=10cat ~/.daily-worklog/current.md## Daily Standup - [today's date]
### ✅ Yesterday (what I did)
- [summarize commits, merged PRs, completed tasks from work log]
### 🔨 Today (what I'll do)
- [based on: in-progress branches, open PRs, pending work log items]
### 🚧 Blockers
- [items marked [BLOCKER] in work log, or PRs waiting for review][BLOCKER][HOY][TODAY]/log/log <message>mkdir -p ~/.daily-worklogdate "+%H:%M"~/.daily-worklog/current.md- [HH:MM] <message>[BLOCKER][HOY][TODAY]/log-auto/log-autogit log --since="1 hour ago" --format="- %s" --no-mergesgit diff --name-only HEAD~3git branch --show-current~/.daily-worklog/current.md- [HH:MM] [AUTO] <concise session summary>/log-clear/log-clear~/.daily-worklog/archive/YYYY-MM-DD.md~/.daily-worklog/current.md~/.daily-worklog/current.md~/.daily-worklog/
├── current.md ← active log
└── archive/
├── 2026-02-20.md ← archived logs
└── 2026-02-17.md/log/daily/log/log-auto/log-clear