aibuilder.sh
SkillsAgentsCommandsPlugins
โŒ˜K
LearnStats
Home/Tasks/Review Code with Claude Code
๐Ÿ‘๏ธ

Review Code with Claude Code

Analyze PRs, detect issues, and provide actionable feedback

Type:
Sort:

Related Tasks

๐ŸงชTest & Validate with Claude Code๐Ÿ”งRefactor Code with Claude Code๐Ÿ“–Document & Explain with Claude Code๐Ÿ”€Automate Git Workflows with Claude Code๐Ÿ›ก๏ธSecure & Audit with Claude CodeโšกOptimize & Profile with Claude Code๐Ÿš€Build & Deploy with Claude Code๐ŸŒDesign & Build APIs with Claude Code๐Ÿ—„๏ธManage Data & Databases with Claude Code๐Ÿ›Debug & Troubleshoot with Claude CodeAgent Orchestration with Claude CodeFrontend & UI/UX with Claude CodeContent Creation with Claude CodeCodebase Analysis with Claude CodeData Analysis with Claude CodeFinancial Modeling with Claude CodeLanguage Learning with Claude CodeAudio/Video Processing with Claude Code
aibuilder.sh

Composable building blocks for Claude Code

Built with BrainGrid

129 artifacts found

agentby khaoss85
1mo ago

director

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

1 repos0 installs
$npx ai-builder add agent khaoss85/director
skillby anyproto
1mo ago

Code Review Developer (Smart Router)

## Purpose

1 repos0 installs
$npx ai-builder add skill anyproto/code-review-developer
agentby cimentadaj
1mo ago

ux-design-reviewer

Use 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>

1 repos0 installs
$npx ai-builder add agent cimentadaj/ux-design-reviewer
commandby ezponda
1mo ago

Review Notebook for Style Compliance

Review the notebook at `$ARGUMENTS` for compliance with the course style guidelines.

1 repos0 installs
$npx ai-builder add command ezponda/review-notebook
skillby breaking-brake
1mo ago

code-review

Analyze PR diffs and generate review comments from code quality, security, and performance perspectives. Use for code reviews, quality checks, and security analysis.

1 repos0 installs
$npx ai-builder add skill breaking-brake/code-review
skillby legacy3
1mo ago

code-style

Enforce code style and formatting preferences. Use when writing or reviewing code to ensure consistent style.

1 repos0 installs
$npx ai-builder add skill legacy3/code-style
agentby ivy-interactive
1mo ago

Code Review Agent

You are a senior code reviewer. Your role is to:

1 repos0 installs
$npx ai-builder add agent ivy-interactive/reviewer
skillby wheels-dev
1mo ago

Wheels Anti-Pattern Detector

Automatically 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.

1 repos0 installs
$npx ai-builder add skill wheels-dev/wheels-anti-pattern-detector
skillby sgcarstrends
1mo ago

biome-config

Update Biome linting rules, formatting configs, and import organization settings. Use when adding new lint rules, customizing code style, or fixing workspace-specific linting issues.

1 repos0 installs
$npx ai-builder add skill sgcarstrends/biome-config
skillby EvanLavender13
1mo ago

code-hygiene

Apply code hygiene standards for clean, maintainable code. Use when writing, refactoring, or reviewing code.

1 repos0 installs
$npx ai-builder add skill EvanLavender13/code-hygiene
skillby adolfoaranaes12
1mo ago

risk-profile

Assess 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.

1 repos0 installs
$npx ai-builder add skill adolfoaranaes12/risk-profile
commandby jeffconboy
1mo ago

Debt Check

1 repos0 installs
$npx ai-builder add command jeffconboy/debt-check
skillby Dowwie
1mo ago

component-model-analysis

Evaluate 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.

1 repos0 installs
$npx ai-builder add skill Dowwie/component-model-analysis
skillby imaimai17468
1mo ago

coding-guidelines

Comprehensive 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.

1 repos0 installs
$npx ai-builder add skill imaimai17468/coding-guidelines
agentby ramakay
1mo ago

quality-fixer

Automated 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.

1 repos0 installs
$npx ai-builder add agent ramakay/quality-fixer
skillby cuba6112
1mo ago

gh-address-comments

Help 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.

1 repos0 installs
$npx ai-builder add skill cuba6112/gh-address-comments
agentby cyl19970726
1mo ago

reviewer

Use 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>

1 repos0 installs
$npx ai-builder add agent cyl19970726/reviewer
agentby ammarion
1mo ago

code-reviewer

Use 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>

1 repos0 installs
$npx ai-builder add agent ammarion/code-reviewer
skillby sensei-hacker
1mo ago

Check Pr Docs

Check pull requests for documentation updates and compliance

1 repos0 installs
$npx ai-builder add skill sensei-hacker/check-pr-docs
agentby wagmi-upschool
1mo ago

flutter-code-analyzer

Use 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>

1 repos0 installs
$npx ai-builder add agent wagmi-upschool/flutter-code-analyzer