One line. That’s all it takes to set up and run Vet, a fast and local code review tool built by our team. It’s concise where other tools are verbose, and it catches more relevant issues.
curl -fsSL https://raw.githubusercontent.com/imbue-ai/vet/main/install-skill.sh | bash
When you’re using an agent to write code, you ask for a feature, the agent hits a wall, and silently swaps in fake data instead of telling you. You ask it to write tests, it tells you they pass, but it never ran them. You may not notice until later, or you may not notice at all. With the Vet skill your agent will run Vet after writing code, finding the issue for the agent to remedy.
Vet verifies your coding agent’s work by considering your conversation history to ensure the agent’s actions align with your requests.
It can review entire PRs, too. Vet’s reviews detect logic errors, unhandled edge cases, and deviations from stated goals with high precision.
Here’s a short video introduction:
Setting up Vet takes one line because it uses your existing API keys. It’s open source, works with local models, and has zero telemetry. Run from the CLI, CI, or as an agent skill.