commandby ArcadeAI

Quality Review

Deep code review with web research against latest docs and versions

Installs: 0
Used in: 1 repos
Updated: 2d ago
$npx ai-builder add command ArcadeAI/quality-review

Installs to .claude/commands/quality-review.md

# Quality Review

Perform a deep code review with web research to verify against latest documentation.

## Instructions

When the user invokes this command:

1. **Identify the scope** - Ask what code to review if not specified
2. **Fetch current docs** - Use WebFetch/WebSearch for libraries being used
3. **Check versions** - Verify dependencies are current and secure
4. **Analyze deeply** - Look for:
   - Performance issues
   - Security vulnerabilities
   - Deprecated APIs
   - Better alternatives
   - Missing error handling
5. **Report findings** - Provide actionable recommendations

## Example Usage

```
/quality-review
```

Then: "Review the authentication implementation" or "Check if my React hooks are following best practices"

Quick Install

$npx ai-builder add command ArcadeAI/quality-review

Details

Type
command
Author
ArcadeAI
Slug
ArcadeAI/quality-review
Created
6d ago