shopify-catalog-audit
帮助识别最多影响流量与转化的数据缺陷
需商店只读 API 访问权限
扫描 Shopify 商品目录并按优先级列出数据质量问题
扫描 Shopify 商品目录,找出缺图、描述薄、价格异常、缺少类型/供应商等数据问题,并按优先级排序与给出理由。适合大促前或想做一次目录健康检查时用。它只定位并排名问题,便于你交给后续清理或 SEO 优化工具去修复。
▸ 展开 SKILL.md 英文原文
Use when someone wants to find product-data problems across a Shopify catalog: "audit my catalog", "find PDP problems", "which products have missing photos / thin or missing descriptions / pricing anomalies", "$0 or compare-at-inverted prices", "products missing type or vendor", "catalog quality sweep", "product data health check", "which listings are broken", "run a catalog audit before a big sale". Read-only: it locates and ranks problems, it does not change anything. Not for FIXING the problems it finds (use shopify-catalog-cleanup for debris/archiving, shopify-seo-metadata for missing SEO meta, shopify-alt-text for missing image alt text).
帮我安装这个 skill:https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-catalog-audit/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-catalog-audit/SKILL.md"# Shopify Catalog Audit Finding the problems, not fixing them. This is the **FIND** stage of catalog work: it produces a ranked, justified list of product-data defects and hands them off. The **FIX** stage lives in sibling skills: `shopify-catalog-cleanup` (archiving/debris), `shopify-seo-metadata` (missing SEO meta), `shopify-alt-text` (missing image alt). Don't mutate here. The core principle: on a catalog too large to eyeball, **don't read every PDP.** Build a cheap deterministic index over the whole catalog, let the model form justified hypotheses about where problems cluster, deep-read only that slice, then verify against the Admin API. The full method is in [references/triage-method.