What problem does it solve? Manual security reviews are inconsistent and their results get lost. This Skill runs a repeatable static code review for concrete bugs, vulnerabilities, and likely-issue patterns, then records every finding in a persistent store so results are auditable and comparable across runs. ## Core Features & Use Cases - Scoped or full-codebase review: Review the entire repository, or limit the scan to a specific PR number, branch, or commit range using git and GitHub CLI diff resolution. - Structured findings persistence: Each finding is stored with title, description, severity (critical/high/medium/low), and exact file path plus line number via a findings-store script. - Report generation: Produces an always-current cross-capability report plus a dated, git-tracked snapshot of the code-review findings. - Use Case: Before merging a pull request, run the review scoped to that PR to catch injection flaws, missing authorization checks, or secrets in code, and archive the dated snapshot as evidence for the change. ## Quick Start Ask the assistant to run a security code review on pull request 42 and show the resulting findings report.