Skip to main content
Vibe coding comes with risks. Entropy can quickly creep into your codebase bringing you development flow to a grinding halt. Generated code can have security issues, bugs, dead code, and duplicate functions - not good vibes. Kyoto vibe checks your code to ensure it remains in good shape to promote your rapid development.
kyoto vibe check
or, let coding agents vibe check themselves
Set up the Kyoto MCP

Options

Scope

Change the scope that Kyoto will evaluate.
kyoto vibe check               # all uncommited changes
kyoto vibe check --last        # since last vibe check
kyoto vibe check -1            # last commit
kyoto vibe check -3            # last 3 commits
kyoto vibe check --since main  # branch changes
kyoto vibe check --staged      # staged changes only
kyoto vibe check --unstaged    # unstaged changes only