skills/council/advocate/i18n-review/SKILL.md
Use when reviewing internationalization readiness of a feature or codebase. Covers locale strategy, RTL layout, string externalization, pluralization, date/number formatting, and cultural UX adaptation. Do not use for general accessibility audits (use interaction-design).
npx skillsauth add dtsong/my-claude-setup i18n-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Evaluate internationalization readiness across UI, data, and content layers to ensure the product works correctly for users in any locale.
Reads source code, templates, and configuration for i18n analysis. Does not modify files or execute code. Does not perform actual translations.
No user-provided values are used in commands or file paths. All inputs are treated as read-only analysis targets.
fr-CA -> fr -> en).count === 1 checks).Intl.DateTimeFormat, Intl.NumberFormat, or equivalent locale-aware APIs.inline-start/inline-end vs left/right).dir="rtl" attribute propagation.Compaction resilience: If context was lost, re-read the Inputs section to identify the review target, check the Progress Checklist for completed steps, then resume from the earliest incomplete step.
| Category | Finding | Severity | Recommendation | |----------|---------|----------|----------------| | String externalization | ... | High/Med/Low | ... | | Locale strategy | ... | ... | ... | | Pluralization | ... | ... | ... | | Date/Number formatting | ... | ... | ... | | RTL support | ... | ... | ... | | Cultural adaptation | ... | ... | ... |
testing
Use to convert a Word .docx file to PDF and/or verify its page count. Triggers on: converting docx to pdf, rendering a document, checking how many pages a docx produces, or asserting a page-count constraint (e.g. a resume must stay 2 pages). Wraps LibreOffice headless conversion.
development
Security audit checklist for web applications. Use when reviewing, auditing, or hardening a web app's security posture. Covers rate limiting, auth headers, IP blocking, CORS, security middleware, input validation, file upload limits, ORM usage, and password hashing. Triggers on requests like "review security", "harden this app", "security audit", "check for vulnerabilities", or when building/reviewing API endpoints.
development
Interactive wizard to craft effective prompts using Claude Code best practices
tools
Use when batch labeling, prioritizing, and assigning GitHub issues during triage sessions.