DEV Community

Lars Hansen
Lars Hansen

Posted on

VibeAudit – Pre-push QA for AI-generated code

Built this because I kept shipping broken code from Claude Code / Cursor sessions that looked fine but failed at compile time.

One command before push: vibeaudit. Runs compile, lint, and tests. Exits 1 if anything blocking fails — so broken builds never reach the remote.

v0.1 was QA'd by VibeAudit itself before publishing.

npm install -g @lmhansen/vibeaudit
https://github.com/LarsCanGit/VibeAudit

Top comments (0)