commandby ctxzz

Code Review

Review staged changes for quality, security, and best practices.

Installs: 0
Used in: 1 repos
Updated: 2d ago
$npx ai-builder add command ctxzz/review

Installs to .claude/commands/review.md

# Code Review

Review staged changes for quality, security, and best practices.

## Task

1. Check `git diff --staged` for changes
2. Identify potential issues:
   - Security vulnerabilities
   - Code quality issues
   - Best practice violations
   - Syntax errors
3. Run relevant linters if available
4. Provide actionable feedback

## Output

- List of issues with severity (critical/warning/suggestion)
- Specific line numbers and explanations
- Suggested fixes
- Overall recommendation

Quick Install

$npx ai-builder add command ctxzz/review

Details

Type
command
Author
ctxzz
Slug
ctxzz/review
Created
6d ago