Skip to main content
ClaudeWave
Slash Command80 estrellas del repoactualizado 1mo ago

review-changes

Review uncommitted changes and suggest improvements

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Weaverse/.agents/HEAD/commands/review-changes.md -o ~/.claude/commands/review-changes.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

review-changes.md

Current git status:
!`git status --porcelain`

Uncommitted changes:
!`git diff HEAD`

Staged changes:
!`git diff --cached`

Review all uncommitted changes (both staged and unstaged) in the current project. Analyze the code for:
- Code quality and best practices
- Potential bugs or edge cases
- Performance implications
- Security considerations
- Style consistency
- Type safety issues
- Error handling improvements

Suggest specific fixes and improvements for any issues found.