Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Zava ReviewNew to Visual Studio Code? Get it now.
Zava Review

Zava Review

Marccus Zavadzki

|
2 installs
| (0) | Free
AI-powered code review for your workspace using Claude, OpenAI, or Gemini
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Zava Review

🤖 AI-powered code review for your workspace

Zava Review analyzes your code using AI (Claude, OpenAI, or Gemini) and provides actionable feedback directly in VSCode.

Features

  • 🔍 Analyze Pending Changes - Review uncommitted changes before you commit
  • 📁 Analyze All Files - Full codebase analysis
  • 🤖 Multi-AI Support - Claude, OpenAI, and Gemini
  • 📝 Markdown Reports - Detailed findings with severity levels
  • ⚙️ Configurable Rules - Clean Code, SOLID, Performance, Security

Quick Start

  1. Create a zava-review.yml in your project root:
languages:
  - typescript
  - javascript

rules:
  cleanCode: true
  solid: true
  performance: true
  security: true
  readability: true

ai:
  provider: gemini  # or: claude, openai
  model: gemini-2.0-flash
  1. Configure your API key:

    • Open Command Palette (Ctrl+Shift+P)
    • Run Zava Review: Configure
    • Select your AI provider and enter your API key
  2. Analyze your code:

    • Ctrl+Shift+P → Zava Review: Analyze Pending Changes

Commands

Command Description
Zava Review: Analyze All Files Analyze entire workspace
Zava Review: Analyze Pending Changes Analyze uncommitted git changes
Zava Review: Configure Set API keys and create config

Configuration

zava-review.yml

Field Description
languages Programming languages in your project
rules.cleanCode Enable Clean Code analysis
rules.solid Enable SOLID principles
rules.performance Enable performance checks
rules.security Enable security analysis
rules.readability Enable readability checks
ai.provider claude, openai, or gemini
ai.model Model identifier
customPrompt Additional instructions for AI

Requirements

  • Git installed (for pending changes analysis)
  • API key for your chosen AI provider

Links

  • GitHub Repository
  • Report Issues

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft