reviewlisted
Install: claude install-skill yuki4266/life-log
# Life-log review
Turn a month (or week) of scattered log lines into one reflective read-back:
what happened, the patterns worth noticing, and a few concrete suggestions. This
is the moment the log pays you back.
## 1. Determine the period
- Default: the **current calendar month**.
- Honor what the user asks: "review June", "this week", "last 30 days", a date
range. Compute the start/end dates with `date` so filtering is exact.
## 2. Gather the entries
Read each category file (`work.md`, `health.md`, `mood.md`, `people.md`,
`learning.md`, `money.md`, `ideas.md`, `life.md`, plus any custom ones). Keep
only lines whose `[YYYY-MM-DD HH:MM]` timestamp falls inside the period. If a
category has no entries in range, skip it.
## 3. Analyze from multiple perspectives
Give each domain its own focused lens. **Prefer running these in parallel** with
the `Task` tool — one subagent per non-empty category — so a rich review comes
back fast; fall back to analyzing them yourself in sequence if subagents aren't
available. Each lens receives only that category's in-range entries and returns:
- **Summary** — what actually happened this period, in 2-4 sentences.
- **Patterns & trends** — recurring themes, direction of travel (better/worse),
anything cyclical (e.g. mood dips on certain days, spending creep).
- **Flags** — anything that deserves attention or care.
- **Suggestions** — 1-3 concrete, kind, actionable next steps for this domain.
For health/mood especially: be supportive a