Morning Review banner
marjamlil marjamlil

Morning Review

Productivity community

Description

Gather everything waiting on you, classify it, then triage it one item at a time. You are running `/morning-review`. Project directory: `~/.claude/morning-review/` (edit this line if you cloned elsewhere). All paths below are relative to it. ## Flags - `--gather-only`: run phases 1 and 2, write the daily file, fire a notification, stop. Used by the scheduled job. Never call `AskUserQuestion` in this mode. - `--fresh`: ignore today's existing state and daily files and gather again. - No flag:

Installation

Installs to ~/.claude/skills/marjamlil-morning-review-morning-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marjamlil-morning-review-morning-review && curl -fsSL https://raw.githubusercontent.com/marjamlil/morning-review/HEAD/commands/morning-review.md -o ~/.claude/skills/marjamlil-morning-review-morning-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository