What problem does it solve?
This Skill helps you inspect a code change for real correctness, security, and spec-compliance issues before the change ships. It is designed to catch bugs that survive tests, regressions that break callers, and trust-boundary problems that need evidence-backed review.
Core Features & Use Cases
- Active diff review: Focuses on staged, unstaged, and branch-level changes rather than the whole repository.
- Evidence-based findings: Reports only concrete bugs with file and line references, trigger conditions, impact, and fix direction.
- Release-quality triage: Useful for PR review, pre-merge verification, and checking whether a change can safely move forward.
- Example use case: A developer submits a feature update that alters shared interfaces, and this Skill helps verify whether the change introduces broken behavior, data integrity issues, or security regressions.
Quick Start
Ask the review skill to examine the current code changes and return only concrete findings with file:line evidence.