opencode-swarm
Multi-agent code review, testing, and gated PR workflows
All Skills in This Repository (58)
Pure Emerald Level Indicatorscontributing
Enforces commit formatting, PR title standards, and release notes for opencode-swarm contributions.
writing-tests
Redirect users to the canonical OpenCode Swarm writing-tests skill.
running-tests
Run scoped per-file tests for opencode-swarm and classify failures.
design-docs
Generate and sync structured design docs with stable section IDs.
deep-dive
Audit codebase scopes for security flaws, logic errors, and performance bottlenecks.
discover
Map repository structure and extract governance rules for AI coding workflows.
council
Coordinates three AI agents to jointly evaluate complex questions and produce cited advisory answers.
brainstorm
Transform fuzzy project requirements into approved specifications through structured guided dialogue.
plan
Generate structured implementation plans with requirement traceability and QA gate configuration.
issue-ingest
Parse GitHub issue URLs into resolution specs with root cause hypotheses.
clarify
Filter non-critical clarification questions through a 4-stage funnel.
resume
Resume interrupted OpenCode Swarm sessions from an approved plan.md.
Frequently Asked Questions
FAQPage SchemaHow to install opencode-swarm?โผ
Run `npx skills add ZaxbyHub/opencode-swarm --all -g -y` in your terminal to install all skills in this suite globally.
What does opencode-swarm do?โผ
It splits coding work across specialized roles so one agent writes code, another reviews it, and another tests it. Nothing ships until every required quality gate passes with recorded evidence.
How does swarm PR review work?โผ
The pr-review skill runs parallel explorer lanes over the diff, then independent reviewers validate each finding and a critic challenges high-severity claims. Only evidence-backed findings reach the final report.
Can it fix failing CI on my pull request?โผ
Yes. The ci-fix-monitor and swarm-ci-monitor skills read failure logs, classify each failure, fix the root cause, and re-push until all required checks are green.
Does opencode-swarm work with Claude Code and Codex?โผ
Yes. The skills ship with thin adapters for OpenCode, Claude Code, and Codex, so the same workflows run on any of these harnesses.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core