solid-agents-review

Review SolidJS code for React contamination and reactivity breaks.

4|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/OpenAEC-Foundation/SolidJS-Claude-Skill-Package --skill solid-agents-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solid-agents-review
Source: https://github.com/OpenAEC-Foundation/SolidJS-Claude-Skill-Package/tree/main/skills/source/solid-agents/solid-agents-review
Command: npx skills add https://github.com/OpenAEC-Foundation/SolidJS-Claude-Skill-Package --skill solid-agents-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Review-generated SolidJS code to detect and prevent React contamination that can silently break reactivity.

Core Features & Use Cases

  • Systematic, field-tested review checks for signal access, props handling, control flow, and store mutations.
  • Detects common React contamination patterns and suggests SolidJS-idiomatic replacements.
  • Use on new code blocks, code reviews, and during project validation to ensure SolidJS purity.

Quick Start

Run the review on a SolidJS code sample and return a remediation plan describing fixes for React contamination and reactivity issues.

Frequently Asked Questions about solid-agents-review

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

FAQPage Schema
How do I detect React contamination in SolidJS code?

Detect React contamination in SolidJS code by applying a structured review procedure that checks signal access, props handling, control flow, and store mutations to identify patterns that silently break reactivity. The review suggests SolidJS-idiomatic replacements for detected issues.

What breaks SolidJS reactivity when migrating from React?

SolidJS reactivity breaks when React contamination patterns interfere with signal access, props handling, control flow, store mutations, and effect cleanup. Identifying these breaks requires a systematic review of generated code blocks to ensure SolidJS purity.

How do I review generated SolidJS code for signal access issues?

Review generated SolidJS code for signal access issues by running a structured validation procedure that checks signal access, props handling, control flow, and store mutations. The review returns a remediation plan describing fixes for reactivity issues and React contamination.

Can I use a code review procedure for SolidJS project validation and regression checks?

Yes, you can use this SolidJS code review procedure for project validation and regression checks. It systematically reviews code blocks to detect React contamination patterns, verify effect cleanup, and ensure reactivity remains intact across application updates.

What are common SolidJS store mutation and effect cleanup mistakes to look for?

Common SolidJS store mutation and effect cleanup mistakes include React contamination patterns that break reactivity. A structured code review identifies these issues by checking store mutations, verifying effect cleanup, and suggesting SolidJS-idiomatic replacements.