status-update

仓库创建 2026年7月6日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

省时生成一致的周报/汇报,便于定期沟通

这个 Skill 做什么

自动从仓库和记忆聚合信息,生成面向干系人的进度简报

把仓库(Git 日志/状态)、记忆和未读线程里的碎片信息聚合成给干系人看的短进度简报,输出 headline、已交付/进行中/阻塞项、下个检查点和需要的请求。会在写 Slack 通知、周报、EOD 或给经理/创始人的快速更新、demo 回顾等场合用到。特别之处是自动抓取 git 与上下文,只问缺失信息,适合反复发送的短更新,不适合做长期的设计文档或博客。

▸ 展开 SKILL.md 英文原文

WHEN composing any short stakeholder progress message. Triggers: ticket comment, Slack post, weekly note, pre-read, manager DM, founder ping, EOD, demo recap, leadership update, 'where are we on X', 'send my manager a note', 'draft a quick update'. Pulls from git + memory + open threads. OUTPUT: headline, shipped / in-flight / blocked, next checkpoint, asks. PAIR BEFORE: ctx-pack if context is thin. NOT FOR: one-off durable artifacts like blog posts or design docs (use artifact-packager).

内容创作状态汇报利益相关者周报自动化通用
0
Stars
0
Forks
9
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/arniesaha/ctxops/main/skills/status-update/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/arniesaha/ctxops/main/skills/status-update/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# status-update

Use for recurring, audience-facing progress messages. Different from `artifact-packager` (one-off durable artifacts). If you'd send it again next week with new content, use this skill.

## Workflow

1. Ask only what is missing: target surface (tracker / Slack / doc), audience, time window.
2. Gather, in this order:
   - `git log` for the relevant range and `git status` for in-flight work
   - persistent memory (e.g. claude-mem `search` + `timeline`) for the project over the window, if available
   - Open tracker issues / PRs cited in the window (Linear, Jira, GitHub)
   - Implementation notes / deviation logs from the window (e.g. `implementation-notes.md`), if present
   - 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有