i18n Check — Testing skill for Claude Code
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
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.
- Run it:
cd packages/ui && npx vitest run src/lib/i18n/__tests__/locales.test.ts - If it passes, report "locales in parity ✓" and stop.
- 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 RepositoryRelated Skills
Flaky Test
Diagnose a flaky test by running it N times. Delegates to flaky-test-isolator subagent — N runs, signature-gro
Flutter Test
Run Flutter/Dart tests, report failures, and incrementally fix test issues. Covers unit, widget, golden, and i
Vnv Sprint Prep
V&V (Validation and Verification) sprint preparation — check cross-platform parity on the dev board, clone spr
Test And Fix
Run tests and fix any failures
Fix Failures
Systematically identify, categorize, and fix test/linter failures using appropriate tools and agents
Parallel Fix
Use when facing 3+ independent test failures or broken subsystems with different root causes. Dispatches one a
Related Agents
Rondoflow i18n Translator
Translates RondoFlow UI strings into Slovak (sk) and Spanish (es) and writes them into the locale catalogs, ke
Spgr Agent i18n
Owns string externalization, locale-aware formatting, RTL layout support, and translation workflow for product
i18n Validator
Validate translation files for completeness and correctness. Checks missing keys across locales, incorrect dia