Link Validation banner
Shopify Shopify

Link Validation

Development community

Description

--- name: ui-extensions-validate-links description: Use when validating that documentation links in the ui-extensions repo point to real pages on shopify.dev. Run separately from other validation skills due to MCP tool overhead. --- # Link Validation Validates that documentation links point to real shopify.dev pages. This skill uses MCP tools and adds time to validation — run it separately from content validation skills. **How to use:** For each link found in the files provided, use `mcp__sho

Installation

Installs to ~/.claude/skills/shopify-ui-extensions-link-validation/SKILL.md

Terminal
mkdir -p ~/.claude/skills/shopify-ui-extensions-link-validation && curl -fsSL https://raw.githubusercontent.com/Shopify/ui-extensions/HEAD/.claude/skills/link-validation.md -o ~/.claude/skills/shopify-ui-extensions-link-validation/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository