How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-agents:dailyThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
按以下步骤依次执行,不要跳过任何步骤。
按以下步骤依次执行,不要跳过任何步骤。
今日日期通过 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
并将日报内容完整展示给用户,方便直接复制粘贴到群聊。
npx claudepluginhub stringke/ai-agents --plugin ai-agentsAggregates Claude Code sessions, Git commits, and Notion tasks into a daily work summary in Chinese. Useful for generating 日报 (daily reports) with timeline, outputs, and task completion.
Aggregates daily work across repos, sessions, and notes into structured journal entries for content creation. Invoke via /journal to backfill missing days or extract a day's journey.
Appends timestamped work log section to daily WORKLOG/YYYYMMDD.md with session ID, files created/read/changed, and concise summary referencing details.