TopRank Skills

Home / Claw Skills / Git / GitHub / git-standup
Official OpenClaw rules 54%

git-standup

分析 Git 提交自动生成工作日报

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 git-standup 技能。 若已安装,则直接安装 git-standup 技能。

Overview

Skill Key
antonia-sz/git-standup
Author
openclaw
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/antonia-sz/git-standup
Latest Commit SHA
2225867b378cfb4b248244c54a3475c3a0700db8

Extracted Content

SKILL.md excerpt

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

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

## 功能特性

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

## 使用方法

### 生成今日日报

```bash
/daily-standup
```

### 生成指定日期日报

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

### 生成周报

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

### 指定作者

```bash
/daily-standup --author "username"
```

### 多仓库汇总

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

## 选项说明

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

## 输出示例

```markdown
# 工作日报 - 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: 杂项
```

## 高级用法

```bash
# 生成周报并保存
/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
```

README excerpt

# Git Standup

分析 Git 提交自动生成工作日报

## 功能特性

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

## 安装

作为 OpenClaw Skill 使用:
```bash
clawhub install git-standup
```

或直接使用:
```bash
git clone https://github.com/kimi-claw/skill-git-standup.git
cd skill-git-standup
./bin/daily-standup --help
```

## 使用方法

### 生成今日日报

```bash
/daily-standup
```

### 生成指定日期日报

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

### 生成周报

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

### 指定作者

```bash
/daily-standup --author "username"
```

### 多仓库汇总

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

## 提交信息规范

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

```
[type] 描述 (#issue)

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

## License

MIT

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

edholofy

dojo.md

★ 4

University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.

lethehades

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

carev01

md-docs-search

★ 0

Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.

caqlayan

Tweet Processor

★ 0

Tweet Processor Skill