Agent
Use when code changes are complete and a comprehensive review is required; performs the 7-criteria review and posts the mandatory artifact before PR creation.
Agent
Use when code changes are complete and a comprehensive review is required; performs the 7-criteria review and posts the mandatory artifact before PR creation.
Agent
Use when reviewing security-sensitive code (auth, input handling, APIs, database queries, credentials); performs a read-only OWASP checklist review.
Agent
Use when designing feature architecture by analyzing codebase patterns and delivering implementation blueprints with concrete files, components, data flows, and build sequences.
Agent
Use when deeply analyzing existing codebase features to trace execution paths, map architecture layers, and document dependencies for new development.
Agent
Use when code has been written or modified and needs simplification for clarity, consistency, and maintainability without changing behavior.
Agent
Use when analyzing code comments for accuracy, completeness, and long-term maintainability.
Agent
Use when reviewing a pull request to evaluate test coverage quality and gaps for new or changed functionality.
Agent
Use when reviewing code changes to detect silent failures, weak error handling, and unsafe fallback behavior.
Agent
Use when introducing or refactoring types to evaluate invariant design, encapsulation, and enforcement quality.