What problem does it solve?
This Skill automates the generation of a detailed quarterly work dashboard that consolidates GitHub and Feishu collaboration data into a single, readable HTML panel and JSON summary.
Core Features & Use Cases
- GitHub Data Integration: Aggregate and visualize GitHub statistics such as commits, pull requests, issues, and repository activity.
- Feishu Collaboration Analysis: Extract and summarize collaboration evidence from Feishu, including document discoveries, message searches, calendar events, and permission gaps.
- Dashboard Generation: Produce a localized HTML panel and JSON summary that presents the work done, project value, and collaboration insights in an accessible format for leadership review.
Quick Start
Generate a quarterly work dashboard for the period between 2026-04-01 and 2026-06-29:
python3 scripts/run_quarterly_work_dashboard.py \
--start 2026-04-01 \
--end 2026-06-29 \
--period-label "2026 Q2" \
--github-user <github-login> \
--include-calendar \
--save-raw \
--output-dir /path/to/quarterly-work-dashboard-2026-q2