forked from Zhubei_iXD/report_skill_expm
25 lines
810 B
Markdown
25 lines
810 B
Markdown
# Report Generation Skills Experiment
|
|
|
|
This repository contains AI skills for automated report generation. Currently includes a weekly project report generator that transforms time tracking data into formatted management reports.
|
|
|
|
## Available Skills
|
|
|
|
### 📊 Week Report Generator (`week_report_gen`)
|
|
|
|
Automatically generates weekly project reports (項目週報) from exported Excel time tracking data.
|
|
|
|
## Getting Started
|
|
|
|
### Prerequisites
|
|
|
|
```bash
|
|
# Create virtual environment and install dependencies
|
|
uv sync
|
|
|
|
uv run --env-file .env python -c 'import os; print(os.getenv("OPENPROJECT_TOKEN"))'
|
|
```
|
|
|
|
```bash
|
|
uv run --env-file .env python .claude\skills\week_report_gen\generate_report.py "temp\cost-report-2026-01-16-T-16-22-3620260116-7-1r1n4h.xls" "temp\項目週報-智能控制組-20260119.xlsx"
|
|
```
|