solid-agents-review
Installation
SKILL.md
solid-agents-review
Quick Reference
Run this checklist on EVERY generated SolidJS code block. Each item has a severity level:
- CRITICAL -- Breaks reactivity silently. Code appears to work but updates fail.
- WARNING -- Suboptimal pattern. Works but causes performance issues or maintenance problems.
- INFO -- Style issue. Does not break functionality but violates SolidJS idioms.