What problem does it solve? Manually compiling team workload data from Meego project schedules into readable reports is tedious and error-prone. This Skill automates the pipeline from pulling schedule data via Meego MCP to producing per-person, per-month task-days statistics, visual charts, and shareable Feishu documents. ## Core Features & Use Cases - Schedule Data Retrieval: Authenticate via Device Code OAuth and pull project schedules (list_schedule) for specific users and date ranges through the Meego MCP server. - Workload Visualization: Generate bar charts (monthly task-days), pie charts (task occupancy), and Gantt charts with a dedicated person/task label column and time-span annotations using Python (pandas + matplotlib). - Report Output: Export task lists as CSV, and sink results into Feishu Docs or Bitable for further scheduling views. - Use Case: A tech lead wants to review team allocation for April-May. The Skill pulls list_schedule data for the team, computes task-days per person per month, and produces a Gantt chart image plus a task table ready to paste into a Feishu doc. ## Quick Start Ask the AI to analyze the workload of the gsdk project from April to May and generate a Gantt chart and per-person task-days report.