i18n-check

i18n-check is a skill for Claude Code from hereinthehive/gotrino-assistant. It costs 32 tokens per session (1,255 once invoked), scanned A, original, MIT.

A code review for internationalisation, meaning making software work for people in different languages, regions, date formats, and writing directions.

In plain words
What is it for?
Use it to review a file, group of files, or directory for problems affecting users around the world.
Why use it?
It finds issues such as ambiguous dates, text that is too short for translated words, and layouts that do not support right-to-left languages.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the gotrino-assistant plugin — 18 skills, 1 agent shipped together

Good fit Use it to review a file, group of files, or directory for problems affecting users around the world.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hereinthehive/gotrino-assistant/i18n-check
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hereinthehive/gotrino-assistant --skill i18n-check
Clone the repo
git clone --depth 1 https://github.com/hereinthehive/gotrino-assistant

Made for: Claude Code.

Or install gotrino-assistant, the plugin that ships this one along with the rest of its 18 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for i18n-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/hereinthehive/gotrino-assistant/i18n-check/github.svg)](https://agentmods.dev/skills/hereinthehive/gotrino-assistant/i18n-check)
Your own site
<a href="https://agentmods.dev/skills/hereinthehive/gotrino-assistant/i18n-check"><img src="https://agentmods.dev/badge/skills/hereinthehive/gotrino-assistant/i18n-check/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for i18n-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/hereinthehive/gotrino-assistant/i18n-check"><img src="https://agentmods.dev/badge/skills/hereinthehive/gotrino-assistant/i18n-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,255 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.01255
Opus 5 $0.00016 $0.00628
Sonnet 5 $0.00006 $0.00251
Haiku 4.5 $0.00003 $0.00126

Measured 11d ago against content hash 11678dd20603, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

i18n-check scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/i18n-check/SKILL.md · 159 lines

How it starts

The opening of the file, as written. The whole thing — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.

i18n Check

Analyze code for internationalization issues, with emphasis on understanding impact and user experience.

Philosophy

This is not about flagging every hardcoded string. It's about asking:

"If someone in Cairo, Munich, or Tokyo uses this, will it work for them?"

i18n issues aren't just bugs—they're barriers. A date shown as "12/05/2024" is ambiguous to most of the world. A text field that truncates German words breaks the experience. A layout that assumes left-to-right excludes 400 million RTL readers.

Scope

The user may specify a file path, glob pattern, or directory. If not specified, ask what they'd like to check.

Config Integration

Before starting, follow the migration preflight in references/config-migration.md, then read .assistant-config.md from the project root.

If it exists:

  1. Read scope decisions and acknowledged findings
  2. If i18n is "out of scope": Skip the check entirely, output brief note:
    ## i18n Analysis: [path]
    
    **Skipped:** i18n checks disabled per project config (US-only)
    To re-enable, update .assistant-config.md
    
  3. If in scope: Skip acknowledged findings, note them in output
  4. Note at the top of output: "Config loaded: .assistant-config.md"

Process

1. Read and Understand

First, read the code to understand:

  • What does this component/file do?
  • Is this user-facing or internal tooling?
  • What kind of content does it display? (dates, numbers, text, forms)
  • Is there existing i18n infrastructure? (react-intl, i18next, etc.)

2. Trace the User Experience

Think through what users see:

  • Where do dates/times appear? How are they formatted?
  • Where does text appear? Can it expand without breaking?
  • What direction does the layout assume?
  • What do forms ask for? Are fields US-specific?

3. Assess Impact by Audience

Critical (breaks functionality):

  • Date formats that cause confusion (12/05 - December 5 or May 12?)
  • Forms that require US-only fields (State, ZIP) with no alternatives
  • Layouts completely broken in RTL

Read the full file on GitHub · 159 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 159 lines · 32 tokens per session scan A 11678dd20603

Subscribe to this mod's changes

i18n-check is a skill published in the GitHub repository hereinthehive/gotrino-assistant (5 stars, last pushed 4mo ago), licensed MIT. It adds 32 tokens to every session and 1,255 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

magpie-pr-management-quick-merge

Identify trivial, low-risk pull requests in the ready for maintainer review queue of that pass every quality gate and touch only supplementary areas (docs, changelog, translations, tests) — the "express lane" a maintainer can review and merge in seconds. Surfaces and ranks candidates with per-PR diff summaries, an…

apache/magpie · 187 tokens

review-all

Multi-agent code review for diffs (project-agnostic). Covers standards, bugs, security, DRY, smells, perf, tests, API contracts, a11y/i18n. Verifies each finding to eliminate false positives. Use for /review-all, pre-PR/pre-commit review, or auditing uncommitted/staged changes.

ncoevoet/claude-review-all · 74 tokens

fec-drawio-studio

An editable workflow for making technical diagrams in draw.io (also called diagrams.net), with the original .drawio file saved alongside exported images or documents. It covers architecture, database, UML, sequence, flow, machine-learning, and code-structure diagrams.

bovinphang/frontend-craft · 154 tokens

fec-nextjs-project-standard

A development guide for Next.js 14 and newer projects using App Router, Next.js’s file-based routing system. It covers server-rendered pages, layouts, data loading, middleware, metadata, and server actions.

bovinphang/frontend-craft · 86 tokens

fec-component-testing

A guide for writing and reviewing front-end unit, component, and lightweight integration tests. These tests check small pieces of code and UI behavior without running a full browser journey.

bovinphang/frontend-craft · 123 tokens

fec-monorepo-project-standard

A guide for organising a monorepo, which is one code repository containing several applications and shared packages. It covers workspace dependencies, folder structure, build tasks, testing, caching, and package releases.

bovinphang/frontend-craft · 62 tokens