pipeline
From ruvnet
Execute predefined pipelines for common development workflows.
Install
/pipelineFacts
- Repository
- ruvnet/ruflo
- Status
- Actively maintained
- Last commit
- Source file
- .claude/commands/stream-chain/pipeline.md
Source preview
The instructions Claude Code reads when this command runs.
# stream-chain pipeline
Execute predefined pipelines for common development workflows.
## Usage
```bash
claude-flow stream-chain pipeline <type> [options]
```
## Available Pipelines
### analysis
Code analysis and improvement pipeline.
```bash
claude-flow stream-chain pipeline analysis
```
**Steps:**
1. Analyze current directory structure and identify main components
2. Based on analysis, identify potential improvements and issues
3. Generate detailed report with actionable recommendations
### refactor
Automated refactoring workflow.
```bash
claude-flow stream-chain pipeline refactor
```
**Steps:**
1. Identify code that could benefit from refactoring
2. Create prioritized refactoring plan with specific changes
3. Provide refactored code examples for top 3 priorities
### test
Comprehensive test generation.
```bash
claude-flow stream-chain pipeline test
```
**Steps:**
1. Analyze codebase and identify areas lacking test coverage
2. Design comprehensive test cases for critical functions
3. Generate unit test implementations with assertions
### optimize
Performance optimization pipeline.
```bash
claude-flow stream-chain pipeline optimize
```
**Steps:**
1. Profile codebase and identify performance bottlenecks
2. Analyze bottlenecks and suggest optimization strategies
3. Provide optimized implementations for main issues
## Options
- `--verbose` - Show detailed executiView 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