概要
Vibecheck is a blazing-fast, featherweight (149KB) static analysis CLI tool written in Zig, designed to scan your codebase for 'unfinished vibes' such as To-Dos, hardcoded secrets, debug statements, and other common code smells. It's built for speed, scanning thousands of files in milliseconds, and is highly portable with a single executable across Linux, Mac, and Windows. Ideal for integration into CI/CD pipelines, it offers machine-readable JSON output, non-zero exit codes for failures, and GitHub Actions annotations. Additionally, it features a built-in Model Context Protocol (MCP) Server, making it ready for use by AI agents to enhance code quality workflows.