Review Code with Claude Code
Analyze PRs, detect issues, and provide actionable feedback
Analyze PRs, detect issues, and provide actionable feedback
129 artifacts found
Orchestratore. Usa PROATTIVAMENTE gli altri sub-agent in sequenza come quality gates. Deve fermare il merge se un gate fallisce.\ntools: Read, Grep, Glob, Bash, Task
npx ai-builder add agent khaoss85/director## Purpose
npx ai-builder add skill anyproto/code-review-developerUse this agent when you need expert evaluation of user experience design decisions, interface improvements, or when balancing UX excellence with implementation constraints. This agent excels at proposing pragmatic design solutions that minimize code changes while maximizing user experience impact. Examples:\n\n<example>\nContext: The user has implemented a new feature and wants UX feedback before finalizing.\nuser: "I've added a new data upload feature to the dashboard. Can you review the UX?"\nassistant: "I'll use the ux-design-reviewer agent to evaluate the user experience of your data upload feature."\n<commentary>\nSince the user is asking for UX review of a specific feature, use the Task tool to launch the ux-design-reviewer agent.\n</commentary>\n</example>\n\n<example>\nContext: The user is struggling with a UI decision and needs expert guidance.\nuser: "Users are confused by our navigation menu. How can we improve it without a major refactor?"\nassistant: "Let me engage the ux-design-reviewer agent to analyze your navigation issues and propose pragmatic improvements."\n<commentary>\nThe user needs UX expertise to solve a specific problem with implementation constraints, perfect for the ux-design-reviewer agent.\n</commentary>\n</example>\n\n<example>\nContext: After implementing new UI components, seeking proactive UX review.\nuser: "I've just implemented the new modal dialogs using shiny.semantic"\nassistant: "I've implemented the modal dialogs. Now let me use the ux-design-reviewer agent to ensure they provide an excellent user experience."\n<commentary>\nAfter implementing UI components, proactively use the ux-design-reviewer to ensure optimal UX.\n</commentary>\n</example>
npx ai-builder add agent cimentadaj/ux-design-reviewerReview the notebook at `$ARGUMENTS` for compliance with the course style guidelines.
npx ai-builder add command ezponda/review-notebookAnalyze PR diffs and generate review comments from code quality, security, and performance perspectives. Use for code reviews, quality checks, and security analysis.
npx ai-builder add skill breaking-brake/code-reviewEnforce code style and formatting preferences. Use when writing or reviewing code to ensure consistent style.
npx ai-builder add skill legacy3/code-styleYou are a senior code reviewer. Your role is to:
npx ai-builder add agent ivy-interactive/reviewerAutomatically detect and prevent common Wheels framework errors before code is generated. This skill activates during ANY Wheels code generation (models, controllers, views, migrations) to validate patterns and prevent known issues. Scans for mixed arguments, query/array confusion, non-existent helpers, and database-specific SQL.
npx ai-builder add skill wheels-dev/wheels-anti-pattern-detectorUpdate Biome linting rules, formatting configs, and import organization settings. Use when adding new lint rules, customizing code style, or fixing workspace-specific linting issues.
npx ai-builder add skill sgcarstrends/biome-configApply code hygiene standards for clean, maintainable code. Use when writing, refactoring, or reviewing code.
npx ai-builder add skill EvanLavender13/code-hygieneAssess implementation risks using Probability ร Impact (PรI) scoring methodology across 6 categories (Technical, Security, Performance, Data, Business, Operational). Scores risks (PรI: 1-9), develops mitigations for high-risk items (score โฅ6), and prioritizes test scenarios (P0/P1/P2). Use before implementation or during quality review to identify and mitigate potential issues.
npx ai-builder add skill adolfoaranaes12/risk-profilenpx ai-builder add command jeffconboy/debt-checkEvaluate extensibility patterns, abstraction layers, and configuration approaches in frameworks. Use when (1) assessing base class/protocol design, (2) understanding dependency injection patterns, (3) evaluating plugin/extension systems, (4) comparing code-first vs config-first approaches, or (5) determining framework flexibility for customization.
npx ai-builder add skill Dowwie/component-model-analysisComprehensive React component coding guidelines, refactoring principles, and architectural patterns. **CRITICAL**: Focuses on patterns AI commonly fails to implement correctly, especially testability, props control, and component responsibility separation. Reference this skill when implementing or refactoring React components during Phase 2.
npx ai-builder add skill imaimai17468/coding-guidelinesAutomated code quality fixer that safely applies AST-GREP fixes with regression testing. Use PROACTIVELY when quality issues are detected or when /fix-quality is invoked.
npx ai-builder add agent ramakay/quality-fixerHelp address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
npx ai-builder add skill cuba6112/gh-address-commentsUse this agent when reviewing code changes, ensuring code quality, validating design patterns, or performing security audits. This agent specializes in maintaining high code standards and catching issues before they reach production. Examples:\n\n<example>\nContext: Code review for new feature\nuser: "Review the changes to the StandardAgent class"\nassistant: "I'll perform a comprehensive code review. Let me use the reviewer agent to check code quality, type safety, and design patterns."\n<commentary>\nCode review ensures quality and catches issues early in the development cycle.\n</commentary>\n</example>\n\n<example>\nContext: API design validation\nuser: "Check if our new provider interface follows best practices"\nassistant: "I'll review the provider interface design. Let me use the reviewer agent to validate the API design and ensure consistency."\n<commentary>\nAPI design review prevents breaking changes and ensures good developer experience.\n</commentary>\n</example>\n\n<example>\nContext: Security audit\nuser: "Review the authentication implementation for vulnerabilities"\nassistant: "Security is critical. I'll use the reviewer agent to audit the authentication code for potential vulnerabilities."\n<commentary>\nSecurity reviews prevent costly breaches and maintain user trust.\n</commentary>\n</example>\n\n<example>\nContext: Performance review\nuser: "Is our event system implementation efficient?"\nassistant: "I'll analyze the event system for performance issues. Let me use the reviewer agent to check for bottlenecks and optimization opportunities."\n<commentary>\nPerformance reviews ensure the framework remains fast and efficient.\n</commentary>\n</example>
npx ai-builder add agent cyl19970726/reviewerUse this agent when you need expert code review after making changes to the codebase, particularly after rust-analyzer has confirmed technical standards are met. This agent focuses on higher-level concerns like architecture, design patterns, security implications, and code maintainability rather than syntax or compilation issues. <example>\nContext: The user has just implemented a new WAF detection module and wants to ensure it follows best practices.\nuser: "I've added a new CloudFlare detection module to our WAF detector"\nassistant: "I'll review the implementation to ensure it follows our design patterns and security standards"\n<commentary>\nSince new code has been written for the WAF detector, use the code-reviewer agent to analyze the design, security, and logic quality.\n</commentary>\nassistant: "Let me use the code-reviewer agent to analyze the design and security aspects of your CloudFlare detection module"\n</example>\n<example>\nContext: After fixing a bug, the user wants to ensure the solution is well-designed.\nuser: "I've fixed the false positive issue in the AWS WAF detector"\nassistant: "I'll review your fix to ensure it addresses the root cause properly"\n<commentary>\nAfter a bug fix, use the code-reviewer agent to verify the solution follows good design principles and doesn't introduce new issues.\n</commentary>\nassistant: "Now I'll use the code-reviewer agent to review the design and logic of your fix"\n</example>
npx ai-builder add agent ammarion/code-reviewerCheck pull requests for documentation updates and compliance
npx ai-builder add skill sensei-hacker/check-pr-docsUse this agent when you need to analyze Flutter code for style violations, best practices, and adherence to project conventions. This includes analyzing uncommitted changes, specific files, or directories for code quality issues, architectural compliance, and Flutter-specific patterns. Examples: <example>Context: User has made changes to Flutter code and wants to check for violations before committing. user: 'I just finished implementing the chat feature. Can you check my code for any issues?' assistant: 'I'll analyze your uncommitted changes for code quality and project compliance using the flutter-code-analyzer agent.' <commentary>Since the user wants code analysis of recent changes, use the flutter-code-analyzer agent to check uncommitted changes against project rules and Flutter best practices.</commentary></example> <example>Context: User wants to analyze a specific Flutter file for compliance. user: 'Please review lib/pages/profile/profile_view.dart for any style or architecture violations' assistant: 'I'll use the flutter-code-analyzer agent to analyze the specific file for compliance with project standards.' <commentary>Since the user specified a particular file to analyze, use the flutter-code-analyzer agent with the specific file path.</commentary></example>
npx ai-builder add agent wagmi-upschool/flutter-code-analyzer