commitment-review

commitment-review is a skill for Claude Code, Codex from ozzy-labs/suasor. It costs 140 tokens per session (1,428 once invoked), scanned A, original, MIT.

A review tool for finding promises in imported messages and records, then tracking them in a commitment list. It requires your approval before adding a promise to that list.

In plain words
What is it for?
Use it to scan for commitments, review promises you or others made, check due items, mark commitments complete, or dismiss incorrect matches.
Why use it?
It reduces the chance of forgetting who agreed to do what and by when, while keeping uncertain matches out until you confirm them.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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.

agentmods
npx agentmods add skills/ozzy-labs/suasor/commitment-review
Any agent
npx skills add ozzy-labs/suasor --skill commitment-review
Clone the repo
git clone --depth 1 https://github.com/ozzy-labs/suasor

Made for: Claude Code, Codex.

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 commitment-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/ozzy-labs/suasor/commitment-review.svg)](https://agentmods.dev/skills/ozzy-labs/suasor/commitment-review)
Your own site
<a href="https://agentmods.dev/skills/ozzy-labs/suasor/commitment-review"><img src="https://agentmods.dev/badge/skills/ozzy-labs/suasor/commitment-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 140 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,428 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00140 $0.01428
Opus 5 $0.00070 $0.00714
Sonnet 5 $0.00028 $0.00286
Haiku 4.5 $0.00014 $0.00143

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

Security

Grade A, and why

commitment-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 5d 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.

docs/skills/commitment-review/SKILL.md · 66 lines

How it starts

The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.

commitment-review

取り込み済み source から抽出した「約束/コミットメント」("X までに Y する" の類)を台帳で HITL 管理する write skill。抽出は propose パイプラインに寄せ(ADR-0006 の ML 委譲境界を 1 本に保つ)、台帳の状態遷移(open / resolved / dismissed)を専用 write tool で行う(ADR-0021 / ADR-0004)。pair: 相手が負う約束(owed_to_me)の期限超過を能動的に催促する commitment-chase(read-only)。

いつ発火するか

  • 「約束をスキャンして」「最近の約束を拾って」(抽出)
  • 「誰に何を約束したっけ」「貸し借り確認」「コミットメント台帳」(確認)
  • 「期限が来てる commitment」「この約束は完了」「これは誤検出」(解決)

何をするか(MCP tool flow)

read で集めて、write は HITL。auto-apply 経路は存在しないADR-0004)。

A. 抽出(scan)

  1. propose.generate(mode=commitment_scan)で source から commitment 候補を生成する。各候補は title / directionowed_by_me / owed_to_me)/ dueDate? / person? / sourceExternalIds[]。重い推論はホスト側で行う(ADR-0006
  2. propose.liststate=pending)で生成済み候補を一覧し、ユーザーに提示して確認を取るcommitment 候補は propose.listkind フィルタ対象外なので、mode / summary で見分ける)
  3. ユーザーが承認した候補のみ propose.apply で適用する(CommitmentOpened を append → 台帳に open 登録、idempotent)。不要な候補は propose.reject(任意で理由)で却下する

B. 確認(list)

  1. commitment.list で台帳を引く。stateopen / resolved / dismissed)と directionowed_by_me / owed_to_me)でフィルタ、updated_at の時間窓も可
  2. open な約束を direction 別(自分が負う / 相手が負う)に整理して提示する。brief / next-actions skill が demand と並べる「やるべきこと」signal と同じ台帳

C. 解決(state 遷移)

ユーザーの指示に従い、対象 commitment の状態を遷移させる(いずれも HITL・idempotent):

  • commitment.setstate="resolved") — openresolved(果たした)
  • commitment.setstate="dismissed") — opendismissed(誤検出 / 不要)
  • commitment.setstate="open") — resolved / dismissedopen(やり直し)

Read the full file on GitHub · 66 lines

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. 5d ago First seen · 66 lines · 140 tokens per session scan A 7ca59d0e522a

Subscribe to this mod's changes

commitment-review is a skill published in the GitHub repository ozzy-labs/suasor (0 stars, last pushed 26d ago), licensed MIT. It adds 140 tokens to every session and 1,428 once invoked, about $0.0007 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.

Related

Other skills, from other repositories

Cortex

Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…

danielmiessler/LifeOS · 196 tokens

Migrate

Intakes external content, classifies chunks against LifeOS taxonomy, commits with provenance. Sources: .md/.txt, stdin, LifeOS dirs, CLAUDE.md/Cursor/OpenAI Custom Instructions, Obsidian/Notion/Apple Notes exports. MigrateScan classifies → routing table. MigrateApprove with…

danielmiessler/LifeOS · 158 tokens

daily-briefing

Proactive daily briefing that fires on a recurring schedule, pulls recent memory and workspace context, composes a structured summary (action items, progress, radar, next steps), and delivers it to all active channels. Enable with a time like "set up my daily briefing at 9am". Disable, reschedule, or check status at…

vellum-ai/vellum-assistant · 75 tokens

company-brain

Your team's shared, AI-ready knowledge base — people, companies, meetings, SOPs, and decisions structured so Claude can answer questions on your team's behalf. Team-scope sibling to second-brain (which is personal-scope). Seven modes — capture (drop something into the right structured dir), compile (process into wiki…

coreyhaines31/makerskills · 322 tokens

calendar

Manage calendar events via CalDAV (Google/iCloud/Nextcloud) or local ICS files. View, create, and query events.

fuyuxiang/echo-agent · 29 tokens

email-assistant

Read, search, draft, and send emails via Himalaya CLI or Python IMAP/SMTP. Requires email account configuration.

fuyuxiang/echo-agent · 29 tokens