Skip to content

Review a Change

Run your normal tests and inspect the source diff first. Then ask Noodlbox what changed structurally:

Terminal window
nbx diff

Use nbx diff --json when another tool needs the full machine-readable result.

Terminal window
nbx def refreshToken --include-content

Focus on changed entry points, shared definitions, callers, and dependencies.

Terminal window
nbx verify --digest

Treat the digest as structural review evidence, not a replacement for tests or source review.

Ask your agent:

Review this change with Noodlbox. Identify affected workflows, shared callers, and the tests I should run before merging.