# Weekly Report

> Generate weekly status reports with progress, blockers, and next steps. TRIGGERS - Use when user wants a weekly report, status update, or progress summary.

- Skill: `winbda/weekly-report` (Agent Skill)
- Install (CLI): `npx skillmds add winbda/weekly-report`
- Raw SKILL.md: https://api.skillmd.com/api/skills/winbda/weekly-report/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: Winbda (https://skillmd.com/u/winbda)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/winbda/weekly-report

---


# Weekly Report Generator

## Overview
Creates concise weekly status reports for teams, managers, or clients.

## Output Format

```markdown
# Weekly Report: [Week of Date]
**Author**: [Name] | **Team**: [Team]

## TL;DR
[2-3 sentences — the most important things this week]

## Wins 🎉
- [Achievement 1]
- [Achievement 2]

## Progress
| Project/Task | Status | Progress | Notes |
|-------------|--------|----------|-------|
| [Project] | 🟢 On track | [X%] | [note] |
| [Project] | 🟡 At risk | [X%] | [blocker] |

## Blockers 🚧
| Blocker | Impact | Help Needed |
|---------|--------|-------------|
| [blocker] | [what it affects] | [who can help] |

## Next Week
- [ ] [Priority 1]
- [ ] [Priority 2]
- [ ] [Priority 3]

## Metrics
| Metric | Last Week | This Week | Change |
|--------|-----------|-----------|--------|
| [KPI] | [value] | [value] | [+/-] |
```

## Quality Checklist
- [ ] TL;DR is genuinely brief
- [ ] Wins celebrated (not just problems)
- [ ] Blockers have clear asks for help
- [ ] Next week priorities are specific
- [ ] Metrics show trends

