claudegoodies
Command

github-swarm

From ruvnet

Create a specialized swarm for GitHub repository management.

Install

/github-swarm

Facts

Repository
ruvnet/ruflo
Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this command runs.

# github swarm

Create a specialized swarm for GitHub repository management.

## Usage

```bash
npx claude-flow github swarm [options]
```

## Options

- `--repository, -r <owner/repo>` - Target GitHub repository
- `--agents, -a <number>` - Number of specialized agents (default: 5)
- `--focus, -f <type>` - Focus area: maintenance, development, review, triage
- `--auto-pr` - Enable automatic pull request enhancements
- `--issue-labels` - Auto-categorize and label issues
- `--code-review` - Enable AI-powered code reviews

## Examples

### Basic GitHub swarm

```bash
npx claude-flow github swarm --repository owner/repo
```

### Maintenance-focused swarm

```bash
npx claude-flow github swarm -r owner/repo -f maintenance --issue-labels
```

### Development swarm with PR automation

```bash
npx claude-flow github swarm -r owner/repo -f development --auto-pr --code-review
```

### Full-featured triage swarm

```bash
npx claude-flow github swarm -r owner/repo -a 8 -f triage --issue-labels --auto-pr
```

## Agent Types

### Issue Triager

- Analyzes and categorizes issues
- Suggests labels and priorities
- Identifies duplicates and related issues

### PR Reviewer

- Reviews code changes
- Suggests improvements
- Checks for best practices

### Documentation Agent

- Updates README files
- Creates API documentation
- Maintains changelog

### Test Agent

- Identifies missing tests
- Sugges
View full source on GitHub →

Other slash commands