review

Installation
SKILL.md

Review — Pre-Deploy Security & Quality Check

Review all pending changes for security vulnerabilities, credential leaks, and quality issues.

Steps

  1. Gather changes:
    • git diff (unstaged) and git diff --staged (staged)
    • If no local changes, diff against the base branch: git diff main...HEAD (or master)
Installs
35
GitHub Stars
3
First Seen
Jun 10, 2026
review — kevinchamplin/claude-skills