What problem does it solve?
Code reviews often miss subtle regressions, security issues, or cross-platform breakage, and reviewers may edit files or give vague feedback. This Skill performs a strict, read-only review of the current diff and produces concrete, evidence-backed findings ordered by severity.
Core Features & Use Cases
- Evidence-Based Findings: Every issue cites the exact file and line, the concrete trigger, why it matters, and the smallest sound correction.
- Prioritized Review Scope: Focuses on correctness, security and privacy (plaintext persistence, sensitive logs, clipboard data exposure), architecture, cross-platform behavior, and missing tests.
- Merge Assessment: Ends with a clear verdict — ready to merge, merge after fixes, redesign required, or insufficient evidence — without editing, committing, or pushing anything.
- Use Case: Before merging a pull request that touches clipboard synchronization logic, invoke this Skill to get a senior-level review that flags a plaintext persistence issue at an exact line and recommends the minimal fix.
Quick Start
Ask the AI to use $review-strict to strictly review the current changes on this branch.