Slash Command80 repo starsupdated 1mo ago
review-changes
Review uncommitted changes and suggest improvements
Install in Claude Code
Copymkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Weaverse/.agents/HEAD/commands/review-changes.md -o ~/.claude/commands/review-changes.mdThen start a new Claude Code session; the slash command loads automatically.
Definition
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.
More from this repository
create-prSlash Command
Create PR from current or specified branch
create-taskSlash Command
Create a GitHub issue with project board integration
explainSlash Command
Explain recent code changes in simple terms a junior dev can understand
fix-prSlash Command
Fetch and resolve unresolved PR comments
formatSlash Command
Auto-format code and fix TypeScript issues
handoffSkill
Capture current work context for handoff to another agent/developer. Gathers git state, todos, and modified files into a structured handoff document saved to the related spec folder.
shipSlash Command
Create a release PR to main with version bump and draft a GitHub release
ultrathinkSlash Command
Deep analysis and multi-dimensional problem solving