commands
From ruvnet
Complete reference for all pair programming session commands.
Install
/commandsFacts
- Repository
- ruvnet/ruflo
- Status
- Actively maintained
- Last commit
- Source file
- .claude/commands/pair/commands.md
Source preview
The instructions Claude Code reads when this command runs.
# Pair Programming Commands Reference
Complete reference for all pair programming session commands.
## Session Control Commands
### /start
Start a new pair programming session.
```
/start [--mode <mode>] [--agent <agent>]
```
### /end
End the current session.
```
/end [--save] [--report]
```
### /pause
Pause the current session.
```
/pause [--reason <reason>]
```
### /resume
Resume a paused session.
```
/resume
```
### /status
Show current session status.
```
/status [--verbose]
```
### /switch
Switch driver/navigator roles.
```
/switch [--immediate]
```
## Code Commands
### /explain
Explain the current code or selection.
```
/explain [--level basic|detailed|expert]
```
### /suggest
Get improvement suggestions.
```
/suggest [--type refactor|optimize|security|style]
```
### /implement
Request implementation (navigator mode).
```
/implement <description>
```
### /refactor
Refactor selected code.
```
/refactor [--pattern <pattern>] [--scope function|file|module]
```
### /optimize
Optimize code for performance.
```
/optimize [--target speed|memory|both]
```
### /document
Add documentation to code.
```
/document [--format jsdoc|markdown|inline]
```
### /comment
Add inline comments.
```
/comment [--verbose]
```
### /pattern
Apply a design pattern.
```
/pattern <pattern-name> [--example]
```
## Testing Commands
### /test
Run test suite.
```
/test [--watch] [--coveraView full source on GitHub →Other slash commands
feature-development
★ 229,918Workflow command scaffold for feature-development in everything-claude-code.
affaan-mupdated 15d agoMITdatabase-migration
★ 229,918Workflow command scaffold for database-migration in everything-claude-code.
affaan-mupdated 15d agoMITadd-language-rules
★ 229,918Workflow command scaffold for add-language-rules in everything-claude-code.
affaan-mupdated 15d agoMITcommit-push-pr
★ 137,934Commit, push, and open a PR
anthropicsupdated 14d agodedupe
★ 137,934Find duplicate GitHub issues
anthropicsupdated 14d agotriage-issue
★ 137,934Triage GitHub issues by analyzing and applying labels
anthropicsupdated 14d ago