deterministic-code-review
Installation
SKILL.md
Deterministic Code Review
Quick start
- Resolve the requested change into a unified diff.
- Freeze the file list before analysis.
- Review every eligible file as an isolated unit.
- Gather repository context before asserting behavior.
- Anchor each finding to exact changed code.
- Falsify draft findings, then report survivors.
- Record checks that were skipped, unavailable, or unsafe to run.
Optimize for precision. A missed weak possibility costs less than a false defect claim.