10 reusable slash commands for Claude Code — save to .claude/commands/ to use
/review
Performs a thorough code review of the current changes or specified files.
/test
Generates comprehensive unit tests for the specified function or file.
/commit
Generates a conventional commit message based on your staged changes.
/fix
Analyzes a bug or error and provides a targeted fix with explanation.
/standup
Generates a daily standup summary from recent git commits.
/pr
Writes a clear pull request description from your commits and changes.
/docs
Generates clear documentation for functions, components, or modules.
/explain
Provides a clear explanation of what a piece of code does and why.
/refactor
Refactors code for better readability, performance, or maintainability.
/security
Audits code for security vulnerabilities based on OWASP Top 10.