What problem does it solve?
It helps engineers and reviewers focus their limited time on the small portion of code changes that most often cause production incidents, so reviews are faster without becoming shallow.
Core Features & Use Cases
- Checkpoint-based review: Schedules self-review, pre-PR, post-integration, and post-deploy checks with the right focus and depth at each stage.
- Risk-driven priorities: Uses blast radius scoring to decide how thoroughly to inspect changes, especially around shared and cross-cutting areas.
- Targeted critical path inspection: Emphasizes data access, security, concurrency, external integrations, and message consumers while offering guidance on what can be glanced or skipped.
- Consistent review safety checklist: Provides a repeatable batch checklist for common high-impact failure modes in .NET code.
Quick Start
Load this skill while reviewing a pull request to prioritize security, data access, concurrency, and integration boundaries based on blast radius and checkpoint timing.