What problem does it solve?
This Skill helps reviewers give high-signal PR feedback that prevents correctness, security, and contract regressions while avoiding style nits and low-value commentary.
Core Features & Use Cases
- Structured review comments: Uses severity tiers (Blocking, Suggestion, Nit, Question) to clearly communicate what must change versus what is optional.
- Triage-first review process: Prioritizes correctness, security, and compatibility before tests, maintainability, and style.
- Fail-safe guidance: Identifies fail-open patterns (e.g., catch-and-ignore) and treats them as high-priority issues.
- Review-role handling: Covers named reviews, drive-by reviews, and approvals with comments without creating “phantom approval” contradictions.
- Blast-radius awareness: Adjusts review strictness when changes exceed the diff (e.g., dependency bumps, public API contracts).
Quick Start
Use the code-review-giving skill to review the pull request and produce blocking, suggestion, question, and nit comments in an order that prioritizes correctness and security.