@dev.fast/review
v0.1.15
Published
dev.fast Review is the local MDX review canvas. It prepares a review document for a Git or jj checkout, starts the package-local Vite app, and opens the canvas at the printed localhost URL.
Downloads
3,513
Readme
dev.fast Review
dev.fast Review is the local MDX review canvas. It prepares a review document for a Git or jj checkout, starts the package-local Vite app, and opens the canvas at the printed localhost URL.
Usage
Run from the repository you want to review:
npx -y @dev.fast/review@latest startCommon commands:
review start --base origin/main --head HEAD
review start --pr 123
review doctor
review ready
review stopdoctor validates the local runtime requirements and the TypeScript-authored Review MDX document. Once authoring is complete, ready validates the active document again and switches the existing canvas to Review without reloading it. stop shuts down this checkout's review app.
Install the agent skills
To use Review from Claude Code, Codex, or Cursor, install the bundled skills into your agent config:
# All agents (default)
npx -y @dev.fast/review@latest install
# Or a single agent
npx -y @dev.fast/review@latest install claude
npx -y @dev.fast/review@latest install codex
npx -y @dev.fast/review@latest install cursorThis copies the Review skills into ~/.claude/skills/, ~/.agents/skills/, and ~/.cursor/skills/:
/dev-review— launch or author a Review canvas. If invoked with text, treat it as a PR number, PR URL, or base/head refs./dev-review-map— generate or refresh the code map.
Claude Code exposes skill directories as slash commands such as /dev-review. In Codex, invoke the installed Review skills via /skills or the skill name. In Cursor, invoke them from the / menu in chat (the skills are user-invoked, not auto-applied). Re-run install after upgrading the package to refresh the installed copies. Restart the agent (or open a new session), then ask for the dev-review skill or say "start Review".
