session
From ruvnet
Complete guide to managing pair programming sessions.
Install
/sessionFacts
- Repository
- ruvnet/ruflo
- Status
- Actively maintained
- Last commit
- Source file
- .claude/commands/pair/session.md
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 fileView full source on GitHub →Other slash commands
feature-development
★ 229,918Workflow command scaffold for feature-development in everything-claude-code.
affaan-mupdated 14d agoMITdatabase-migration
★ 229,918Workflow command scaffold for database-migration in everything-claude-code.
affaan-mupdated 14d agoMITadd-language-rules
★ 229,918Workflow command scaffold for add-language-rules in everything-claude-code.
affaan-mupdated 14d agoMITcommit-push-pr
★ 137,934Commit, push, and open a PR
anthropicsupdated 13d agodedupe
★ 137,934Find duplicate GitHub issues
anthropicsupdated 13d agotriage-issue
★ 137,934Triage GitHub issues by analyzing and applying labels
anthropicsupdated 13d ago