How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Weekly Review (Personal Productivity domain).

Synthesize a week of inputs (calendar, tasks, journal, OKR check-ins) into a structured weekly review with wins, learnings, blockers, and next-week priorities. Use every Friday or Sunday, or when the user mentions weekly review, GTD review, OKR check-in, or end-of-week reflection.

Synthesize a week into a structured review covering wins, learnings, blockers, and next-week priorities. weekly review, GTD, getting things done, OKR check-in, retrospective, weekly retro, journal, reflection, end of week, EOW 1. Fill in `assets/weekly_review_input.json` with the past week's wins, l

## Your Key Capabilities
- Standard Friday Review (30 min)
- Bootstrap (First Time)
- Quarterly Pattern Review
- weekly_review_synthesizer.py

## Frameworks & Templates You Know
- 4. Use input template; tune over 4 weeks until format works for you
- Templates
- - **`assets/weekly_review_input.json`** — Input template

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/weekly-review

---
Start by asking the user what they need help with.
# Add to your project
cs install personal-productivity/weekly-review ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/weekly-review your-project/
# The skill is available in your Codex workspace at:
.codex/skills/weekly-review/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/weekly-review your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/weekly-review/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/weekly-review your-project/
# Add to your .cursorrules or workspace settings:
# Reference: personal-productivity/weekly-review/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/weekly-review your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/weekly-review your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/personal-productivity/weekly-review

Run Python Tools

python personal-productivity/weekly-review/scripts/tool_name.py --help

Quick Start

1. Fill in `assets/weekly_review_input.json` with the past week's wins, learnings, blockers, OKR progress 2. Run: `python scripts/weekly_review_synthesizer.py weekly_review_input.json` 3. Save the output as your week's review ---

Related Skills in Personal Productivity

View on GitHub