AI wrote it. You still own it.

Understand AI-written code before you ship it.

vibecheck turns fresh agent edits into a short handoff: reading order, security scan, caller search, before-merge checklist, red team review, and optional quiz.

Your AI just shipped a plot twist.

One prompt later, your repo has new routes, helpers, env vars, and a migration with a suspiciously confident name. `vibecheck` turns that surprise diff into a quick field guide: where to start, what to skip, what might bite, and what to verify next.

Follow the story, not the file list

Diffs read like a receipt. Code runs like a story. VibeCheck orders the tour by the codebase's actual execution path, not whatever order git printed.

Security scan without the siren

Secrets, auth gaps, unsafe inputs, data deletion, wildcard CORS, and shell/file access get called out with line references. Routine churn stays quiet.

Caller search before claims

"What could break" only appears when VibeCheck finds real callers, importers, tests, routes, env vars, or deleted/renamed files that connect to the diff.

Before-you-merge checklist

Instead of generic advice, you get specific checks from the diff: run this test, verify this env var, inspect this migration, confirm this permission.

Red team the risky bits

Add --redteam when a change touches auth, payments, permissions, jobs, database writes, public input, or anything attackers enjoy.

Make your brain prove it loaded

Quiz mode asks three tiny, targeted questions about the exact diff. If you can answer them, you understand it. If not, you found the next thing to inspect.

Install once. Run after every agent session.

Use `npx` for a project install, add `--global` for common skill locations on this machine. No keys, daemon, or runtime dependencies.

npx - per project
npx vibecheck-code

Installs to `.agents/skills/vibecheck/SKILL.md` in the current project. Commit it to share with your team.

npx - global
npx vibecheck-code --global

Installs to common skill locations for Claude Code, Cursor, Windsurf, Copilot, Codex CLI, and Antigravity.

1
Install the skill

No dependencies, keys, daemon, or package manager required.

2
Let your agent write code

Claude Code, Cursor, Windsurf, Copilot, Codex CLI, or any compatible skill runner.

3
Run `/vibecheck`

Get a short handoff, real risks, caller impact, and the follow-up questions worth asking.