What problem does it solve?
This skill eliminates ambiguity in code review processes by providing a centralized, authoritative map for classifying reviewer feedback into actionable severity tiers, ensuring consistent pipeline behavior.
Core Features & Use Cases
- Standardized Severity Mapping: Automatically translates diverse reviewer feedback (security, UX, technical writing) into a unified Blocking, Major, or Minor tier.
- Automated Gate Logic: Enforces strict pipeline rules where Blocking and Major findings trigger automatic loops, while Minor findings are deferred to documentation.
- Use Case: When a security reviewer flags a critical vulnerability and a UX reviewer requests a minor change, this skill ensures the pipeline correctly identifies the security finding as a blocker and halts the ship process until resolved.
Quick Start
Load the review-severity-tiers skill to evaluate the current set of reviewer findings and determine if the pipeline should proceed or loop back for implementation.