What problem does it solve?
This Skill automates a structured, security-first review of local branch changes so reviewers can find bugs, vulnerabilities, and code-quality regressions without missing changed lines or context.
Core Features & Use Cases
- Full-diff review: Ensures reviewers obtain the complete git diff and reads any truncated file outputs until every changed line is inspected.
- Attack surface mapping: Enumerates user inputs, database queries, auth checks, external calls, cryptography, and state operations per changed file.
- Verification and reporting: Cross-checks potential issues against surrounding code and tests, and produces per-file findings with severity, evidence, and concrete fixes.
- Use Case: Ideal for pull request security audits, release readiness reviews, and developer-assisted vulnerability triage.
Quick Start
Run a security-focused code review of all changes on the current branch and list every per-file issue with severity, evidence, and suggested fixes.