
I Built 24 AI Agents for My Terminal — Here's What They Do
## The Problem Every time I needed a code review, I'd copy code into ChatGPT, explain the stack, paste the schema... It was painful. So I built Dev-Crew — a CLI that gives you 24 specialized AI agents, each expert in one domain. ## Install bash npm i -g dev-crew dev-crew doctor The 24 Agents ┌────────────────────────┬───────────────────────────────────────────────┐ │ Agent │ What it does │ ├────────────────────────┼───────────────────────────────────────────────┤ │ Reviewer │ Project-aware code review │ ├────────────────────────┼───────────────────────────────────────────────┤ │ Fixer │ Auto-fix code issues │ ├────────────────────────┼───────────────────────────────────────────────┤ │ Debugger │ Root cause analysis from logs │ ├────────────────────────┼───────────────────────────────────────────────┤ │ Tester │ Generate unit/integration/e2e tests │ ├────────────────────────┼───────────────────────────────────────────────┤ │ Security │ OWASP Top 10 audit │ ├────────────────────────┼────
Continue reading on Dev.to JavaScript
Opens in a new tab




