Skip to content
Gemini CLI

Judges Panel for Gemini CLI

io.github.kevinrabun/judges

45 judges that evaluate AI-generated code for security, cost, and quality with built-in AST.

client:Gemini CLI transport:stdio runtime:npm

Install Judges Panel in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "judges": {
      "command": "npx",
      "args": [
        "-y",
        "@kevinrabun/judges"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Judges Panel in other clients