Codebook

Codebook is a software project built with code-review, developer-tools, cli, listed on Viber's Vault, a community directory of vibe-coded and AI-assisted software. It is available at github.com.

đŸ”€ Codebook rethinks code review: instead of walking a diff file-by-file in alphabetical order, it uses tree-sitter dependency analysis to reorder changed code into a logical reading sequence — definitions before the things that call them. Two ranking modes shape the review: fan-out surfaces the code most depended upon, and blast radius surfaces the changes with the widest reach. It works against a PR number, your working tree, staged changes, or a whole directory, with monorepo support and a…

Tags: code-review, developer-tools, cli, git, tree-sitter, typescript, open-source, static-analysis

Live demo

Source code

Browse more projects on Viber's Vault