← 返回
效率工具 中文

Feishu Weekly Report Generator

Generate professional weekly work reports for Feishu/Lark users. Automatically collect work data from various sources and create formatted weekly reports com...
为飞书用户自动汇总多源工作数据,生成专业格式化周报。
jiahui220
效率工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 660
下载
💾 7
安装
1
版本
#latest

概述

Feishu Weekly Report Generator

Generate professional weekly work reports for Feishu users.

Features

  • Automatic Data Collection: Gather work data from git commits, calendar events, task completions
  • AI-Powered Summary: Generate professional weekly summaries using AI
  • Feishu Compatible: Output in Feishu document format (markdown)
  • Customizable Templates: Multiple report styles available

Quick Start

Generate Weekly Report

node scripts/generate-weekly.mjs

With Options

# Specify date range
node scripts/generate-weekly.mjs --start 2026-03-10 --end 2026-03-14

# Specify output file
node scripts/generate-weekly.mjs --output my-weekly-report.md

# Include git commits
node scripts/generate-weekly.mjs --git ~/my-project

# Full options
node scripts/generate-weekly.mjs --start 2026-03-10 --end 2026-03-14 --git ~/projects --output weekly.md

Report Structure

The generated report includes:

  1. 本周工作总结 - Summary of week's work
  2. 已完成工作 - Completed tasks with details
  3. 进行中工作 - Work in progress
  4. 下周计划 - Next week's plan
  5. 遇到的问题 - Issues and blockers
  6. 需要的支持 - Support needed

Templates

Available templates in references/templates/:

  • standard.md - Standard weekly report format
  • detailed.md - Detailed format with more sections
  • minimal.md - Minimal format for quick reports

Feishu Integration

After generating the report:

  1. Copy the markdown content
  2. Paste into Feishu document
  3. Format will be preserved

Or use Feishu API to directly create document (requires Feishu bot token).

Options

OptionDescriptionDefault
------------------------------
--startStart date (YYYY-MM-DD)Last Monday
--endEnd date (YYYY-MM-DD)Last Friday
--gitGit repository pathNone
--templateTemplate to usestandard
--outputOutput file pathweekly-report-YYYY-MM-DD.md
--nameUser nameGit user.name or 'User'
--departmentDepartment nameOptional

Examples

Basic Usage

node scripts/generate-weekly.mjs

With Git Integration

node scripts/generate-weekly.mjs --git ~/projects/my-app --name "张三" --department "技术部"

Custom Date Range

node scripts/generate-weekly.mjs --start 2026-03-01 --end 2026-03-07 --output march-week1.md

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 15:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,870
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,327
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 439 📥 147,754