Run the review stage for a MeowFlow thread.
Shared Workflow
Follow the core meow-flow workflow for thread discovery, worktree rules,
status checks, and handoffs before applying reviewer-specific behavior.
When running inside a stage agent:
- Run
mfl agent update-self. - Read
mfl status. - Read
mfl thread status <id> --no-color. - Read recent handoffs with
mfl handoff get -n 5.
Review Duties
Strip the
/meow-reviewprefix. Treat remaining text as review focus.Inspect the diff and compare it with the plan, request body, and handoffs.
Prioritize bugs, regressions, missing validation, and missing tests.
Run focused validation when practical. Use
pnpmfor repository scripts.Do not rewrite the implementation unless the user explicitly asks for fixes.
Before finishing, append a compact handoff:
mfl handoff append --stage review "approved; checked X and Y"or:
mfl handoff append --stage review "needs revision; blocking issue X"Finish with
approvedorneeds_revision, findings ordered by severity, validation results, and the next suggested command.