weekly-report · git:20260826.7be1d15 · 2026-08-26 · sha256 bb1adc317e10a2a0

weekly-report git:20260826.7be1d15A

Immutable. This exact content is served forever at /api/v1/blob/bb1adc317e10a2a0.

---
name: weekly-report
description: Turn the last week of repository activity into a weekly report document. Use when the user asks for a weekly report.
---

# weekly-report

1. Collect the git log for the last 7 days and the closed issues for the same window.
2. Group the work by feature area.
3. Write the report with sections Summary, Shipped, In progress, Risks.
4. Keep each bullet to one line and reference the commit or issue ID.
5. Save the report to `reports/weekly/YYYY-MM-DD.md`.
6. Never include work you cannot trace to a commit or issue.