Home / khmm12 / solidjs-v2-skills · skills/solidjs-v2-reviewer/SKILL.md · GitHub

solidjs-v2-reviewer skillA

solidjs-v2-reviewer is agent-read markdown (skill) from khmm12/solidjs-v2-skills: Review SolidJS 2.0 diffs or files for reactivity, async, DOM, and API correctness, including React and Solid 1.x assumptions. Applies to solid-js major 2; use solidjs-v2-migration for a requested 1.x conversion..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Review SolidJS 2.0

Reference target: `solid-js@2.0.0-rc.8` and `@solidjs/web@2.0.0-rc.8`.

## Establish scope

Read the installed `solid-js` version and review the requested diff/files.
Apply this checklist to major 2. Keep v1 reviews on their v1 contract.
Published target typings outrank examples and prerelease documentation.

## Check behavior

| Area | Required v2 behavior |
|---|---|
| Component setup | Runs once per mount; reactive props remain `props.x` reads in JSX/compute |
| Props | JSX passes values through getters; accessor-typed APIs follow their declared types |
| Derived state | Memo/projection for readonly state; function-form signal/store for writable derivation |
| Writes/actions | Invoke in handlers, effect apply/error callbacks, or `onSettled`; computation scopes derive |
| Read-after-write | Microtask commit; imperative immediate reads follow `flush()` |
| Effects | Tracked compute + untracked apply; extract fields/deep snapshot in compute, return cleanup from apply |
| Paint | Both lanes run before paint; render lane measures/updates layout before user effects |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add khmm12/solidjs-v2-skills/solidjs-v2-reviewer@git:20260920.2533ed5
Exact content
mdr add khmm12/solidjs-v2-skills/solidjs-v2-reviewer@sha256:f8de262db59b6575

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_gpm5ctpmi7z6q3r3.svg)](https://markdownregistry.com/a/art_gpm5ctpmi7z6q3r3)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260920.2533ed5 latest2026-09-20 2533ed5 3,924 BA view · diff
git:20260920.9375e0e2026-09-20 9375e0e 3,852 BA view · diff
git:20260902.076114e2026-09-02 076114e 13,112 BA view · diff
git:20260827.94895ae2026-08-27 94895ae 10,621 BA view · diff
git:20260730.fc8a6f82026-07-30 fc8a6f8 11,122 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3924 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

khmm12/solidjs-v2-skills · 11 stars · license none · pushed 2026-09-20 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_gpm5ctpmi7z6q3r3
GET https://markdownregistry.com/api/v1/resolve?ref=khmm12/solidjs-v2-skills/solidjs-v2-reviewer
GET https://markdownregistry.com/api/v1/blob/f8de262db59b6575ddaedaa9e2da983057f5a7ecd0176ff60794b92f3e8e64ff

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from khmm12/solidjs-v2-skills

AGENTS.md agents
khmm12/solidjs-v2-skills · AGENTS.md
git:20260920.2533ed5 · audit A · 11 stars
CLAUDE.md claude
khmm12/solidjs-v2-skills · CLAUDE.md
git:20260730.694e897 · audit B · 11 stars
solidjs-v2-migration skill
khmm12/solidjs-v2-skills · skills/solidjs-v2-migration/SKILL.md · Convert a Solid 1.x project, component, or file to SolidJS 2.0. Use for an explicit version migration; solidjs-v2…
git:20260920.2533ed5 · audit A · 11 stars
solidjs-v2 skill
khmm12/solidjs-v2-skills · skills/solidjs-v2/SKILL.md · SolidJS 2.0 implementation and API explanations, including React comparisons, async patterns, stores, DOM, and server…
git:20260920.2533ed5 · audit A · 11 stars

Every file in khmm12/solidjs-v2-skills

Browse by kind, by grade A, or by owner.