claudegoodies
Command

session

From ruvnet

Complete guide to managing pair programming sessions.

Install

/session

Facts

Repository
ruvnet/ruflo
Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this command runs.

# Pair Programming Session Management

Complete guide to managing pair programming sessions.

## Session Lifecycle

### 1. Initialization
```bash
claude-flow pair --start
```

### 2. Active Session
- Real-time collaboration
- Continuous verification
- Quality monitoring
- Role management

### 3. Completion
```bash
claude-flow pair --end
```

## Session Commands

During an active session, use these commands:

### Basic Commands
```
/help          - Show all available commands
/status        - Current session status
/metrics       - View quality metrics
/pause         - Pause current session
/resume        - Resume paused session
/end           - End current session
```

### Code Commands
```
/explain       - Explain current code
/suggest       - Get improvement suggestions
/refactor      - Refactor selected code
/optimize      - Optimize for performance
/document      - Add documentation
/comment       - Add inline comments
```

### Testing Commands
```
/test          - Run test suite
/test-gen      - Generate tests
/coverage      - Check test coverage
/test-watch    - Enable test watching
/mock          - Generate mocks
```

### Review Commands
```
/review        - Full code review
/security      - Security analysis
/perf          - Performance review
/quality       - Quality metrics
/lint          - Run linters
```

### Navigation Commands
```
/goto <file>   - Navigate to file
View full source on GitHub →

Other slash commands