Code Review Harness ships as a single bundled npm package,Documentation Index
Fetch the complete documentation index at: https://mintlify.com/goulinkh/code-review-harness/llms.txt
Use this file to discover all available pages before exploring further.
code-review-harness, and installs the crh and code-review-harness binary names. You can install it globally from npm or build it directly from source.
Requirements
- Node.js 20 or later
Install from npm
crh (short form) and code-review-harness (full form). Either works for every command in the docs.
Verify the installation
PATH.
Build from source
If you want to run unreleased changes or contribute to CRH, build the CLI from the repository.Building from source requires pnpm — it is the required package manager for this monorepo (
packageManager: pnpm@10.0.0). npm and yarn are not supported for source builds.