Continuing Education Informatization Platform Operations Report Generator
Paste the following prompt into your AI chat to install this skill:
Please install @user_2ed69ff3/edu-report-generator according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Operations reports for higher continuing education informatization platforms often require consolidating Excel files covering logins, live classes, delivery progress, demand management, institutional coverage, staffing, and exams into fixed chapters. Manually copying metrics, checking periods, and redrawing charts easily creates formatting drift and inconsistent numbers.
How It Works
The skill takes university name, report type, report period, and service company name, then expects most of the seven required Excel dimensions. process_data.py skips merged title rows, coerces numeric text, and aggregates metrics into report_data.json. generate_charts.py renders nine PNG charts from that JSON with matplotlib, so charts refresh when data changes. A Node.js script then reads the JSON and chart directory to generate an A4 Word report with 14 monthly chapters, 11 quarterly chapters, 9 semi-annual chapters, or 8 annual chapters. The output includes light-blue table headers, page headers and footers, body pagination, and a final chapter with auto-generated industry insights.
Boundaries
It fits scenarios where structured operational data already exists and a reporting document is needed quickly. If monthly filtered live-class data is empty, related sections and charts are skipped; the optional exam dimension is omitted when absent. Framework templates are for development and maintenance only; deliverables should use the data-filled report.
Use Cases
- Consolidate seven Excel dimensions, including logins, live classes, demand, and exams, into a monthly operations report for the university.
- Generate an 11-chapter quarterly Word report from `report_data.json` while refreshing nine matplotlib charts automatically.
- Produce 9-chapter or 8-chapter semi-annual and annual reports, skipping live-class or exam sections when the data is unavailable.
- Run `generate_framework.js` to preview chapter structure, headers, footers, and light-blue table styling during template maintenance.
Best For
- Operations staff who deliver monthly, quarterly, semi-annual, and annual reports to university clients.
- Data analysts who need to aggregate Excel metrics into Word documents while regenerating charts automatically.
- Documentation engineers maintaining reporting templates, chapter structures, and layout specifications for higher education platforms.
- Delivery leads tracking project progress, demand response, and teaching-point activity in continuing education platforms.
Related Skills
Generates a fixed-structure A-share tech daily across five tracks, screening 24-hour news and selecting leader and growth stocks.
Convert teaching schedules from talent development plan PDFs into structured Excel files, with cross-page tables, merged cells, multi-semester course splitting, major metadata extraction, and batch output.
Turn post-meeting text into bilingual minutes, preserving structure and consistent terminology.
Interprets tender files, generates bid docs, and checks compliance via the Bailian API.