Notion DB Weekly Report Generator

👤 wingogx 📦 v1.0.0 ⭐ 4.2 ⬇️ 725 下載
📄 辦公效率 免費

📖 技能介紹


name: notion-db-weekly-report-generator description: Free basic version that converts Notion-style task records into weekly report markdown. Reserves premium upgrade hooks for trend analysis and management summary automation.

7w4.net提供免費和付費技能下載。


Notion 資料庫 → 週報生成器

Value

  • Free tier: generate weekly report markdown from task records.
  • Premium tier (reserved): trend charting, cross-week comparison, auto executive summary.

Input

  • user_id
  • week_label
  • records (array)
  • optional tier (free/premium)

Run

python3 scripts/notion_db_weekly_report_generator.py \
  --user-id user_005 \
  --week-label "2026-W10" \
  --records-json '[{"title":"落地頁改版","owner":"小王","status":"進行中","progress":70}]'

Tests

python3 -m unittest scripts/test_notion_db_weekly_report_generator.py -v

🤖 AI 評測

整體質量還不錯。免費週報功能完整好用,能自動統計任務、識別亮點和風險項,程式碼穩定可靠。唯一遺憾是高階版功能還沒做好,想要更多功能可能會失望。基礎使用的話值得一試。

📊 多維度評分

適應性4
規範性4.2
有效性4.3
可靠性3.9
可信度4.8

📁 包含檔案 (5 個)

📄 SKILL.md 858 B
📄 _meta.json 152 B
📄 references/skillpay-api-contract.md 1.3 KB
📄 scripts/notion_db_weekly_report_generator.py 5.4 KB
📄 scripts/test_notion_db_weekly_report_generator.py 1.5 KB