What problem does it solve?
It helps you use limited review time effectively by concentrating on the small portion of a codebase that most often drives production incidents, security failures, and integration breakdowns.
Core Features & Use Cases
- Checkpoint-based review scheduling: Review at natural stages (post-implementation, pre-PR, post-integration, post-deploy) with different depth and focus per stage.
- Risk-driven focus using blast radius: Allocate review effort based on how widely a change affects the system, prioritizing data access, security, concurrency, and integration boundaries.
- Repeatable review checklists and workflows: Apply targeted checks such as SQL injection risk, auth gaps, N+1 queries, cancellation propagation, exception handling, and resource leaks, with guidance for MCP-assisted triage.
- Critical path identification: Systematically find high-risk areas (EF/DbContext usage, authorization handlers, external service calls, shared state, message consumers) and downscope low-risk code (DTOs, straightforward wiring, configuration binding).
Quick Start
Use the 80-20-review skill while reviewing your .NET pull request or architecture change, especially when you want to know what to inspect first for security, data access correctness, concurrency safety, and integration risk.