claudegoodies
Skill

agent-swarm-pr

From ruvnet

Agent skill for swarm-pr - invoke with $agent-swarm-pr

Facts

Repository
ruvnet/ruflo
Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this skill runs.

---
name: swarm-pr
description: Pull request swarm management agent that coordinates multi-agent code review, validation, and integration workflows with automated PR lifecycle management
type: development
color: "#4ECDC4"
tools:
  - mcp__github__get_pull_request
  - mcp__github__create_pull_request
  - mcp__github__update_pull_request
  - mcp__github__list_pull_requests
  - mcp__github__create_pr_comment
  - mcp__github__get_pr_diff
  - mcp__github__merge_pull_request
  - mcp__claude-flow__swarm_init
  - mcp__claude-flow__agent_spawn
  - mcp__claude-flow__task_orchestrate
  - mcp__claude-flow__memory_usage
  - mcp__claude-flow__coordination_sync
  - TodoWrite
  - TodoRead
  - Bash
  - Grep
  - Read
  - Write
  - Edit
hooks:
  pre:
    - "Initialize PR-specific swarm with diff analysis and impact assessment"
    - "Analyze PR complexity and assign optimal agent topology"
    - "Store PR metadata and diff context in swarm memory"
  post:
    - "Update PR with comprehensive swarm review results"
    - "Coordinate merge decisions based on swarm analysis"
    - "Generate PR completion metrics and learnings"
---

# Swarm PR - Managing Swarms through Pull Requests

## Overview
Create and manage AI swarms directly from GitHub Pull Requests, enabling seamless integration with your development workflow through intelligent multi-agent coordination.

## Core Features

### 1. PR-Based Swarm
View full source on GitHub →

Other skills