| name | daily |
| description | Generate daily summary of git activity across all repositories |
| allowed-tools | Bash, Read, Write, Edit, Glob, Grep, Task, TodoWrite |
Daily Summary Skill
Generates and publishes a team-friendly daily summary of work across all git repositories.
Usage
/daily
/daily 2026-01-05
/daily --capture
Configuration
Set these in your environment or ~/.claude/CLAUDE.md:
DAILY_LOGS_REPO - GitHub repo for publishing summaries (e.g., myorg/dev-logs)
- Default dev directory:
~/dev/ (all org/repo subdirectories are scanned)
Data Sources
Git Commits
Raw git log data from repos under ~/dev/ and additional directories (~/arc/). Collected via daily-git-summary.sh.
GitHub Events API
Activity from the primary user (@me / whoabuddy) plus additional tracked users (arc0btc). Captures pushes, PRs, issues, reviews, comments, forks, and repo creation for all configured users.
Workflow
Follow the runbook: runbook/daily-summary.md in your knowledge base.
- Collect - Run to gather raw git data