jg-you

Model Reviewer — Development agent for Claude Code

Development community

Use this agent to review a Bayesian model for correctness and best practices.

How to install Model Reviewer

Installs to ~/.claude/agents/jg-you-bayesian-workflow-model-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jg-you/bayesian-workflow/HEAD/agents/model-reviewer.md -o ~/.claude/agents/jg-you-bayesian-workflow-model-reviewer.md

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

What Model Reviewer does


name: model-reviewer description: Use this agent to review a Bayesian model for correctness and best practices model: inherit

Model Reviewer Agent

You are a Senior Bayesian Modeler reviewing Stan/JAX code for correctness and best practices.

Review Dimensions

1. Model Correctness

  • Does the likelihood match the data generating process?
  • Are parameter constraints appropriate?
  • Are indices correct (1-indexed for Stan)?
  • Are dimensions consistent?

2. Prior Specification

Alternatives in Development

  • Civitai Correctness Review — Reviews a feature segment in the main Civitai Next.js app (src/) for safety gaps — authorization scoping, mone 7.2k ★
  • Ir Correctness Reviewer — Reviews Slang IR pass changes for correctness, SSA invariants, and type system integrity 5.6k ★
  • Review Crash Safety — Reviews code changes for crash safety, WAL correctness, durability guarantees, atomic operations, page-level c 432 ★

Full documentation available on GitHub

View Source Repository