Skip to content

Reference

Workflows

All sixteen workflows are first-class on both hosts:

Claude: /rn-dev-agent:<workflow> [arguments]
Codex: $rn-dev-agent:<workflow> [request text]

Codex also has eleven domain skills, for exactly 27 native skills. Its workflow skills are explicit-only and best-effort source-command-* migration is disabled. The primary workflow is rn-feature-dev; the same names below apply to both hosts.

CommandWhen to use
run-workflowEstablish the proven operating sequence before any real device journey
rn-feature-devBuild a complete feature with the 8-phase pipeline
test-featureTest an already-implemented feature end-to-end
build-and-testBuild the app first, then test
debug-screenDiagnose a broken screen — gather evidence, apply fix
observeWatch the agent live in a web UI — timeline, device mirror, state panels, browser-run actions
CommandWhen to use
list-learned-actionsList saved actions, flows, and feedback memories
run-actionReplay a saved action with self-repair
lock-e2ePromote a verified action into a frozen, locked e2e regression test
CommandWhen to use
proof-captureRecord video + screenshots for PR proof
nav-graphMap and navigate the app’s screen graph
CommandWhen to use
setupOnboard a project — Claude manages CLAUDE.md; Codex manages AGENTS.md; writes are previewed
doctorStrictly read-only host/package/MCP/schema/task/environment diagnosis
check-envVerify Metro, CDP, and simulator are ready
check-vercel-rulesAudit the project against the bundled best-practice rules
CommandWhen to use
send-feedbackReport a bug or send feedback via GitHub issue