Install
openclaw skills install git-standup-summaryGenerate concise daily/weekly standup summaries from git commit history. Analyzes recent commits, groups them by type (features, fixes, refactors, chores), and produces a standup-ready status report. Use when the user wants to: (1) Generate a daily standup summary for yourself or your team, (2) See what everyone worked on yesterday, (3) Prepare for daily scrum meetings, (4) Get a weekly activity digest, (5) Track progress on a specific branch or feature, (6) Generate a status report for your manager. Best for developers, engineering teams, remote workers, scrum masters, and anyone who needs quick git-based status reports.
openclaw skills install git-standup-summaryTurn your git log into actionable standup summaries — see what you (or your team) worked on in seconds.
✅ USE this skill when:
❌ DON'T use this skill when:
git log with the requested time windowstandup:dailyCommits from yesterday / last 24 hours.
What did I do yesterday?
standup:weeklyLast 7 days of activity.
Generate my weekly standup for this week
standup:rangeCustom date range or commit range.
Summarize commits from May 1 to May 5
What did we do between v1.0 and v1.1?
standup:teamShow what all authors in the repo contributed.
What did the team work on this week?
standup:branchCompare a feature branch against base.
What changed in the feature/new-auth branch?
standup:authorFilter by a specific author.
What did @alice work on this week?
🗓️ Standup for Tuesday, May 5
✅ Done (4 commits):
• feat(api): add rate limiting middleware — 30m ago
• fix(auth): handle null token in verify flow — 2h ago
• refactor(db): extract connection pool logic — 3h ago
• chore(deps): upgrade express to v5 — yesterday
📊 Breakdown:
• 1 feature · 1 fix · 1 refactor · 1 chore
• 6 files changed · +142 / -38
📁 Areas: API → 2 · Auth → 1 · Database → 1
🗓️ Team Standup — Apr 29 – May 5
👤 alice (8 commits)
• feat(ui): dark mode toggle
• fix(css): mobile nav overflow
• refactor(store): migrate to Zustand
• 5 more commits...
👤 bob (5 commits)
• feat(api): add user export endpoint
• fix(api): wrong status code on delete
• 3 more commits...
👤 charlie (12 commits)
• feat(cli): add --json output flag
• fix(cli): --help formatting
• chore: update CI cache strategy
• 9 more commits...
───
Total: 25 commits · +1084 / -312 across 47 files
type(scope): description format, but also works with any commit style.git boundaries; won't traverse outside the repoteam mode, lists up to 10 most active authors