weekly-review

Installation
SKILL.md

Weekly Review

Scan the week. Surface what matters. Plan what's next.

Workflow

  1. Scan vault changes — Find all files in ~/broomva-vault/ modified in the last 7 days:

    • New notes created
    • Existing notes modified (check git or file timestamps)
    • Group by folder/project
  2. Scan git activity — Run across all repos under ~/broomva/:

    • git log --since="7 days ago" --oneline --stat
    • Count commits per repo
    • Identify PRs merged, branches created
  3. Extract completed items — Find tasks marked done this week:

    • - [x] items with recent modification dates
    • Completed items in project trackers
Installs
1
Repository
broomva/skills
GitHub Stars
3
First Seen
May 31, 2026
weekly-review — broomva/skills