nwiizonwiizoCommunityยท5 Agent Skills Included

ccswarm

Quality-gated coding workflows producing PR-ready diffs reproducibly

Turns coding tasks into PR-ready diffs by driving plan, consensus, implement, review, and fix stages through declarative YAML flows. Eliminates manual orchestration of coding agents, inconsistent quality checks, and lost run history with replayable NDJSON audit trails. Supports Claude Code and Codex providers, human approval gates, and one-key y/n control for commits and pull requests.
npx skills add nwiizo/ccswarm --all -g -y
Available:

Tells the agent how ccswarm runs provider-neutral coding workflows, which builtin flows and skills to invoke, and what quality gates and approval rules to enforce before committing code.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’