orca
Run multiple AI coding agents in parallel isolated worktrees
All Skills in This Repository (15)
Pure Emerald Level Indicatorsauto-review-fix
Automate iterative code review and fix loops across pull requests.
auto-submit
Automate code review, fixes, and PR merge workflows across Git repositories.
auto-pr-merge
Automate GitHub PR creation, CI monitoring, failure fixes, and merge.
typescript
Analyze TypeScript projects and output a prioritized compile-time optimization plan.
react-useeffect
Guide React developers on minimizing unnecessary useEffect usage with alternatives.
electron
Automate Electron desktop app testing via CDP attach mode.
review-and-submit
Reviews code changes, fixes issues in two rounds, then creates and merges a PR.
orca-cli
Orchestrate Orca worktrees, terminals, and browser automation via CLI.
orca-emulator
Control iOS simulators from Orca using the orca CLI for taps, gestures, and typing.
linear-tickets
Manages Linear issues through the Orca CLI for ticket context, status updates, and PR linking.
orca-linear
Manage Linear issues, workflow states, and PR links through the Orca CLI.
orchestration
Coordinates multi-agent workflows with task dispatch, decision gates, and DAGs via Orca CLI.
Frequently Asked Questions
FAQPage SchemaHow to install Orca?โผ
Run `npx skills add stablyai/orca --all -g -y` in your terminal to install all skills in this suite globally.
What does Orca do?โผ
Orca is a desktop app that runs multiple AI coding agents in parallel, each in its own git worktree, so you can compare results and merge the winner without juggling terminals.
Which AI agents work with Orca?โผ
Any CLI-based agent works, including Claude Code, Codex, Cursor, Copilot, OpenCode, and Grok โ if it runs in a terminal, it runs in Orca.
Can Orca manage Linear tickets and pull requests?โผ
Yes. The bundled Linear and CLI skills let agents read ticket context, update workflow states, attach PR links, and review diffs without leaving the app.
Can Orca control desktop apps and mobile emulators?โผ
Yes. The computer-use and emulator skills let agents click, type, and inspect desktop apps, browsers, and iOS or Android emulators through simple commands.
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