
How-ToWeb Development
VibeAudit – Pre-push QA for AI-generated code
via Dev.to WebdevLars Hansen
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
Continue reading on Dev.to Webdev
Opens in a new tab
24 views

