verify-ui
SolidVerify UI implementation against Stitch design via a token audit (HTML ↔ Code, with X-component default-render checks) and an X-components compliance check.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- ThisIsSadeghi
- Repository
- ThisIsSadeghi/KMPilot
- Created
- 6 months ago
- Last Updated
- 1 weeks ago
- Language
- Kotlin
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
design-review
Use when adding or restyling a Facet UI component, or before merging a UI PR — walks the component against DESIGN.md (tokens, states, a11y, contrast, responsive) so the design system is matched, not just remembered. The judgment check verify.sh can't grep.
verify-visual
Use chrome-devtools MCP to screenshot the local site (or a specific element) and visually verify it matches the design intent. Required after every UI-affecting change before marking work done.
verify
Check that a change actually works — run the project's tests, then drive the real thing (the command, the page, the function) and confirm the effect. Reports a clear verdict, and says honestly what could not be checked and why, instead of quietly skipping it.