weekly-review

Generates a solo developer weekly self-review from standups, delivered work, and sprint plans.

4|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/yeaboi-ai/yeaboi.ai --skill weekly-review-yeaboi-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weekly-review
Source: https://github.com/yeaboi-ai/yeaboi.ai/tree/main/claude-plugin/yeaboi/skills/weekly-review
Command: npx skills add https://github.com/yeaboi-ai/yeaboi.ai --skill weekly-review-yeaboi-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Solo developers without a team lack a structured way to reflect on their week, track carried-over actions, and check progress against their sprint plan. This Skill drafts a self-assessment from the user's own standups, tracker data, and plan so nothing falls through the cracks. ## Core Features & Use Cases - Weekly self-review generation: Runs a review over the current or a past week, producing a plan on-track line, summary, what went well, what to change, and new actions. - Carried action tracking: Surfaces last review's still-open actions and records whether each is done, dropped, or pending. - Scoped context and export: Filters what the review reads by sources, time windows, project labels, and tags, then exports the review to Markdown under ~/.yeaboi/exports/solo/. - Use Case: On Friday afternoon, ask how your week went; the Skill reviews your standups and delivered work, checks you against your sprint plan, carries forward unfinished actions, and saves a Markdown wrap-up. ## Quick Start Ask the assistant to run my weekly review for this week and carry forward any open actions from last week.

Frequently Asked Questions about weekly-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a weekly review of my own work as a solo developer?

Call weekly_review_history first to see carried actions, then weekly_review_run with statuses for those actions. Leave week_end blank for the current week or pass a YYYY-MM-DD date to review a past week.

How do I review a past week instead of the current one?

Pass the week_end parameter to weekly_review_run as a YYYY-MM-DD date. Omitting it reviews the current week so far, which is useful for mid-week check-ins.

Can I limit which sessions the weekly review reads?

Yes, every run tool accepts a context input: "all", "none", or a spec like standup,retro:1@2sprints with project labels and tags. Use context_preview first to see the counts before running.

What happens if no LLM is reachable during the review?

The tool returns llm_mode set to fallback and produces a deterministic skeleton containing the plan line, delivered titles, and blockers. Run yeaboi --setup to configure an API key for full summaries.

Where is the exported weekly review saved?

weekly_review_export writes the review as Markdown under ~/.yeaboi/exports/solo/. Pass 0 for the latest run or a specific run_id from the history.