Loading...
Loading...
Weekly Report Generation. Collect this week's git commits and work items supplemented by users, organize them into a structured Chinese weekly report with sections 'Completed/In Progress/Risks/Next Steps'. Facts are based on commits, no fabrication. Use to generate a weekly report from git history and work items.
npx skill4agent add laffey-82/cn-agent-skills weekly-report# Weekly Report: 2026-08-24 ~ 2026-08-30
## Completed This Week
- Group by type or project, each item is a sentence of "what was done", which can include commit IDs
## In Progress
- Item + current progress
## Risks & Blockers
- State problems directly and specify the support needed
## Next Steps
- Executable and prioritized- Total commits: 45 (excluding merge), files involved: 182
### feat (6)
- [1ef9857] feat: API testing skill adds contract-to-test skeleton generation script (Laffey-82)## Completed This Week
- API testing skill adds contract-to-test skeleton generation script, which directly rejects failed contract validation (1ef9857)
- Task breakdown and technical documentation skills add check scripts, enabling machine self-inspection of outputs (45efbeb, 651ea4b)
## In Progress
- New skill weekly report generation, skeleton completed, currently supplementing actual tests
## Risks & Blockers
- None
## Next Steps
- Release v0.8.0 after completing actual tests for the new skill# This Monday to now, current directory repository
python skills/weekly-report/scripts/collect_worklog.py
# Specify time period + multiple repositories, output to file
python skills/weekly-report/scripts/collect_worklog.py --since 2026-08-24 --until 2026-08-30 --repos <path1> <path2> -o draft.md