weekly-review

Generate the current ISO week review and update Obsidian's Latest Review.md.

69|12|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/gtapps/claude-code-hermit --skill weekly-review-gtapps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weekly-review
Source: https://github.com/gtapps/claude-code-hermit/tree/main/plugins/claude-code-hermit/skills/weekly-review
Command: npx skills add https://github.com/gtapps/claude-code-hermit --skill weekly-review-gtapps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weekly teams or individuals need a consistent, timely summary of the past week; this Skill automates generating the ISO-week review file and keeps the Obsidian vault up to date with the Latest Review when the cortex is configured.

Core Features & Use Cases

  • Automates weekly reporting by generating a review for the current ISO week.
  • Updates the Obsidian “Latest Review.md” when Obsidian integration is enabled and the vault exists.
  • Archives expired raw artifacts to keep the workspace clean and auditable.
  • Safe to run manually; if Obsidian vault is missing, the update is skipped but the weekly review file is still produced.

Quick Start

Run the weekly-review.js script to generate the current ISO-week review and update Obsidian if configured.

Frequently Asked Questions about weekly-review

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

FAQPage Schema
How do I automate weekly review generation in an Obsidian vault?

Automate weekly review generation by running a script that creates the current ISO-week review file, saves it to the compiled path, and updates Latest Review.md when Obsidian integration is configured. The vault remains synchronized with routine scheduling.

Does the weekly review Skill work without an Obsidian vault configured?

Yes, the weekly review Skill works without an Obsidian vault. If the vault is missing, the Obsidian update is safely skipped, but the script still produces and archives the current ISO-week review file.

What is an ISO-week review and how does it keep my notes organized?

An ISO-week review is a standardized weekly summary file generated for the current ISO week. It keeps notes organized by archiving expired raw artifacts to maintain a clean, auditable workspace and updating the Latest Review.md file.

How do I run the weekly ISO-week review script for Claude Code Hermit projects?

Run the weekly-review.js script within Claude Code Hermit projects that have Obsidian integration and routine scheduling. The script generates the current ISO-week review, archives it, and updates the vault's Latest Review.md.

Are there limitations when updating Latest Review.md in Obsidian?

The limitation is that Latest Review.md only updates when Obsidian integration is explicitly enabled and the vault exists. If the vault is missing, the update is skipped, though the weekly review file is still produced safely.