← 返回 Skills 市场
ericlooi504

Git Standup Summary

作者 ericlooi504 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
26
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install git-standup-summary
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /git-standup-summary 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — generate daily/weekly standup summaries from git commit history
元数据
Slug git-standup-summary
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 26 次。

如何安装 Git Standup Summary?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install git-standup-summary」即可一键安装,无需额外配置。

Git Standup Summary 是免费的吗?

是的,Git Standup Summary 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Git Standup Summary 支持哪些平台?

Git Standup Summary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Git Standup Summary?

由 ericlooi504(@ericlooi504)开发并维护,当前版本 v1.0.0。

💬 留言讨论