# weekly-review

> Claude/Codex skill by [@cursor](https://omgskills.com/library/cursor/index.md) · 5k stars · Updated 2026-08-25

Produce a weekly synthesis of authored commits with highlights by bugfix, tech debt, and net-new work

## Install

```sh
git clone https://github.com/cursor/plugins /tmp/plugins && ln -s /tmp/plugins/cursor-team-kit/skills/weekly-review ~/.claude/skills/weekly-review
```

## From README

Weekly review Trigger Need a weekly recap of shipped work for status updates, retros, or planning. Workflow Determine the current git user email from repo config. Collect authored commits from the last 7-10 days on the primary branch context. Exclude merge commits. Group meaningful changes into 2-5 concise bullets. Add a short classification paragraph covering: likely bug fixes likely tech debt work likely net-new functionality Guardrails Keep the recap short and executive-readable. Base claims only on commit history and diffs. If git email is missing, ask the user to set it before proceeding. Output 2-5 bullet weekly summary Brief classification paragraph (bugfix / tech debt / net-new)

## Links

- HTML page: https://omgskills.com/skills/cursor/plugins/weekly-review/
- GitHub: https://github.com/cursor/plugins
- Author: [@cursor](https://omgskills.com/library/cursor/index.md)

## More from this repo

- [advisor](https://omgskills.com/skills/cursor/plugins/advisor/skills/advisor/index.md) — Advisor mode.
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 7k stars
- [architect](https://omgskills.com/skills/cursor/plugins/architect/index.md) — Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in.
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 6.9k stars
- [arena](https://omgskills.com/skills/cursor/plugins/arena/index.md) — Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it.
   - [@cursor](https://omgskills.com/library/cursor/index.md) · 5k stars
