AI-powered weekly report generator that aggregates your week's work across multiple sources.
export GITHUB_TOKEN=ghp_your_token_here
The skill uses the built-in apple-reminders or things3 skills if available.
Set your Feishu calendar integration if needed.
generate-weekly-report
generate-weekly-report --week-offset -1
generate-weekly-report --style executive --format markdown
# Weekly Report — 2026 Week 14
## Summary
Generated on: 2026-04-07
Period: April 7, 2026 → April 13, 2026
## 🚀 Accomplishments
### GitHub Activity
- Closed 5 issues across 3 repositories
- Merged 3 pull requests
- 12 commits pushed
### Tasks Completed
- Finished API integration for Dashboard
- Fixed authentication bug in Login flow
- Reviewed PR #142
### Meetings
- Sprint Planning (Monday)
- 1:1 with Engineering Manager (Friday)
## 📊 Metrics
- **PRs Merged**: 3
- **Issues Closed**: 5
- **Commits**: 12
## 🎯 Next Week's Goals
- Continue dashboard development
- Start user feedback implementation
scripts/generate-report.mjs — Main report generation enginescripts/sources/github.mjs — GitHub data collectorscripts/sources/reminders.mjs — Task manager collectorscripts/sources/calendar.mjs — Calendar collectorscripts/ai/summarize.mjs — AI summarization moduleMIT
共 1 个版本