uimatch-text-diff

Compare two pieces of text using the uiMatch CLI text-diff command and classify how similar they are (exact match, whitespace/case-only, normalized match, or mismatch). Use this skill when the user cares about copy or label differences between design and implementation, or wants a cheap text-only check without running browser-based visual comparison.

$ 安裝

git clone https://github.com/kosaki08/uimatch /tmp/uimatch && cp -r /tmp/uimatch/experiments/skills/uimatch-text-diff ~/.claude/skills/uimatch

// tip: Run this command in your terminal to install the skill