docs/commands/reviews-todo.md
Manage deferred deep-review todos for queued commits.
This command is a workflow wrapper over f commit-queue for the fast-commit + deep-Codex-review loop.
# List pending deep-review todos (queued commits)
f reviews-todo list
# Run Codex deep review for all queued commits
f reviews-todo codex --all
# Inspect one queued review todo
f reviews-todo show <commit-sha>
# Approve all queued commits after issues are addressed
f reviews-todo approve-all
f commit fast.codex --all maps to f commit-queue review --all..ai/internal/commit-queue/..ai/todos/todos.json and commit review reports.[options].myflow_mirror = true is enabled, queued Codex reviews from the quick path are mirrored to myflow as commit_queue_review events.~/code/myflow, see ../fast-commit-deep-review-loop.md.