Skip to content
Shopify / AI Tools

Shopify Theme Audit Skill for Claude Code: Audit Any Theme in 90 Seconds (2026)

A complete guide to the open-source Claude Code skill that audits any Shopify theme for performance, SEO, AEO, and GEO — free, MIT-licensed, runs locally.

Tanuj Rajput

Web developer & one-operator studio

·6 min read
Shopify theme audit skill for Claude Code — scored report covering performance, SEO, AEO, and GEO

A Shopify theme audit skill is a Claude Code skill — a small set of markdown instruction files — that teaches Claude Code to audit any Shopify theme the way a senior Shopify developer would. It runs locally inside Claude Code, requires no SaaS subscription, and produces a scored report covering performance, accessibility, conversion, SEO, AEO, and GEO in under 90 seconds.

The open-source version is on GitHub at tanujrajputdev/shopify-theme-audit-skill. MIT licensed. Free to use, modify, and sell audits with.

What is a Shopify theme audit skill?

A Claude Code skill is a directory of markdown files (SKILL.md plus supporting docs) that Claude Code reads when invoked. The Shopify theme audit skill specifically instructs Claude Code to:

  1. Read your local theme files (or connect to a live store via the Shopify MCP).
  2. Run 80+ checks across 9 audit dimensions.
  3. Output a scored report (out of 100, with a letter grade) including file names, line numbers, and working Liquid code fixes.

It is not a SaaS. It is not an API. It runs entirely inside the Anthropic Claude Code subscription you already have.

How to use Claude Code for Shopify theme audits

Install once:

git clone https://github.com/tanujrajputdev/shopify-theme-audit-skill
# Copy the 8 skill files into your Shopify theme project's .claude/skills/ folder

Then ask Claude Code:

Audit this Shopify theme using the audit skill. Cover performance,
accessibility, conversion, SEO, AEO, and GEO.

Claude Code reads the theme files, applies every check in the skill, and returns a scored report in 60–90 seconds. The full prompt library is in the personas guide — including quick-wins mode, split-score mode (separate Technical and SEO scores), and large-theme two-pass mode.

What the audit checks

The skill runs 80+ checks across these dimensions:

DimensionWhat it checks
PerformanceRender-blocking scripts, large hero images, layout shift sources, app overhead
Core Web VitalsLCP, CLS, INP source-level signals
AccessibilityARIA, color contrast, focus order, semantic structure
Conversion (CRO)Variant picker placement, trust signals, mobile navigation, cart drawer behavior
Technical SEOMeta tags, image alt, duplicate content, canonical, internal linking
On-page SEOHeading structure, content depth, schema completeness
AEO (Answer Engine Optimization)FAQPage schema, factual summary openings, structured product specs — for citations from ChatGPT, Claude, Perplexity
GEO (Generative Engine Optimization)llms.txt, AI crawler allowances in robots.txt, JSON-LD for Google AI Overviews
App overheadThird-party app detection, loading strategy, measurable cost

Each finding includes the exact file and line number, plus a working Liquid code fix — not just a description of the problem.

Shopify theme audit skill vs traditional Shopify audit tools

ToolCoverageOutputTimeCost
Shopify theme audit skill (Claude Code)80+ checks across performance, SEO, AEO, GEOScored report + code fixes + file:line refs60–90sFree (uses existing Claude subscription)
Google LighthouseRuntime performance, accessibility, SEO basicsScore + audit list (no code fixes)30–60s per pageFree
Shopify Theme InspectorLiquid render performance onlyRender time per sectionLive during browseFree (Chrome extension)
PageSpeed InsightsField + lab performance dataNumerical scores30sFree
Manual senior-developer auditWhatever the developer checksWritten report4–8 hours$500–$2,000

Why this skill is different: Lighthouse measures the rendered page. The audit skill reads your source code — which means it can find issues that do not show up in runtime metrics but cost you sales (missing schema, wrong cart drawer pattern, layout shift sources hidden in section files).

It is also the only Shopify audit tool I am aware of that covers AEO and GEO — whether your store can be cited by AI search engines like ChatGPT, Claude, Perplexity, and Google AI Overviews. Princeton's KDD 2024 GEO study found that adding citations and statistics to a page boosts AI citation rates by 40% and 37% respectively. Most Shopify themes ship with neither.

Shopify theme audit skill vs Lighthouse

Lighthouse is a runtime tool — it measures what the rendered page does. The audit skill is a source-code tool — it reads your Liquid, sections, snippets, settings, and templates.

The practical difference:

  • Lighthouse can tell you LCP is 4.2s. The audit skill can tell you it is because sections/main-product.liquid line 42 loads a 1.8 MB hero image without loading="lazy".
  • Lighthouse can flag missing alt text. The audit skill can flag missing FAQPage schema on your collection pages, which Lighthouse does not check at all.
  • Lighthouse runs per page. The audit skill runs across the entire theme in one pass.

Use both. They are complementary.

How much does it cost?

The skill itself is free and MIT licensed. There is no paid tier of the skill — you clone the GitHub repo and run it locally.

For merchants and agencies that want a done-for-you audit, auditskill.tanujrajput.com offers four service tiers:

TierPriceIncludes
Quick Audit₹4,999Branded PDF report + Loom walkthrough, 3-day turnaround
Pro Audit₹19,999Adds a 30-min strategy call and a prioritized fix plan
Audit + Fix Sprint₹74,999Audit + the top 10 fixes shipped to your theme
Quarterly Retainer₹29,999/monthOngoing audits and support

FAQ

Is the Shopify theme audit skill free?

Yes. The skill is open-source under the MIT license. You can clone, modify, and use it commercially. Paid done-for-you audits are a separate service offered by the skill's creator.

Does it work with all Shopify themes?

Yes. It works with both Online Store 1.0 and 2.0 themes, and with any vendor's theme — Dawn, Impulse, Prestige, Symmetry, and custom builds. It reads source files, so it does not depend on a specific theme architecture.

Does it need the Shopify MCP?

No, but it works better with it. Without the MCP, the skill audits your local theme files. With the MCP connected, it can also read live store data — product samples, shop info, rendered pages — for more accurate findings.

Is there a Shopify Claude Code plugin?

There is no Shopify-published plugin. The Shopify theme audit skill is the closest thing — it is community-built, MIT-licensed, and works inside Claude Code with the official Shopify MCP.

How is this different from PageSpeed Insights?

PageSpeed Insights measures runtime performance for a single URL. The audit skill reads source code across the entire theme and covers SEO, AEO, GEO, accessibility, and CRO in addition to performance.

Can I sell audits using this skill?

Yes. The MIT license explicitly allows commercial use. Agencies use it as a discovery tool at the start of new client engagements.

Where can I see a sample report?

A redacted sample is in the repo at examples/sample-audit-report.md.


About the author: Tanuj Rajput is a Shopify developer and founder of EcomLifters. 5+ years building custom themes and apps for 32+ brands across India and Canada. Builder of ClearAudit and the Shopify theme audit skill for Claude Code.

Cite this article: Rajput, T. (2026). Shopify Theme Audit Skill for Claude Code: Audit Any Theme in 90 Seconds. Retrieved from https://tanujrajput.com/journal/shopify-theme-audit-skill-claude-code

Last updated: 30 June 2026 — by Tanuj Rajput, Shopify developer (5+ years, 32+ brands across India and Canada)

FAQ

Frequently asked questions

  • Is the Shopify theme audit skill free?

    Yes. The skill is open-source under the MIT license. You can clone, modify, and use it commercially. Paid done-for-you audits are a separate service offered by the skill's creator.
  • Does it work with all Shopify themes?

    Yes. It works with both Online Store 1.0 and 2.0 themes, and with any vendor's theme — Dawn, Impulse, Prestige, Symmetry, and custom builds. It reads source files, so it does not depend on a specific theme architecture.
  • Does it need the Shopify MCP?

    No, but it works better with it. Without the MCP, the skill audits your local theme files. With the MCP connected, it can also read live store data — product samples, shop info, rendered pages — for more accurate findings.
  • Is there a Shopify Claude Code plugin?

    There is no Shopify-published plugin. The Shopify theme audit skill is the closest thing — it is community-built, MIT-licensed, and works inside Claude Code with the official Shopify MCP.
  • How is this different from PageSpeed Insights?

    PageSpeed Insights measures runtime performance for a single URL. The audit skill reads source code across the entire theme and covers SEO, AEO, GEO, accessibility, and CRO in addition to performance.
  • Can I sell audits using this skill?

    Yes. The MIT license explicitly allows commercial use. Agencies use it as a discovery tool at the start of new client engagements.
  • Where can I see a sample report?

    A redacted sample is in the repo at examples/sample-audit-report.md.
Revision history· 1 entry
  1. June 30, 2026

    Initial post. Definition-first guide to the open-source Shopify theme audit skill for Claude Code — covering 80+ checks across performance, SEO, AEO, and GEO, with comparison tables vs Lighthouse, PageSpeed Insights, and manual senior-developer audits.

Last updated June 30, 2026

shopifyclaude-codetheme-auditaeogeoseoclaude-skills