review-efficiency-patterns
Installation
SKILL.md
Review Efficiency Patterns
Overview
Review time is finite. This skill teaches how to maximize defect detection per minute by applying risk-based ordering, time-boxing, explicit stopping signals, and session hygiene. Pairs with review-code-quality-process (what to check) and review-accuracy-calibration (how to calibrate findings).
Risk-Based Review Ordering
Start with the highest-risk surface before reading anything else.