swarm-plus

Automate swarm PR review and fix cycles with inline feedback and conditional commits.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/smallorbit/smallorbit-plugins --skill swarm-plus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-plus
Source: https://github.com/smallorbit/smallorbit-plugins/tree/main/plugins/swarmkit/skills/swarm-plus
Command: npx skills add https://github.com/smallorbit/smallorbit-plugins --skill swarm-plus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual swarm PR reviews are slow and prone to human error. Swarm-plus automates the review/fix pass, ensuring consistent feedback and faster triage.

Core Features & Use Cases

  • Automatic reviewer assignment per PR with a single follow-up worker when blockers or concerns exist.
  • Non-disruptive: operates on open swarm PRs and updates the same PR head without touching develop.
  • Configurable models for reviewer and worker to tailor review depth and turnaround time.

Quick Start

Invoke swarm-plus on open swarm PRs to automatically apply an inline reviewer pass and a follow-up worker when needed.

Frequently Asked Questions about swarm-plus

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

FAQPage Schema
How do I automate pull-request reviews for open swarm PRs?

You can automate pull-request reviews by invoking a workflow that dispatches an automated reviewer to generate inline feedback on open swarm PRs.

What is the best way to apply automated follow-up commits to a PR without touching the develop branch?

The best way to apply follow-up commits without touching develop is to use an automated review/fix cycle that operates exclusively on the PR head branch.

Does the swarm-plus workflow support configurable models for the reviewer and worker?

Yes, the workflow supports configurable models for the reviewer and worker, allowing you to tailor review depth and turnaround time.

Can I use conventional commits with an automated single-pass PR review cycle?

Yes, you can use conventional commits with an automated single-pass PR review cycle that enforces skip-on-clean and no direct develop commits.

When should I not use an automated swarm PR review cycle?

You should not use an automated swarm PR review cycle when a PR is clean, as the workflow implements a skip-on-clean constraint to avoid unnecessary processing.