Expand description
The Code Review Engine.
killer review looks at what a change added (via git diff) and reviews
only those lines. It combines two sources of findings:
- the existing Phase 1 rules (secrets, dangerous commands, …), restricted to added lines, and
- review-specific heuristics — currently concurrency/transaction safety,
e.g. an unguarded
balance -= amountthat can race.
Functions§
- review
- Review the added lines of
changedfiles underroot.