ccswarm
Quality-gated coding workflows producing PR-ready diffs reproducibly
All Skills in This Repository (5)
Pure Emerald Level IndicatorsHITL Approval Workflow
Manage human-in-the-loop approval workflows for agent operations in ccswarm.
Rust Agent Specialist Workflow
Refactors ccswarm codebase using Rust-native design patterns like type-state, channels, and actor model.
Benchmark Runner Workflow
Execute and analyze ccswarm performance benchmarks with Rust and criterion.
Git Worktree Workflow
Create, isolate, and clean up Git worktrees for parallel branches.
Deploy Workflow
Automate ccswarm release deployment with version updates, quality checks, and publishing.
Frequently Asked Questions
FAQPage SchemaHow to install ccswarm?โผ
Run `npx skills add nwiizo/ccswarm --all -g -y` in your terminal to install all skills in this suite globally.
What does ccswarm do?โผ
It takes a coding task and runs it through a repeatable plan, implement, review, and fix pipeline with quality gates, producing a PR-ready diff with a full audit trail.
Which AI coding providers does ccswarm support?โผ
It works with Claude Code and Codex as execution providers, and you can switch providers per stage or on rate limits via flow YAML.
Can I review and approve changes before ccswarm commits?โผ
Yes. Human-in-the-loop approval gates pause before risky actions like commits, deployments, or merges until you confirm with y or n.
Can I replay or compare past ccswarm runs?โผ
Yes. Every run is recorded as NDJSON events, so you can replay a task, diff two runs, view costs, or inspect the full event log.
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