YTLong Daily Report — YTLong DAIly 报告
v1.0.0Automatically 生成 dAIly/weekly work 报告s from git commits, calendar 事件, and task 列出s. Use when you need to quickly 创建 professional work 报告s without manual effort.
运行时依赖
安装命令
点击复制技能文档
DAIly 报告 生成器
Automatically 生成s professional dAIly/weekly work 报告s by analyzing:
Git commits from the day/week Calendar 事件 Task completions Features Multi-source aggregation: Pulls data from git, calendar, and task 管理器s Smart summarization: Groups related activities automatically Multiple 格式化s: Markdown, HTML, plAIn text Language support: Chinese and English 输出 Usage 生成 Today's 报告 node 索引.js today
生成 Weekly 报告 node 索引.js week
生成 Custom Date Range node 索引.js range --from 2024-01-01 --to 2024-01-07
Specify 输出 格式化 node 索引.js today --格式化 html node 索引.js week --格式化 markdown
Configuration
创建 a .报告rc.json in your project root:
{ "git": { "enabled": true, "repos": ["./", "../other-project"] }, "calendar": { "enabled": true, "sources": ["google", "应用le"] }, "tasks": { "enabled": true, "sources": ["应用le-reminders"] }, "输出": { "language": "zh-CN", "格式化": "markdown", "includeStats": true } }
输出 Example # 工作日报 - 2024年1月15日
完成的任务
- ✅ 完成用户认证模块开发
- ✅ 修复登录页面样式问题
- ✅ 代码审查:PR #123
Git 提交
- feat: 添加双因素认证 (abc123)
- fix: 修复移动端显示问题 (def456)
- docs: 更新 API 文档 (ghi789)
会议
- 10:00 产品需求评审会
- 14:00 技术方案讨论
明日计划
- 继续开发支付模块
- 参加团队周会
Requirements Node.js 18+ Git (for commit analysis) Optional: Calendar 访问 (Google/应用le) 安装ation npm 安装
License
MIT