imbue-ai/vet

Find issues worth your attention.

What it solves

Vet is a verification tool designed to ensure that code changes and the behavior of coding agents are correct and aligned with the user's intent. It prevents bugs and mismatches between what a user requested and what an agent actually implemented.

How it works

Vet snapshots the repository and the code diff, optionally incorporating the user's goal and the agent's conversation history. It then uses Large Language Models (LLMs) to run checks, filtering and deduplicating the findings to produce a final list of issues.

Who it’s for

It is intended for developers and teams using AI coding agents (such as Claude Code, Codex, or OpenCode) or those who want an automated way to review pull requests in CI/CD pipelines.

Highlights

  • Agent Integration: Can be installed as a skill for coding agents, allowing them to proactively run verification checks after making changes.
  • Flexible Deployment: Works as a CLI tool, a GitHub Action for PR reviews, or an agent skill.
  • BYO-Model: Supports any OpenAI-compatible provider via custom JSON configuration and maintains a community model registry.
  • Customizable Checks: Users can modify the 통해 guide text for specific issue codes via a guides.toml file to tailor the verification process.
  • Privacy-Focused: Open source and requires no account or data collection; requests are sent directly to the inference provider.

Related

  • Project
  • Project
  • Project
  • Project