daily-summary
Installation
SKILL.md
Daily Activity Summary
Generate a summary of what the bot account did today and write it to a dated log file.
Read the bot account name from the org's CLAUDE.md ## Automation config table (bot_account).
Output location
Write to ~/code/claude-log/YYYY-MM-DD.md (create the directory if needed).
Helper script
A pre-built script at ~/.claude/scripts/daily-summary.sh collects all bot activity for a given date in one pass.
Run it first to avoid spending tokens on individual gh and git calls.
~/.claude/scripts/daily-summary.sh [YYYY-MM-DD] > /tmp/daily-summary.json
Defaults to today if no date is given.