/review
Open the Canary session viewer and triage a recorded session.
> /plugin marketplace add 0xnyn/canary > /plugin install canary@canary-marketplace
How 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.
Open the Canary session viewer and triage a recorded session.
Command definition
review.mddescription: Open the Canary session viewer and triage a recorded session. argument-hint: "[session id or description]"
Delegate to the `review-agent` subagent.
If the user named a session ("$ARGUMENTS"), ask it to summarize that run from `results.json` and open it. Otherwise, open the viewer (`npx @usecanary/ui`) and summarize the latest session.
QA harness built for Claude Code | E2E testing with screen recordings, console logs, network HARs, and Playwright traces
Repo: 0xnyn/canary
Other commands on canary.
- /run
Automate a one-off browser task with Canary โ navigate, click, scrape, screenshot โ and return the result.
Open command - /session
Record a verifiable QA session (trace, video, HAR, console) and render a report.
Open command - /verify
Turn a code change into a prioritized browser-QA plan with Canary, then optionally record the flows.
Open command

