Slash Commands


Slash Commands Overview

Slash Commands are shortcuts for quickly invoking specific features, starting with /.


Common Commands Explained

/commit - Commit Code

You: /commit

Claude: Creating commit with staged changes...
 Commit created

/review-pr - Review PR

You: /review-pr 123

Claude: Reviewing PR #123...
[Review results]

/feature-dev - Feature Development

You: /feature-dev "comment system"

Claude: Starting feature development workflow...

/help - Help

You: /help

Available commands:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
/commit        - Create Git commit
/review-pr     - Review pull request
/feature-dev   - Feature development
/code-review   - Review code quality
/help          - Show help
/clear         - Clear context
/save          - Save session
/load          - Load session
/history       - Show history
/quit          - Exit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Command Combination Tips

# Develop → Test → Commit
You: /feature-dev "login feature"
You: run tests
You: /commit

Summary

In this chapter, we learned:

  • ✅ Slash commands overview
  • ✅ Common commands explained
  • ✅ Command combination tips

Next Step: Continue with Checkpoints.