codev
Turns GitHub issues into tested, reviewed pull requests
All Skills in This Repository (4)
Pure Emerald Level Indicatorsgenerate-image
Generate images from text prompts using the Gemini API.
consult
Run model-assisted code reviews via a unified CLI for Gemini, Codex, and Claude.
codev
Document Codev CLI syntax for init, adopt, update, and doctor commands.
af
Provide quick-reference command syntax and safety guidance for Agent Farm CLI workflows.
Frequently Asked Questions
FAQPage SchemaHow to install Codev?โผ
Run `npx skills add cluesmith/codev --all -g -y` in your terminal to install all skills in this suite globally.
How does Codev turn issues into pull requests?โผ
You write a specification in a GitHub issue, then spawn a builder that plans, implements, tests, and opens a PR in an isolated worktree. Human approval gates keep you in control at each key step.
What is the SPIR protocol in Codev?โผ
SPIR stands for Specify, Plan, Implement, Review โ a structured workflow where each feature produces a spec, a plan, and a review document. It ensures work is clearly defined before any code is written.
Does Codev work with Claude Code and Codex?โผ
Yes. Codev ships skills for both Claude Code and Codex, and supports multi-model consultation with Gemini, GPT, and Claude for reviews.
Can non-coders use Codev to build software?โผ
Yes. You describe what you want in plain English as an issue, and the architect and builder agents handle the technical implementation while you approve each stage.
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