From claude-code-hermit
Generates weekly review report for current ISO week, writes to .claude-code-hermit/compiled/review-weekly-YYYY-Www.md, updates obsidian/Latest Review.md if set up, archives raw artifacts. Runs Sundays at 23:00 via routine.
npx claudepluginhub gtapps/claude-code-hermit --plugin claude-code-homeassistant-hermitThis skill uses the workspace's default tool permissions.
Generates the weekly review for the current ISO week.
Drafts structured weekly software development reports from git logs, Obsidian work logs, YAML schedules, GitHub PRs, 云效 tasks, and calendars. Use for 周报 or end-of-week summaries.
Conducts structured weekly retrospectives: scans git repos for commits, checks GitHub issues/projects, interviews user on business topics, creates verified issues, updates canonical files.
Generates structured weekly synthesis of notes, projects, themes, insights, progress, energy patterns, connections, and next intentions. Useful for end-of-week reviews.
Share bugs, ideas, or general feedback.
Generates the weekly review for the current ISO week.
Run:
node ${CLAUDE_PLUGIN_ROOT}/scripts/weekly-review.js .claude-code-hermit obsidian
Report the result. On success, output the review filename and whether Latest Review.md was updated. If a Knowledge Health section appears in the review output, summarize the issues to the operator.
If obsidian/ does not exist, the script skips the Latest Review.md update and logs a note. No action required — the review file is still written to .claude-code-hermit/compiled/review-weekly-<week>.md.
Archive expired raw artifacts:
node ${CLAUDE_PLUGIN_ROOT}/scripts/archive-raw.js .claude-code-hermit
Report how many were archived, retained, and skipped.
enabled: false in the config template. Enable it after running /claude-code-hermit:obsidian-setup.obsidian/Latest Review.md is the only file updated.archive-raw.js only moves files — it never deletes. Archived files land in raw/.archive/ and can be restored manually.