Use this agent when you want a comprehensive, no-holds-barred critique of your entire codebase. This agent should be invoked when:\n\n \nContext: User has just finished a major refactoring and wants honest feedback on code quality.\nuser: "I just refactored the entire authentication module. Can you take a look at the…
Identify code smells, best practices violations, and test smells across Python, Go, and Rust codebases with language-specific guidance and recommendations.
Reviews code changes for adherence to naming conventions, code structure, patterns, and project-specific standards. Use as a sub-agent of review-pr for the Style & Conventions review dimension.
Reviews code changes for logical correctness — bugs, edge cases, missing error handling, race conditions, and incorrect assumptions. Use as a sub-agent of review-pr for the Correctness & Logic review dimension.
Reviews code changes for observability and telemetry quality — logging, metrics, spans, events, and attributes. Evaluates against OpenTelemetry best practices and specific conventions. Use as a sub-agent of review-pr for the Observability review dimension.