ワンクリックで
monthly-summary
当用户要求"月总结""本月总结""上月总结""月报""月度复盘"等任务时使用。本技能从飞书云空间扫描日报/周报/历史月报,生成新的月总结并写回飞书 monthly 文件夹。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
当用户要求"月总结""本月总结""上月总结""月报""月度复盘"等任务时使用。本技能从飞书云空间扫描日报/周报/历史月报,生成新的月总结并写回飞书 monthly 文件夹。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Academic text polisher and humanizer for Chinese and English research writing. Removes AI-like patterns while preserving factual accuracy. Use when polishing academic text, reducing AI-generated patterns in papers/theses, improving naturalness of research writing while maintaining data integrity, or enhancing scholarly tone without fabricating facts. Supports both Chinese (中文) and English academic texts with configurable tone, field-specific terminology, and strict factuality controls.
Use when an agent has produced a task version, implementation, document, plan, research result, or other deliverable that must be independently accepted, rejected, scored, or sent back for iteration.
Use when the user asks to learn, understand, explain, introduce, or thoroughly understand a concept; says they do not understand; reads or interprets papers; wants to use a method in a paper, project, or experiment; needs prerequisites, learning order, learner-level adaptation, Chinese-first external learning resources, staged resource packs, Wikipedia/Baidu Baike concept baselines, document-anchored teaching, or a learning path for a goal; organizes AI answers or rough notes into knowledge-base prose; or explores research implications.
Research and write Chinese knowledge-base documents for technical, scientific, academic, product, or conceptual topics. Use when the user wants a readable beginner-to-intermediate learning article, encyclopedia-style reference, tutorial-style concept document, Feishu knowledge-base draft, or a rewrite of AI-like fragmented notes into a complete reliable document with sources, diagrams, formulas, examples, and visual planning.
当用户要求"周总结""本周总结""上周总结""整理周报"等任务时使用。本技能从飞书云空间扫描每日 docx 文档,参考既有周报风格,生成新的周总结并写回飞书 weekly 文件夹。
Codex-native Academic Research Skills suite for deep research, academic paper writing, manuscript review, full research-to-paper pipelines, and experiment planning or validation. Use when the user asks for deep research, literature review, systematic review, meta-analysis, research question refinement, academic paper drafting, paper revision, citation or integrity checks, reviewer simulation, peer review, editorial decision letters, research-to-paper workflows, experiment execution planning, statistical interpretation, or human study protocol support. Also use for Claude-style ARS command aliases such as /ars-plan, ars-plan, /ars-outline, /ars-abstract, /ars-lit-review, /ars-citation-check, /ars-disclosure, /ars-format-convert, /ars-revision-coach, /ars-revision, /ars-reviewer, /ars-mark-read, /ars-unmark-read, and /ars-full. This skill vendors ARS role prompts, references, templates, and shared handoff schemas under ars/.
| name | monthly-summary |
| description | 当用户要求"月总结""本月总结""上月总结""月报""月度复盘"等任务时使用。本技能从飞书云空间扫描日报/周报/历史月报,生成新的月总结并写回飞书 monthly 文件夹。 |
../summary-shared/lark_folders.json)。daliy/、weekly/、monthly/ 三个文件夹;每篇日报/周报/月报都是飞书 docx 文档(不是本地 Markdown)。M.D-YY(如 5.5-26)、周报 M.DD~M.DD-YY(日两位补零,如 3.09~3.15-26)、月报 M月-YY(如 3月-26)。lark_folders.json,再继续执行。2026-011月-26python scripts/month_window.py --which current
python scripts/month_window.py --which last
python scripts/month_window.py --which explicit --month 2026-01
python scripts/month_window.py --which title --title '1月-26'
scripts/collect_lark_month_notes.py 一次性拿到:
matched_daily_files(每项含 name / token / url)missing_datessupplementary_weekly_files(与月份重叠的 docx)monthly_output_basename、是否已存在 monthly_output_existshistorical_context_files.monthly_files(最近 6 篇,按时间倒序)python scripts/collect_lark_month_notes.py --month 2026-01
../summary-shared/lark_folders.json 获取 folder token,禁止把 token 硬编码到任何地方。historical_context_files.monthly_files 包含过去 3-6 篇月报。lark-cli docs +fetch --doc <url>),重点关注:
docs +fetch 返回值在 data.markdown。历史月报里 精力分布 章节会显示 <whiteboard token="..." align="left"/> 标签——代表那是一张飞书画板,文字内容看不到,但不影响阅读其他章节。supplementary_weekly_files 非空),优先读周报提炼主线框架和精力分布估算,只回溯日报补充周报未覆盖的细节、验证关键事实。这样可以避免逐篇读 30 篇日报的低效路径。historical_context_files.monthly_files[0]),读取其"下月聚焦"章节,在本月"主线与阶段推进"中自然呼应——哪些上月计划完成了、哪些延续了、哪些调整了方向。不需要专设章节,融入叙事即可。monthly_output_basename(如 3月-26),不带 .md 扩展名(飞书 docx 不需要)。# 本月一句话 开始,不重复文件名/标题。references/monthly-summary-template.md 为结构骨架,不机械套用。反公式化原则(贯穿全文):
按以下顺序输出。正文从第一个 # 章节开始,不写 frontmatter、不重复文件名。每个 # 章节结束后插入 --- 分隔线,最后一节不加。
# 本月一句话
> 呈现。> 论文从局部修订推进到终稿交付,知识库与工具链进入自运转阶段# 精力分布
lark-cli whiteboard +update 写入(mermaid pie 作为输入格式)。./pie.mmd,供后续步骤使用:```mermaid
pie title 本月精力分布
"主题A" : 40
"主题B" : 30
"主题C" : 20
"其他" : 10
```
# 主线与阶段推进
##),用动词短语命名。# 关键里程碑与决策
# 踩坑与风险
`已解决`、`进行中`、`待决策`。# 内观与发现
2月-26),方便用户回溯上下文。# 下月聚焦
- [ ] P1: 目标 ← 完成标准`3.09` 完成……、第一周做了…… 这类写法。# 每日工作映射(可追溯明细)
| 日期 | 主要事项 |
|------|---------|
| 3.01 | …… |
| 3.02 | …… |
# 章节结束后插入 --- 分隔线,最后一个章节末尾不加。**✅**:里程碑、阶段成果**⚠️**:问题、风险**💡**:正面经验、收获**📌**:关键决策精力分布 章节用飞书画板渲染(步骤 7 后处理),markdown 里不写 mermaid 代码块。- [ ] checkbox + 优先级标签(P1/P2/P3)。> 本月日报覆盖率:22/28 (79%)。缺失日期:`2026-02-03`、`2026-02-12`、`2026-02-18` 至 `2026-02-23`。
<monthly_output_basename>.md(如 4月-26.md)。markdown 中不要写 mermaid 代码块——# 精力分布 章节正文留空(标题下直接接 --- 分隔线),画板会在 import 后通过后处理写入。monthly_output_exists:
monthly_output_basename_v2(即 <basename>_v2)作为目标文件名,并在最终回复里告知用户。lark-cli drive +import --type docx \
--file ./<basename>.md \
--folder-token <monthly_folder_token> \
--name <output_basename>
# 记下返回的 data.url 作为 DOC_URL
# 精力分布 章节后插入空白画板,拿到 board_token:lark-cli docs +update \
--doc <DOC_URL> \
--mode insert_after \
--selection-by-title "# 精力分布" \
--markdown '<whiteboard type="blank"></whiteboard>'
# 记下返回的 data.board_tokens[0] 作为 WB_PIE_TOKEN
./pie.mmd 写入画板:lark-cli whiteboard +update \
--whiteboard-token <WB_PIE_TOKEN> \
--input_format mermaid \
--source @./pie.mmd \
--idempotent-token "wb-pie-$(date +%s)" \
--overwrite --yes --as user
drive +import,图表走 lark-whiteboard skill 的官方路径,避免 mermaid 自动转换的风格不一致。M.D-YY(不补零,如 5.5-26、4.30-26)。M.DD~M.DD-YY(日补零,如 3.09~3.15-26、4.20~4.26-26)。M月-YY(如 3月-26)。collect_lark_month_notes.py 与 month_window.py 中,不要在 SKILL.md 之外手动拼接。historical_context_files 会自然包含上一年 12 月的月报;不需要特殊处理。../summary-shared/lark_folders.json,三个 summary skill 共用。lark-cli 前确保已登录(lark-cli auth login);若返回 permission denied,提示用户检查身份。scripts/month_window.py: 解析月区间,输出标准日期范围、正文标题、文件名候选。scripts/collect_lark_month_notes.py: 通过 lark-cli 扫描飞书 daily/weekly/monthly 文件夹,返回日报命中、同月周报、目标月报文件名、历史月报。references/monthly-summary-template.md: 月报模板骨架(无 frontmatter,无 mermaid 代码块)。lark-whiteboard skill: 画板写入的官方路径,本 skill 第 7 步直接复用其 whiteboard +update 流程。../summary-shared/lark_folders.json: 共享 folder token 配置。