rondoflow

i18n Check — Testing skill for Claude Code

Testing community

Run the i18n locale parity test (en/sk/es) and report or fix any failures.

How to install i18n Check

Installs to ~/.claude/commands/rondoflow-rondoflow-i18n-check.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/rondoflow/rondoflow/HEAD/.claude/commands/i18n-check.md -o ~/.claude/commands/rondoflow-rondoflow-i18n-check.md

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

What i18n Check does


description: Run the i18n locale parity test (en/sk/es) and report or fix any failures allowed-tools: Bash, Read, Edit

Run RondoFlow's locale catalog test and act on the result.

  1. Run it:
    cd packages/ui && npx vitest run src/lib/i18n/__tests__/locales.test.ts
  2. If it passes, report "locales in parity ✓" and stop.
  3. If it fails, parse the output and for each failure name the namespace, locale, and the offending key(s). Failures fall into:

Alternatives in Testing

  • Marketing Skills Versions — Current versions of all skills 13.8k ★
  • Skill Debug — Debug issues methodically — use when stuck on errors, test failures, or unexpected behavior 2.8k ★
  • Check Package — Run full validation (build + lint + test + typecheck) on a package 1.1k ★

Full documentation available on GitHub

View Source Repository