kandev
Orchestrate AI coding agents across parallel tasks and workflows
All Skills in This Repository (41)
Pure Emerald Level Indicatorscommit
Enforce Conventional Commits format for git commit messages.
pr-fixup
Monitor CI checks and automated reviews, then fix and push PR updates.
record
Record architectural decisions and implementation plans with ADR templates and index updates.
verify
Run format, typecheck, tests, and lint across monorepo packages.
code-review
Review changed files in a Go + Next.js monorepo for quality, security, and architecture issues.
qa
Generate step-by-step test plans for newly implemented features.
pr
Automate Git commits, branching, pushes, and pull request creation.
push
Validate branch and working tree before pushing commits to remote.
fix
Reproduce bugs, identify root causes, and implement minimal fixes with regression tests.
clean-branches
Delete local git branches marked [gone] and their associated worktrees.
feature
Coordinate end-to-end feature development with phase-driven governance and subagent delegation.
simplify
Simplify recently changed code by inlining abstractions, removing dead code, and adding guard clauses.
Frequently Asked Questions
FAQPage SchemaHow to install Kandev?βΌ
Run `npx skills add kdlbs/kandev --all -g -y` in your terminal to install all skills in this suite globally.
What does Kandev do?βΌ
Kandev lets you run multiple AI coding agents in parallel on kanban-managed tasks, each in an isolated git worktree, with built-in review, terminal, and editor. It supports agents like Claude Code, Codex, Copilot, and Gemini through one control plane.
Which AI agents does Kandev support?βΌ
It supports over 20 agents including Claude Code, Codex, GitHub Copilot, Gemini CLI, Cursor, and Grok via the ACP protocol, plus any terminal-based agent through CLI passthrough.
Can Kandev automate pull requests and CI fixes?βΌ
Yes. Built-in skills handle commits, pushes, PR creation, CI failure remediation, and review comment resolution automatically.
Does Kandev work with Jira, Linear, and GitLab?βΌ
Yes. It integrates with GitHub, GitLab, Jira, Linear, Sentry, and Azure DevOps to pull issues into boards and link tasks to pull requests.
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