Weekly Review

GTD-style weekly review turning wins, blockers, and OKR notes into a structured writeup.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 63578e5

Ran the bundled synthesizer script on a sample week: scattered wins, blockers, and OKR notes came back as a clean structured review with owner+mitigation fields per blocker and four self-coach prompts appended automatically — real script, real output, seconds to run.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Weekly Review does

Synthesizes a week's wins, learnings, blockers, and OKR progress into a structured markdown review via a bundled Python script (weekly_review_synthesizer.py). Triggers on Friday/Sunday weekly review, GTD review, or OKR check-in language. Requires manually filling a JSON template first; there's no calendar/task-tool integration, just structured input in and structured markdown out.

How to install Weekly Review

git clone https://github.com/borghei/Claude-Skills
cd Claude-Skills
mkdir -p ~/.claude/skills
cp -r personal-productivity/weekly-review ~/.claude/skills/weekly-review

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Weekly Review

  • /weekly-review GTD-style weekly review turning wins, blockers, and OKR notes into a structured writeup.

It also activates on plain-language prompts like these:

  • Walk me through a GTD-style weekly review of my tasks
  • Run my Friday weekly review against this week's calendar
  • Review what I completed and didn't finish this week

Frequently asked questions

Is the Weekly Review skill free?
Yes. The skill itself is free from borghei/Claude-Skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Weekly Review work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran the bundled synthesizer script on a sample week: scattered wins, blockers, and OKR notes came back as a clean structured review with owner+mitigation fields per blocker and four self-coach prompts appended automatically — real script, real output, seconds to run.
What is the Weekly Review SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Weekly Review?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Weekly Review with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.