Comprehensive security and quality review of uncommitted changes:
Analyzes uncommitted code for security vulnerabilities and quality issues before allowing commits.
/plugin marketplace add xd3an/cc-plus/plugin install cc-plus@cc-pluseverything-claude-code/Comprehensive security and quality review of uncommitted changes:
Get changed files: git diff --name-only HEAD
For each changed file, check for:
Security Issues (CRITICAL):
Code Quality (HIGH):
Best Practices (MEDIUM):
Generate report with:
Block commit if CRITICAL or HIGH issues found
Never approve code with security vulnerabilities!
/code-reviewCode review a pull request