solidjs-review

Automate SolidJS PR reviews with reactivity and code-quality checks.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/gregoryraymond/claude-agents-and-skills --skill solidjs-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solidjs-review
Source: https://github.com/gregoryraymond/claude-agents-and-skills/tree/main/skills/solidjs-review
Command: npx skills add https://github.com/gregoryraymond/claude-agents-and-skills --skill solidjs-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code-review guidelines and a comprehensive checklist to ensure SolidJS changes meet reactivity, props handling, control flow, data loading, structure, accessibility, and tests, reducing review time and quality gaps.

Core Features & Use Cases

  • Reactivity correctness checks and signal usage guidance.
  • Props handling, tracking dependencies, and stable component structure.
  • Control flow validation (Show/For/Switch usage, dynamic components) and accessibility considerations.
  • Data loading and testing guidance to improve reliability and maintainability.
  • Use Case: When auditing a PR or performing a standards-compliant SolidJS review.

Quick Start

Load this checklist while reviewing a SolidJS PR to ensure code quality and consistency.

Frequently Asked Questions about solidjs-review

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

FAQPage Schema
How do I review SolidJS pull requests for reactivity and code quality?

Review SolidJS pull requests by applying a comprehensive checklist that enforces reactivity correctness, proper props handling, control flow patterns, and accessibility considerations to reduce quality gaps.

What should a SolidJS code review checklist include?

A SolidJS code review checklist should include checks for signal usage, tracking dependencies, stable component structure, Show/For/Switch control flow validation, and data loading strategies to ensure maintainability.

How do I validate SolidJS control flow patterns during a code review?

Validate SolidJS control flow patterns by auditing the correct usage of Show, For, and Switch components, ensuring dynamic components and UI logic adhere to established structure and accessibility guidelines.

Does this SolidJS review checklist cover accessibility and testing guidance?

Yes, this SolidJS review checklist covers accessibility considerations and provides data loading and testing guidance to improve the reliability and maintainability of SolidJS components across projects.

Can I use this checklist for auditing SolidJS signals and props handling?

Yes, you can use this checklist for auditing SolidJS signals and props handling, as it provides specific reactivity correctness checks and guidance for tracking dependencies and maintaining stable component structures.

What is the best way to ensure reactivity correctness in SolidJS components?

The best way to ensure reactivity correctness in SolidJS components is to apply a standards-compliant review checklist that verifies signal usage, proper props handling, and accurate tracking dependencies.