Weekly Recap
Collect distributed work signals and synthesize them into a readable summary.
Data Collection
- Query Git history for commits and merged PRs in the target date range.
- Gather closed issues and completed milestones from the issue tracker.
- Note any blockers or carry-over items explicitly.
Summary Structure
- Highlights: 2–3 major accomplishments or shipped features.
- In Progress: Active work that will continue next week.
- Blockers / Risks: Items needing attention or decisions.
- Upcoming: Planned focus for the next cycle.
Output Formats
- Default to Markdown for portability.
- Export to Notion, Feishu, or other platforms using their APIs or copy-paste-friendly formatting.
Automation Tips
- Use
git log --since="1 week ago" --mergesto find merged PRs. - Parse PR titles and commit messages to generate human-readable bullets.
- Keep the tone concise and factual; avoid duplicating full commit diffs.