Productivity · Version 1.1.0 · Reviewed 2026-08-02
Review Triage Exclusion Planner
Turn engineering context into a reliable artifact for review exclusion policy and low-risk change triage with evidence, explicit trade-offs, and a verification plan.
4 method steps
4 documented failure modes
4 diagnostic checks
7 quality gates
Defines conservative rules for excluding low-risk files and changes from expensive review without hiding material behavior. It grounds the decision in changed paths, generators, ownership, historical defects, file semantics, rule exceptions, and reviewer capacity and explicitly prevents path-only exclusions skipping generated-looking files that control deployment, policy, contracts, or security.
₹199 one-time
Get this skill archive
What it checks first
Review Triage Exclusion Planner defines conservative rules for excluding low-risk files and changes from expensive review without hiding material behavior. It grounds the decision in changed paths, generators, ownership, historical defects, file semantics, rule exceptions, and reviewer capacity and explicitly prevents path-only exclusions skipping generated-looking files that control deployment, policy, contracts, or security. Use it when the work involves Review exclusion policy, Low-risk change triage, Review cost control.
- The entry points and the data flow between them, which is the fastest way to build an accurate mental model.
- Where behavior is actually decided, rather than where it appears to be configured.
- Which parts change frequently, since those carry the most current knowledge and the most risk.
- The seams where a change can be made safely without a wide blast radius.
Example task
Input
Apply the review triage exclusion planner to our current review exclusion policy work. We need a concrete decision, bounded changes, and evidence that the result is correct.
Expected output
Start with changed paths, generators, ownership, historical defects, file semantics, rule exceptions, and reviewer capacity. The highest-risk failure is path-only exclusions skipping generated-looking files that control deployment, policy, contracts, or security. Exclude only when every changed file and dependency is proven low risk, otherwise route to review. Verify the result by backtesting exclusions against historical incidents and injecting mixed changes that must fail the rule.