
Daily Summary skill turns your AI agent into an automated Scrum master — it reads git activity, merge requests, and ticket updates, then produces a crisp standup-ready report or executive summary.
Bottom line: Kill the 9am standup meeting. Your AI agent can read what everyone did, synthesize it, and deliver the same value in 30 seconds to everyone's inbox.
# GitHub GITHUB_TOKEN=ghp_xxxxx GITHUB_ORGS=your-org,another-org # GitLab (optional) GITLAB_TOKEN=glpat-xxxxx
{
"schedule": "0 8 * * 1-5",
"format": "markdown",
"channels": ["#engineering", "slack:@manager"],
"repos": ["org/repo1", "org/repo2"],
"lookback_hours": 24
}Generate today's daily summary for the engineering team covering all repos in org/repo*.
| Pros | Cons |
|---|---|
| Replaces a meeting with a message | Requires read access to your git platform |
| Consistent, bias-free reporting | Can miss non-git work (meetings, research) |
| Scales to any team size | May need tuning for org-specific branch strategies |
| Fully auditable — it's just markdown | No interactive Q&A that a real standup enables |
Daily Summary is low-hanging fruit for any engineering team drowning in standup overhead. Your AI agent reads the signals you already generate (git, PRs, tickets) and turns them into a report before you've finished your first coffee.
Best for: Remote teams, distributed orgs, or any team where "what did you do yesterday" has become theater rather than communication.