Know what to review before you push.

Git knows what changed. CodeRisk adds coupling, co-change history, tests, and ownership context.

$git clone https://github.com/rohankatakam/coderisk.git

Then: cd coderisk && make build

~/my-project
Impact
Surfaces dependencies and historical co-change
Ownership
Shows who has worked in the area before
Evidence
Explains risk with tests, history, and incidents

How It Works

One command turns indexed repository history into review context.

$ crisk check --no-ai
Detecting staged changes...
Found: src/api/payments.py
Loading indexed repository evidence...
Measuring coupling, co-change, and tests...

Step 1: Detect Changes

Review changes with repository evidence.

CodeRisk is a source-built prototype for inspecting code-change risk before review.