返回顶部
g

gh-standup生成GitHub站会总结

Generate a GitHub standup summary covering the period since the last standup. Use when the user asks for a standup, work summary, weekly update, or "what did I do since [day]". Accepts a repo (org/repo) or organization name, and one or more standup days (e.g. Friday, or Monday,Thursday). Pulls merged PRs and direct commits authored by the user since the last standup date, and formats a clean summary.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
286
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

gh-standup

gh-standup

根据自上次站会日以来的GitHub活动生成站会摘要。

快速开始

bash

单个仓库,每周五站会


python3 scripts/standup.py --repo ORG/REPO --standup-days Friday

多个站会日

python3 scripts/standup.py --repo ORG/REPO --standup-days Monday,Thursday

整个组织,指定作者

python3 scripts/standup.py --org MY_ORG --standup-days Friday --author username

参数

标志是否必需默认值描述
--repo二选一单个仓库(org/repo)
--org
二选一 | — | 整个GitHub组织(所有仓库) | | --standup-days | 否 | Friday | 逗号分隔的工作日 | | --author | 否 | @me | GitHub用户名或@me |

工作流程

  1. 1. 使用用户的仓库/组织和站会日运行 scripts/standup.py
  2. 脚本计算最近的上一个站会日,并将其作为起始时间点
  3. 输出:自该日期以来的已合并PR + 直接提交(PR提交已去重)
  4. 将输出发布为站会消息

环境要求

  • - gh CLI已认证(gh auth status)
  • Python 3.10+

注意事项

  • - --org 会获取组织中的所有仓库;对于大型组织可能较慢——尽可能优先使用 --repo
  • PR按合并日期匹配;提交按作者日期匹配
  • 属于已合并PR的提交会从直接提交中排除,以避免重复

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 gh-standup-1776190762 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 gh-standup-1776190762 技能

通过命令行安装

skillhub install gh-standup-1776190762

下载

⬇ 下载 gh-standup v1.0.0(免费)

文件大小: 4.02 KB | 发布时间: 2026-4-15 13:55

v1.0.0 最新 2026-4-15 13:55
Initial release of gh-standup.

- Generates GitHub standup summaries based on merged PRs and direct commits since the last specified standup day.
- Supports single repositories or full organizations.
- Accepts customizable standup days and author filtering.
- Excludes PR commits from the direct commits list to avoid duplication.
- Requires authenticated GitHub CLI and Python 3.10+.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部