npx claudepluginhub stringke/ai-agents --plugin ai-agentsThis skill is limited to using the following tools:
按以下步骤依次执行,不要跳过任何步骤。
Aggregates Claude Code sessions, Git commits, and Notion tasks into Chinese daily work summaries with timeline, key outputs, task completion, and unplanned work. Use /daily-summary or triggers like 'daily summary', '日报' with date args like today, yesterday, 24h, YYYY-MM-DD.
Conducts end-of-day review: scans today's modified notes for progress, blocks, insights; generates Markdown daily note with accomplishments, priorities, and open loops.
Aggregates daily git logs across repos, aha moments, grill sessions, handovers, emails, and summaries into structured markdown journals for '100 days AI Brain OS' series. Backfills missing days.
Share bugs, ideas, or general feedback.
按以下步骤依次执行,不要跳过任何步骤。
今日日期通过 Bash 获取:
date +%Y-%m-%d
使用 Glob 工具查找 ~/docs/[TODAY]/*.md,这些是 /done skill 生成的会话知识文档。
然后使用 Read 工具逐个读取所有找到的文件。
如果今天没有任何 /done 记录文件,告知用户今天没有可用的工作记录,建议先执行 /done 整理会话后再生成日报。
从文档中提炼工作内容。
归纳规则:
内容板块:
好的日报示例:
今日工作:
1. 完成接口时区统一改造
2. 测试环境基础设施迁移
3. 数据映射层规范化重构
坏的日报示例(不要这样写):
今日工作:
1. igx-cloud: 自定义 DateTimeScalar 替换 ExtendedScalars.DateTime,统一 GraphQL/REST 时间输出为带时区偏移的 ISO 8601
2. igx-cloud: 移除 TestContainers,改用 docker-compose.test.yml 驱动测试,Redis 从单机升级为 Valkey 集群模式
3. igx-cloud: 8 个业务 DTO 从 record 迁移为 @Value @Builder,创建 9 个 MapStruct Mapper
先创建目录:
mkdir -p ~/docs/reports/$(date +%Y-%m-%d)
使用 Write 工具将日报写入 ~/docs/reports/[TODAY]/report-daily-[TODAY].txt。
格式要求:
完成后输出:
日报已生成:~/docs/reports/[TODAY]/report-daily-[TODAY].txt
并将日报内容完整展示给用户,方便直接复制粘贴到群聊。