i18n-validate-workflow
Installation
SKILL.md
i18n-validate: $ARGUMENTS
Run the i18n-validate CLI on the given path (default: auto-detect the locales
directory — look for locales/, messages/, i18n/, lang/), then fix every
problem it reports. With --no-fix, stop after reporting.
Step 1 — Setup check
command -v i18n-validate || npm install -g @i18n-agent/i18n-validate
Step 2 — Validate (machine-readable)
i18n-validate <path> --format json [--ref <lang>] [--strict]