rcode-i18n-auditor

Detect internationalization regressions in rcode workflow files.

2|1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/hanzlahabib/rcode --skill rcode-i18n-auditor
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: rcode-i18n-auditor
Source: https://github.com/hanzlahabib/rcode/tree/main/rcode/skills/agents/rcode-i18n-auditor
Command: npx skills add https://github.com/hanzlahabib/rcode --skill rcode-i18n-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about rcode-i18n-auditor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect hardcoded English strings in my workflow files?▼

You can detect hardcoded English strings in workflow files by running an internationalization audit that scans banners, logs, and user-facing messages to identify English-only text before it leaks into multilingual experiences.

How do I ensure response_language is passed through when spawning subagents?▼

To ensure response_language is passed through when spawning subagents, you need a subagent propagation check that verifies language parameters are correctly inherited by child tasks during workflow execution.

What is the best way to audit AskUserQuestion prompts for localization issues?▼

The best way to audit AskUserQuestion prompts for localization issues is to use a prompt localization review that flags English-only prompts which may break bilingual flows and user interactions.

Can I check my workflow for RTL and Arabic layout issues without modifying files?▼

Yes, you can check for RTL and Arabic layout issues using an audit-only review that surfaces display problems affecting right-to-left content without modifying any existing localization files.

Why does my workflow behave inconsistently across different languages?▼

Your workflow behaves inconsistently across languages because of internationalization regressions, such as missing response_language propagation or hardcoded English strings that leak into multilingual outputs.