review
Installation
SKILL.md
Review — Pre-Deploy Security & Quality Check
Review all pending changes for security vulnerabilities, credential leaks, and quality issues.
Steps
- Gather changes:
git diff(unstaged) andgit diff --staged(staged)- If no local changes, diff against the base branch:
git diff main...HEAD(ormaster)