/review
Process the review comments on the docs (notabene review loop).
$ npx -y skills add z29k/notabene --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/review
Context preview
What this command does when you run it.
Process the review comments on the docs (notabene review loop).
Command definition
review.mddescription: Process the review comments on the docs (notabene review loop). argument-hint: "[extra instructions]"
Use the **notabene** skill to process the open review comments in this repo: read the `.notabene/` store, apply each comment's feedback to the docs faithfully, mark them resolved (or **addressed** in approve mode), append the journal, then verify — renderer build, `notabene lint`, `notabene comments verify` (store ↔ journal coherence), and the project's `verify[]` checks. Ignore comments on hold. Report as a table and **never commit without an explicit request**.
$ARGUMENTS
Leave notes in the margins of your repo's docs then let your AI agent apply them, resolve the threads, and journal what changed & why.
Repo: z29k/notabene
Other commands on notabene.
- /dev
Start (or reuse) the notabene review server in the background and print its URL.
Open command - /setup
Set up, configure, or reconfigure notabene and start the docs review server.
Open command - /status
Report whether the notabene review server is running (pid, port, URL) + open comment count.
Open command - /stop
Stop the detached notabene review server for this repo.
Open command

