Agent Skills
› sediman-agent/OpenSkynet
› weekly-review
weekly-review
GitHub根据过去7-10天的Git提交记录,生成作者工作的周报。自动排除合并提交,将变更归类为Bug修复、技术债务和新功能,输出简洁的要点总结,适用于状态更新和复盘。
Trigger Scenarios
需要每周工作回顾
准备状态更新或复盘会议材料
Install
npx skills add sediman-agent/OpenSkynet --skill weekly-review -g -y
SKILL.md
Frontmatter
{
"name": "weekly-review",
"description": "Produce a weekly synthesis of authored commits with highlights by bugfix, tech debt, and net-new work"
}
Weekly review
Trigger
Need a weekly recap of shipped work for status updates, retros, or planning.
Workflow
- Determine the current git user email from repo config.
- Collect authored commits from the last 7-10 days on the primary branch context.
- Exclude merge commits.
- Group meaningful changes into 2-5 concise bullets.
- Add a short classification paragraph covering:
- likely bug fixes
- likely tech debt work
- likely net-new functionality
Guardrails
- Keep the recap short and executive-readable.
- Base claims only on commit history and diffs.
- If git email is missing, ask the user to set it before proceeding.
Output
- 2-5 bullet weekly summary
- Brief classification paragraph (bugfix / tech debt / net-new)
Version History
- c9d8953 Current 2026-07-05 19:52


