SpectreSkills
← All skills

shopify-theme-check

v0.3.0

Lint a Shopify theme with Theme Check and fix the findings. Trigger before committing theme changes or when asked to validate a theme.

Shopifyshopifythemelinting
Install
npx @spectre-apps/skills add shopify-theme-check

Writes .claude/skills/shopify-theme-check/SKILL.md. Add --user to install globally.

What it does

Shopify Theme Check

Run shopify theme check and resolve issues, prioritizing:

  • Liquid errors — undefined objects, bad filters, unclosed tags.
  • Performancerender over include, avoid {% assign %} inside tight loops, lazy-load offscreen images.
  • Accessibility — image alt, form labels, heading order.

Treat the config in .theme-check.yml as the source of truth; don't disable a check to silence a finding without explaining why.