review

review is a skill for Claude Code from jason-c-dev/obsidian-mcp. It costs 26 tokens per session (361 once invoked), scanned A, original, MIT.

A review tool that summarizes completed and unfinished work for a day, week, or month from an Obsidian vault. It uses daily notes and task lists to build the review.

In plain words
What is it for?
Use it to review accomplishments, count and list unfinished tasks, and summarize activity for a chosen time period.
Why use it?
It saves you from checking many daily notes and task lists to understand progress over a period. It also keeps outstanding work visible.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to review accomplishments, count and list unfinished tasks, and summarize activity for a chosen time period.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jason-c-dev/obsidian-mcp/review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jason-c-dev/obsidian-mcp --skill review
Clone the repo
git clone --depth 1 https://github.com/jason-c-dev/obsidian-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for review

README.md
[![agentmods](https://agentmods.dev/badge/skills/jason-c-dev/obsidian-mcp/review.svg)](https://agentmods.dev/skills/jason-c-dev/obsidian-mcp/review)
Your own site
<a href="https://agentmods.dev/skills/jason-c-dev/obsidian-mcp/review"><img src="https://agentmods.dev/badge/skills/jason-c-dev/obsidian-mcp/review.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 361 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.00361
Opus 5 $0.00013 $0.00180
Sonnet 5 $0.00005 $0.00072
Haiku 4.5 $0.00003 $0.00036

Measured 7d ago against content hash 979b30e535df, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/review/SKILL.md · 46 lines

What it actually says

Period Review

Review what's been accomplished and what's outstanding over a time period.

Steps

  1. Determine the period from $ARGUMENTS (default to "day" if not specified)

  2. For daily review:

    • Call vault_daily_read to read today's note
    • Call vault_tasks with status: "todo" and daily: true
  3. For weekly/monthly review, search for relevant daily notes and activity:

    • Call vault_search with query set to the date range (e.g., "2026-03" for March)
    • Call vault_tasks with status: "todo" for all outstanding
    • Call vault_tasks with status: "done" for completed tasks
    • Call vault_read for each relevant daily note to gather accomplishments
  4. Search for completed tasks across the vault:

    • Call vault_tasks with status: "done"
  5. Search for outstanding tasks:

    • Call vault_tasks with status: "todo"

Output Format

Present the review as:

Accomplishments

  • Bullet list of what was completed/achieved, grouped by project or topic

Outstanding

  • Remaining tasks and items, with note references as [[Note Name]]
  • Count of outstanding items

Summary

  • Brief narrative of the period — what went well, what's carrying over

Keep it factual — only report what's actually in the vault. Don't fabricate accomplishments.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 46 lines · 26 tokens per session scan A 979b30e535df

Subscribe to this mod's changes

review is a skill published in the GitHub repository jason-c-dev/obsidian-mcp (0 stars, last pushed 6mo ago), licensed MIT. It adds 26 tokens to every session and 361 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.