Instant Actions quickstart#
With kluster.ai, you can trigger reviews three ways: right-click any selection, use hint buttons, or scan uncommitted changes.
Prerequisites#
Before getting started, ensure you have:
- A kluster.ai account: Sign up on the kluster.ai platform if you don't have one.
- kluster.ai installed in your IDE: Follow the Installation guide to set it up in your favourite IDE.
How instant actions work#
- You write code: Work in your editor as usual.
- You trigger review: Right-click, use a hint button, or click in the sidebar.
- kluster.ai analyzes: Results appear with issues and suggested fixes.
Instant review#
Open the kluster.ai extension to access the Instant Review section in the sidebar. Click the dropdown button to choose:
- Review current file: Verifies only the file currently open in the editor.
- Review uncommitted changes: Verifies all uncommitted changes across multiple files.
Accessing Instant Review
You can also access Instant Review from the Home and Git tabs. Expand the kluster.ai section if collapsed.
After the review completes, kluster.ai displays any issues found. You can click Fix with AI to automatically resolve them.
Code block review#
Select any code in your editor, right-click, and choose Review with kluster.ai (or press Ctrl+Shift+K). This is useful for:
- Verifying a specific function or block you just wrote.
- Checking code during merge conflict resolution.
- Getting a quick security check before moving on.
Hint button
When you select code, a hint button also appears next to your selection to trigger the review. This hint button is not yet available in Cursor—use the right-click menu or keyboard shortcut instead.
Compatible with#
- Cursor
- VS Code
- Windsurf
- Antigravity
Configuration#
You can customize how instant reviews work in your configuration options:
- Enabled tools: Toggle Code Review and Dependency Analysis on/off.
- Sensitivity: Adjust how strictly issues are flagged (Low → Critical).
- Bug check types: Select which issue types to check (Security, Logic, Performance, etc.).
Next steps#
- MCP Tools Reference: Deep dive into all MCP tools and parameters.
- Configuration Options: Customize Code Reviews behavior for your workflow.


