forked from Zhubei_iXD/report_skill_expm
19 lines
520 B
Markdown
19 lines
520 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
|
|
```
|