← 返回 Skills 市场
antonia-sz

Git Standup

作者 antonia huang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
323
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install git-standup
功能描述
分析 Git 提交自动生成工作日报
使用说明 (SKILL.md)

Git Standup — 自动化工作日报生成

自动分析 Git 提交历史,生成结构化的工作日报。

功能特性

  • 📅 按日期范围筛选提交
  • 👤 支持多作者筛选
  • 📁 按仓库/目录分组
  • 🏷️ 智能分类(功能/修复/重构/文档)
  • 📝 生成 Markdown 格式日报
  • 🔗 自动关联 issue/PR 链接

使用方法

生成今日日报

/daily-standup

生成指定日期日报

/daily-standup --date 2026-03-10

生成周报

/daily-standup --since "1 week ago"

指定作者

/daily-standup --author "username"

多仓库汇总

/daily-standup --repos /path/to/project1,/path/to/project2

选项说明

选项 说明
--date 指定日期(默认今天)
--since 起始时间(Git 日期格式)
--until 结束时间
--author 按作者筛选
--repos 指定多个仓库路径
--format 输出格式(markdown/json)
--output 输出文件路径
--group-by 分组方式(repo/type/date)

输出示例

# 工作日报 - 2026-03-10

## 项目: my-project

### ✨ 新功能
- [feat] 添加用户登录功能 (#123)
- [feat] 实现数据导出功能 (#124)

### 🐛 修复
- [fix] 修复登录页面样式问题 (#125)

### ♻️ 重构
- [refactor] 优化数据库查询性能 (#126)

### 📝 文档
- [docs] 更新 API 文档 (#127)

## 统计
- 提交次数: 5
- 涉及文件: 12
- 新增行数: +245
- 删除行数: -38

提交信息规范

工具会解析符合以下格式的提交信息:

[type] 描述 (#issue)

类型:
- feat: 新功能
- fix: 修复
- refactor: 重构
- docs: 文档
- test: 测试
- chore: 杂项

高级用法

# 生成周报并保存
/daily-standup --since "1 week ago" --output weekly-report.md

# 多作者汇总
/daily-standup --author "author1|author2"

# JSON 格式输出
/daily-standup --format json

# 按类型分组
/daily-standup --group-by type
安全使用建议
Before installing or using this skill: 1) Note the package has no code/binary included even though skill.yaml points to bin/daily-standup — ask the publisher for the missing artifact or source; do not run unknown binaries. 2) The skill will need access to whatever repository paths you pass it; avoid giving it paths to private or sensitive repos unless you trust the skill and know how it handles network lookups. 3) There is no homepage or source provenance listed — prefer skills with a clear repository or vendor. 4) If you expect issue/PR linking for private remotes, verify whether any credentials are needed and how they are used; avoid providing tokens without review. 5) If you decide to proceed, consider running the tool in an isolated environment or inspecting the actual implementation (the CLI) before granting it access to repositories.
功能分析
Type: OpenClaw Skill Name: git-standup Version: 1.0.0 The skill bundle is designed to automate the generation of work reports from Git commit history. The provided files (SKILL.md, skill.yaml, README.md) describe legitimate functionality for parsing local Git logs based on user-provided parameters like date, author, and repository path. No evidence of data exfiltration, malicious execution, or prompt injection was found in the documentation or configuration.
能力评估
Purpose & Capability
The described functionality (parsing git history, filtering by date/author/repos, producing markdown/json) aligns with the declared capabilities and requires access to repository paths. However, skill.yaml lists an executable entry 'bin/daily-standup' and the README likewise references cloning and running a binary; no such binary or code files are present in the package. That inconsistency suggests either the package is instruction-only (in which case the entry should not be declared) or files are missing — this is unexpected and should be clarified.
Instruction Scope
SKILL.md stays within scope: it describes reading git commits from specified repo paths and generating reports. It does not instruct reading unrelated system files or secrets. One ambiguity: '自动关联 issue/PR 链接' implies network lookups or remote-URL parsing to link issues/PRs, but no guidance is given on how credentials or network access are used for private repos. The instructions also assume the agent can access the provided local paths, which is normal for this purpose but is sensitive if private repos are supplied.
Install Mechanism
There is no install spec (instruction-only), so nothing gets downloaded or written by an installer. That is lower-risk. The presence of skill.yaml referencing an entry binary is the main install-related inconsistency (it references a runtime artifact that is not present).
Credentials
The skill requests no environment variables, no credentials, and no config paths. For local analysis of repositories this is proportionate. Note: resolving issue/PR links for private remotes would normally require credentials, but none are requested — the skill does not explain how it will handle that case.
Persistence & Privilege
The skill does not request always:true and defaults to normal invocation behavior. It doesn't request system persistence or modification of other skill configs. This is appropriate for a utility of this type.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install git-standup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /git-standup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of git-standup: analyze Git commits to auto-generate work reports. - Generate daily, range-based, or weekly reports from Git commit history - Filter by author, repository, and directory - Classify commits by type (feature, fix, refactor, docs) and group results - Output in Markdown or JSON, with automatic issue/PR linking - Flexible command options for date range, authors, format, and output path
元数据
Slug git-standup
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Git Standup 是什么?

分析 Git 提交自动生成工作日报. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 323 次。

如何安装 Git Standup?

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

Git Standup 是免费的吗?

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

Git Standup 支持哪些平台?

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

谁开发了 Git Standup?

由 antonia huang(@antonia-sz)开发并维护,当前版本 v1.0.0。

💬 留言讨论