What problem does it solve? Manually auditing code changes for security flaws is slow and easy to skip. This Skill standardizes security review by delegating the analysis of branch or uncommitted diffs to a dedicated security-review subagent with a consistent prompt format. ## Core Features & Use Cases - Automated Diff Review: Launches a security-review subagent against branch changes or uncommitted working-tree changes without computing the diff yourself. - PR and Branch Targeting: Resolves PR links, PR numbers, or branch names, checks out the target branch, and handles stash confirmation when checkout is blocked. - Structured Findings Report: Summarizes results as a severity-sorted markdown table with Severity, Location (file:line), and Finding columns. - Use Case: Before merging a feature branch, run the review to get a compact table of security findings sorted by severity so you can triage issues before merge. ## Quick Start Ask the assistant to run /review-security on the current repository to review your branch changes for security issues.