shopify-catalog-audit

仓库创建 2026年7月6日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

帮助识别最多影响流量与转化的数据缺陷

▸ 风险提示

需商店只读 API 访问权限

这个 Skill 做什么

扫描 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).

垂直行业目录审核数据质量Shopify商品通用
7
Stars
0
Forks
10
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-catalog-audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kgelster/awesome-ecom-skills/main/skills/shopify-catalog-audit/SKILL.md"
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.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有