Stats
Actions
Tags
From daily-report-writer
Use when user says "写日报", "写周报", "日报", "周报", "daily report", "work summary", "工作总结", "今天的日报", "帮我写报告", "帮我整理一下今天的工作", or needs to create a structured work report from loose descriptions
How this skill is triggered — by the user, by Claude, or both
Slash command
/daily-report-writer:daily-report-writerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
根据用户描述的工作内容,自动整理并生成格式规范的日报或周报。
根据用户描述的工作内容,自动整理并生成格式规范的日报或周报。
不适用: 用户要求写项目文档、技术方案、产品需求文档等非日常汇报类内容。
{baseDir}/templates/daily.md,周报读取 {baseDir}/templates/weekly.md{baseDir} = 本 SKILL.md 所在目录的路径。
| 关键词 | 对应动作 |
|---|---|
| 日报 / daily / 今天 | 使用日报模板,询问今日工作 |
| 周报 / weekly / 本周 | 使用周报模板,询问本周工作 |
| 用户已提供内容 | 直接整理,无需追问 |
| 用户只说"写日报" | 先问"今天做了哪些事?" |
将用户描述的工作按如下规则分配:
| 分类 | 放入条件 |
|---|---|
| ✅ 今日完成 | 已完成、已提交、已上线、已交付的事项 |
| 🔄 进行中 | 还没完成但已开始的工作,标注进度百分比 |
| ❗ 问题与风险 | 遇到阻塞、未解决的问题(若无可省略) |
| 📋 明日/下周计划 | 用户提到的待办事项,或从"进行中"推断的后续步骤 |
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub huangjianjava/daily-report-writer --plugin daily-report-writer