git-summarize-weekly
Installation
SKILL.md
Git Summarize Weekly
总结本周的 GitHub 贡献,输出适合写入周报的英文摘要。
触发条件
当用户要求总结本周 GitHub 贡献、写周报或查看本周工作时使用此 skill。
执行步骤
-
计算日期范围:计算本周一的日期到今天。使用
date命令计算。 -
拉取 GitHub events:
gh api users/zc277584121/events --paginate --jq '.[]'获取用户近期的 GitHub 活动事件。
Related skills
More from zc277584121/mygitplugin
git-sync-main
Sync local main branch with the latest code from official upstream or origin remote
150git-create-repo
Create a new GitHub repository and clone it locally
150git-commit-push
Commit changes and push to origin without creating a PR
150git-fork-clone
Fork a GitHub repo and clone it locally with proper remote setup
149git-commit-pr
Commit changes and create a pull request to the official upstream repo
149git-get-notification
Check GitHub notifications and recent Issues/PRs for monitored repos
148