Review

Detect anti-patterns in SolidJS components and Hono API routes.

3|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/InfinityBowman/corates --skill review-infinitybowman
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Review
Source: https://github.com/InfinityBowman/corates/tree/main/.claude/skills/review
Command: npx skills add https://github.com/InfinityBowman/corates --skill review-infinitybowman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps identify and fix CoRATES-specific anti-patterns in SolidJS components and Hono API routes by providing a structured review process that highlights risks and fixes.

Core Features & Use Cases

  • Automated anti-pattern detection: Scans code for SolidJS and Hono anti-patterns.
  • Structured reporting: Returns issues with file path, line number, severity, and suggested fixes.
  • Use Case: Running a code review on a new module to surface issues before merging to the main branch.

Quick Start

Inspect the target file or repository and request a code-review pass to surface anti-patterns and recommended improvements.

Frequently Asked Questions about Review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan SolidJS components for anti-patterns during a code review?▼

To scan SolidJS components for anti-patterns, apply a code-review pass to individual files or repositories to surface issues like prop destructuring and missing cleanup with suggested fixes.

What are common SolidJS anti-patterns detected in Hono API routes?▼

Common anti-patterns detected include prop destructuring, wrong Ark UI imports, missing cleanup, and direct context access, reported with file paths and severity levels.

Can I audit an entire CoRATES repository for code issues at once?▼

You can audit a complete CoRATES repository at once by applying the review process to surface SolidJS and Hono anti-patterns across the full project structure.

How do I get structured reports for Hono and SolidJS code issues?▼

Structured reports for Hono and SolidJS code issues provide the file path, line number, severity, and suggested fixes for each detected anti-pattern.

Does static analysis for CoRATES projects require external dependencies?▼

Static analysis for CoRATES projects requires no external dependencies to identify and report anti-patterns in SolidJS components and Hono API routes.