git-standup
分析 Git 提交自动生成工作日报
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/antonia-sz/git-standupWhat This Skill Does
The git-standup skill for OpenClaw is a powerful productivity utility designed to automate the often tedious task of drafting daily progress reports. By analyzing your local or remote Git commit history, this agent autonomously parses commit messages, categorizes them according to conventional commit standards (feat, fix, refactor, etc.), and generates a professional, structured Markdown report. It bridges the gap between technical output and management visibility, allowing developers to communicate their daily contributions effectively without manual logging.
Installation
To install this skill, run the following command in your terminal or OpenClaw interface:
clawhub install openclaw/skills/skills/antonia-sz/git-standup
Ensure that you have Git installed on your system and that you have the necessary read permissions for the repository directories you intend to monitor.
Use Cases
- Daily Standups: Quickly generate a list of what you accomplished during the day to paste into Slack or Microsoft Teams.
- Weekly Review: Compile a summary of work over the last 5-7 days to send to stakeholders or project managers.
- Project Handovers: Provide a concise history of recent changes when onboarding new team members or wrapping up a project phase.
- Performance Tracking: Aggregate metrics like commit count and code volume for your own personal development tracking.
Example Prompts
- "@OpenClaw git-standup --date today - generate my daily report for the frontend repo."
- "@OpenClaw git-standup --since '1 week ago' --output weekly_report.md - prepare a summary of my work this week."
- "@OpenClaw git-standup --author 'my-github-handle' --group-by type - create a report grouped by task category for my current repository."
Tips & Limitations
- Commit Discipline: The accuracy of the report heavily relies on clean commit messages. Using standard formats like
[feat] descriptionensures the tool can correctly categorize your work. - Performance: For repositories with massive commit histories, generating reports for very long time ranges may take a few extra seconds to process.
- Scope: This tool is strictly read-only regarding your Git history; it will never push changes to your remote, ensuring a high level of safety for your source code. If your repo uses submodules, specify paths carefully using the
--reposflag to ensure all relevant changes are captured in the final output.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-antonia-sz-git-standup": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read
Related Skills
content-automation
内容创作自动化工具 Skill。支持社交媒体内容生成、视频脚本创作、定时发布任务管理。当用户需要批量生成内容、自动化社交媒体运营或创建视频脚本时触发。
style-cloner
提供1-5篇参考文章 + 原始素材,AI 分析参考文章的风格特征, 将素材改写成同风格的成品文章,输出3个版本供选择,支持强度调节和迭代优化。
project-evaluator
描述一个项目想法,AI 从市场/技术/商业/风险四个维度系统评估, 输出评估报告、竞品速查、MVP建议,帮你决策「值不值得做」。
maybe-finance
Personal finance management skill using Maybe Finance OS. Use when users need to track expenses, analyze budgets, monitor net worth, or manage personal finances through the Maybe Finance self-hosted platform. Supports transaction tracking, account management, budget analysis, and financial reporting.
notebooklm
Google NotebookLM 非官方 Python API 的 OpenClaw Skill。支持内容生成(播客、视频、幻灯片、测验、思维导图等)、文档管理和研究自动化。当用户需要使用 NotebookLM 生成音频概述、视频、学习材料或管理知识库时触发。