← Back to Skills Marketplace
ericlooi504

Git Standup Summary

by ericlooi504 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
26
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install git-standup-summary
Description
Generate concise daily/weekly standup summaries from git commit history. Analyzes recent commits, groups them by type (features, fixes, refactors, chores), a...
README (SKILL.md)

Git Standup

Turn your git log into actionable standup summaries — see what you (or your team) worked on in seconds.

When to Use

USE this skill when:

  • "What did I do yesterday?"
  • "Generate my daily standup"
  • "What did the team work on this week?"
  • "Show me progress on the feature/xyz branch"
  • "Summarize commits since last Monday"
  • "Prepare my scrum update"
  • "Generate a weekly activity report"

DON'T use this skill when:

  • Need a full changelog between releases → use a release tool
  • Need code review on the changes → use a code review skill
  • Need deployment summaries → use a CI/CD skill

How It Works

  1. Queries git log with the requested time window
  2. Parses commit messages, authors, dates, and file paths
  3. Groups commits by:
    • Type (features, fixes, refactors, docs, chores, tests)
    • Scope/area (API, frontend, CLI, database, etc.) — extracted from Conventional Commits scopes
    • Author (for team reports)
  4. Generates a clean, scrum-ready summary

Available Actions

standup:daily

Commits from yesterday / last 24 hours.

What did I do yesterday?

standup:weekly

Last 7 days of activity.

Generate my weekly standup for this week

standup:range

Custom date range or commit range.

Summarize commits from May 1 to May 5
What did we do between v1.0 and v1.1?

standup:team

Show what all authors in the repo contributed.

What did the team work on this week?

standup:branch

Compare a feature branch against base.

What changed in the feature/new-auth branch?

standup:author

Filter by a specific author.

What did @alice work on this week?

Output Format

Single Author Daily Standup

🗓️  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 Weekly Standup

🗓️  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

Tips

  • Best with Conventional Commits — works best when commit messages follow type(scope): description format, but also works with any commit style
  • Use daily — run at the end of your day or first thing in the morning for your standup
  • Team repos — run on the shared repo for a quick team-wide view
  • Multiple repos — run in each repo and combine results for a multi-project standup

Notes

  • Works with any git repo — no special configuration needed
  • Respects .git boundaries; won't traverse outside the repo
  • For team mode, lists up to 10 most active authors
  • Large history (>200 commits) is summarized rather than listed individually
Usage Guidance
This appears safe for normal use as a local git standup helper. Before sharing generated summaries, remember that commit messages, author names, branch names, and file paths can contain private project information.
Capability Analysis
Type: OpenClaw Skill Name: git-standup-summary Version: 1.0.0 The skill bundle is a documentation-only package (SKILL.md) that instructs an AI agent on how to use the system's git binary to generate standup summaries. It contains no executable code, suspicious network activity, or malicious prompt injection. The instructions are clearly aligned with the stated purpose of parsing git commit history.
Capability Assessment
Purpose & Capability
The stated purpose—summarizing recent git commits for standups—matches the documented behavior of querying git history and grouping commits.
Instruction Scope
Instructions are scoped to read-only git history analysis and include stated limits such as respecting .git boundaries and summarizing large histories.
Install Mechanism
There is no install script or code package; the only declared requirement is the git binary.
Credentials
The skill reads local repository metadata such as commit messages, authors, dates, and file paths, which is expected for its purpose but may reveal private project details in the generated output.
Persistence & Privilege
No credentials, persistence, background process, privileged paths, or account access are requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install git-standup-summary
  3. After installation, invoke the skill by name or use /git-standup-summary
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — generate daily/weekly standup summaries from git commit history
Metadata
Slug git-standup-summary
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Git Standup Summary?

Generate concise daily/weekly standup summaries from git commit history. Analyzes recent commits, groups them by type (features, fixes, refactors, chores), a... It is an AI Agent Skill for Claude Code / OpenClaw, with 26 downloads so far.

How do I install Git Standup Summary?

Run "/install git-standup-summary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Git Standup Summary free?

Yes, Git Standup Summary is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Git Standup Summary support?

Git Standup Summary is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Git Standup Summary?

It is built and maintained by ericlooi504 (@ericlooi504); the current version is v1.0.0.

💬 Comments