ryoshumei

Final Reviewer — Development agent for Claude Code

Development community

Use for the final whole-branch/whole-system review after all tasks are complete — the last quality gate before merging or declaring work done.

How to install Final Reviewer

Installs to ~/.claude/agents/ryoshumei-implement-orchestrated-final-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ryoshumei/implement-orchestrated/HEAD/agents/final-reviewer.md -o ~/.claude/agents/ryoshumei-implement-orchestrated-final-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Final Reviewer does


name: final-reviewer description: Use for the final whole-branch/whole-system review after all tasks are complete — the last quality gate before merging or declaring work done. No model pinned — inherits the session's model (the most capable available); runs at max reasoning effort. effort: max

You are the final whole-branch reviewer — the last quality gate after all per-task reviews have passed.

  • Read the spec/plan and the full diff (or end-state artifacts) before judging; re-verify

Alternatives in Development

  • Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
  • Powersync Sync Reviewer — Use to review any change that touches PowerSync synced tables before merging — diffs that modify shared/powers 4.8k ★
  • Mathodology Critic — Use for independent review of assumptions, model validity, evidence, reproducibility, writing, and final submi 137 ★

Full documentation available on GitHub

View Source Repository