plugins/origin/skills/review/SKILL.md
Power-user audit of Origin's pending surfaces. Most users want `/brief` for revisions. That handles the daily flow. Use `/review` only for explicit deep-walk audits after bulk imports, or when you want to walk the full queue rather than the top 3 shown in /brief. Invoked as `/review captures` or `/review revisions`.
npx skillsauth add davepoon/buildwithclaude reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Power-user audit lever. Most users do not need /review in daily flow:
/brief automatically (top 3 with inline accept/dismiss)./handoff's preview
block (top 3, informational). Use /review captures for the deep walk./distill's topic-suggestion block.Use /review only when you want the deep walk those skills intentionally do not force.
/review captures: walk every unconfirmed memory (list_pending,
unfiltered by session). Per item: accept (confirm_memory), edit
(capture with supersedes=<old_id> then forget(old_id)), or
reject (forget).
/review revisions: walk every pending revision (list_pending_revisions,
no cap). Per item: accept (accept_revision), dismiss (dismiss_revision),
or skip.
Bare /review (no arg) prints this help block and exits. Does not auto-walk.
/brief shows ">3 pending revisions" and you want to clear the
full queue, not just the top 3./brief handles the surface that matters today./recall./recall.Read-only until the user confirms or rejects. No LLM calls. Cheap.
development
Show drill-me learning progress — topics studied, cards due for review, weakest concepts, and what to study next. Use when the user asks what's due, how their learning is going, or for their drill-me status.
development
Teach the user a topic as an adaptive tutor — retrieval practice, spaced repetition with decay, and persistent memory in ~/.drill-me/. Use when the user wants to learn or be drilled on something, says "drill me on X", "teach me X", or wants to study a topic, a codebase, or a document.
development
Turn any codebase into evidence-grounded Markdown docs plus a machine-readable index.json. Every claim cites its source; never invents deployment steps.
tools
Assesses the current state of the startup project and recommends what to focus on next. Use when there is a need or a question from the user to understand what the next steps are or what to focus on next.