weekly-review

Generate a weekly review from private daily journal notes.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/alexanderop/vault-astro --skill weekly-review-alexanderop
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weekly-review
Source: https://github.com/alexanderop/vault-astro/tree/main/.claude/skills/weekly-review
Command: npx skills add https://github.com/alexanderop/vault-astro --skill weekly-review-alexanderop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It consolidates scattered daily journal entries into a single weekly summary, saving time and providing clear insights at a glance.

Core Features & Use Cases

  • Automated week boundary detection – automatically determines the ISO week range for the review.
  • Daily note aggregation – extracts key sections (Morning Thoughts, Done Today, Learnings, Links) from each private daily note.
  • Thematic synthesis & wiki health check – optionally generates themes, aggregates learnings, and runs a quick lint of the wiki.
  • Use case – a knowledge worker wants a concise overview of their week without manually opening each daily file.

Quick Start

Ask Claude to generate the weekly review for the current week.

Frequently Asked Questions about weekly-review

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

FAQPage Schema
How do I generate a weekly review from daily markdown notes?▼

To generate a weekly review from daily markdown notes, the Skill automatically aggregates private daily journal files named with YYYY-MM-DD conventions, extracting key sections like Morning Thoughts and Learnings into a single concise summary.

How does automated ISO week boundary detection work for journal aggregation?▼

Automated week boundary detection determines the current ISO week range by scanning your private daily notes directory using glob patterns, identifying all markdown files matching the YYYY-MM-DD date format within that specific week.

Does the weekly review tool require a specific folder structure for daily notes?▼

Yes, this weekly review tool requires daily notes to be stored in the src/content/notes/private/ directory. Files must follow the YYYY-MM-DD markdown naming convention for the aggregation and parsing logic to correctly locate and process them.

Can I include wiki health metrics and lint checks in my weekly summary?▼

Yes, you can include wiki health metrics and lint checks in your weekly summary. The Skill optionally runs a quick lint of the wiki and generates thematic syntheses alongside aggregated learnings and frontmatter from your daily entries.

What is the best way to consolidate scattered daily journal entries into a weekly summary?▼

The best way to consolidate scattered daily journal entries is using automated markdown parsing to extract Done Today sections and Links, assembling them into frontmatter and key events for a concise weekly overview without manual file opening.