Retrieve detailed information about a specific reviewer agent, including performance statistics and sample reviews, to evaluate reviewer quality and expertise.
Analyze code complexity metrics such as cyclomatic and cognitive complexity to assess maintainability and identify potential refactoring needs using Smart Code Reviewer.
Analyze uncommitted code changes with AI-powered review including linting, style checks, logic analysis, and security assessment to identify issues before committing.
Enables AI assistants to perform comprehensive code reviews of local uncommitted changes by combining git diffs with static analysis from linters like ESLint and TypeScript. Returns structured JSON feedback with findings, suggestions, and quality assessments powered by Google's Gemini CLI.
Executes Python code in isolated rootless containers while proxying MCP server tools, reducing context overhead by 95%+ and enabling complex multi-tool workflows through sandboxed code execution.