b8-swarm

Cluster related GitHub issues into a single pull request.

6|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/jporre/sveltekit-verticalslices --skill b8-swarm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: b8-swarm
Source: https://github.com/jporre/sveltekit-verticalslices/tree/main/skills/b8-swarm
Command: npx skills add https://github.com/jporre/sveltekit-verticalslices --skill b8-swarm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-api, claude-code-plugin, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the clustering of related GitHub issues into a single pull request, streamlining the development process and ensuring collaborative consistency.

Core Features & Use Cases

  • Cluster Issues: Automatically group related issues into a single pull request.
  • Build and Review: Sequentially build and commit changes to each issue, with a single code review for the entire cluster.
  • Human Approval: Ensures that complex changes are reviewed by humans before merging.
  • Use Case: Ideal for projects where multiple related issues need to be addressed together, such as a series of bug fixes or feature enhancements that should be treated as a single change.

Quick Start

Use the b8-swarm skill to create a pull request for issues 192 and 193, themed 'refactor'.

Frequently Asked Questions about b8-swarm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I group multiple GitHub issues into a single pull request?

To group multiple GitHub issues into a single pull request, you can automate issue clustering. This process orchestrates parallel triage and sequential builds to consolidate related issues into one unified code review and commit.

Can I automate code review and pull request drafting for related bug fixes?

Yes, you can automate pull request drafting and code review for related bug fixes. The workflow sequentially builds and commits changes for each issue, grouping them into a single review to streamline collaborative consistency.

Do I need the Claude Code plugin and GitHub API access to cluster issues?

Yes, you need both the Claude Code plugin environment and GitHub API access to cluster issues. These dependencies are required to handle workflow orchestration, parallel triage, and automated pull request generation.

What is the best way to handle human approval gates in automated pull request workflows?

The best way to handle human approval gates in automated pull request workflows is to configure sequential builds that pause for review. This ensures complex changes are reviewed by humans before merging clustered issues.

When should I avoid automating issue clustering for GitHub pull requests?

You should avoid automating issue clustering for GitHub pull requests when changes are unrelated or require isolated reviews. The approach is designed for related issues that need to be treated as a single collaborative change.