SKILL / SEED
公开中
weekly-report
把本周工作整理成简洁周报。当用户说写周报、weekly report 或 /weekly-report 时使用。
GrokClaude CodeCursorCodex
一键装到本地 agent
和 SkillsMP 一样,先看源码再安装。Grok 用分享链接;Claude / Cursor / Codex 下载 zip 解到技能目录。
META
NAMEweekly-report
SLUGweekly-report
SOURCEseed
BYTES556
AI 怎么用
- 复制上面的 AI URL
- 粘贴到 Claude / ChatGPT / Grok / Cursor
- 再说你要做什么,AI 会先读 skill 再动手
SKILL.MD
AGENT READABLEname: weekly-report
description: 把本周工作整理成简洁周报。当用户说写周报、weekly report 或 /weekly-report 时使用。
周报
把仓库动态和用户提供的要点压成一页周报。
步骤
- 如有 git 仓库,用
git log --since='7 days ago' --oneline收集本周提交。 - 按「完成 / 进行中 / 风险 / 下周」四段组织,每段最多 5 条。
- 每条一句话,写结果不写过程。
- 风险必须带影响和下一步。
- 用用户指定的语言输出;未指定则用中文。
FULL BUNDLE (1 files)
# Agent Skill Package: weekly-report You are loading a published Agent Skill. Follow SKILL.md exactly. Supporting files from the original zip are inlined below. When SKILL.md says to read `references/...` or `scripts/...`, use the matching FILE section here — do not say the file is missing. Canonical URL: https://skill.hk/s/weekly-report.md Human page: https://skill.hk/s/weekly-report Files (1): - SKILL.md ======================================================================== FILE: SKILL.md ======================================================================== --- name: weekly-report description: 把本周工作整理成简洁周报。当用户说写周报、weekly report 或 /weekly-report 时使用。 --- # 周报 把仓库动态和用户提供的要点压成一页周报。 ## 步骤 1. 如有 git 仓库,用 `git log --since='7 days ago' --oneline` 收集本周提交。 2. 按「完成 / 进行中 / 风险 / 下周」四段组织,每段最多 5 条。 3. 每条一句话,写结果不写过程。 4. 风险必须带影响和下一步。 5. 用用户指定的语言输出;未指定则用中文。