What problem does it solve?
This Skill finds internationalization and localization regressions in rcode workflows before they reach users, especially cases where English-only output leaks into multilingual experiences.
Core Features & Use Cases
- Workflow output audit: Detects hardcoded English strings in banners, logs, and user-facing messages.
- Subagent propagation checks: Verifies that response_language is passed through when spawning subagents.
- Prompt localization review: Flags AskUserQuestion prompts that are English-only and may break bilingual flows.
- RTL and Arabic layout review: Surfaces layout and display issues that can affect right-to-left content.
- Use case: Run it when a workflow starts behaving inconsistently across languages and you need a fast, audit-only review without changing localization files.
Quick Start
Ask the rcode-i18n-auditor to run an i18n audit on the workflow files and report hardcoded English strings, missing response_language propagation, and RTL prompt issues.