validate_localization_coverage

Generate a localization coverage report from check-i18n output.

2|Updated Apr 7, 2025
One-click install
npx skills add https://github.com/ericfitz/tmi-ux --skill validate-localization-coverage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate_localization_coverage
Source: https://github.com/ericfitz/tmi-ux/tree/main/.claude/skills/validate_localization_coverage
Command: npx skills add https://github.com/ericfitz/tmi-ux --skill validate-localization-coverage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the verification of localization completeness by generating a coverage report for all localization files using the project's check-i18n tool. It helps teams audit translations, identify languages needing attention, and prioritize localization work.

Core Features & Use Cases

  • Automated coverage reporting: Runs the project's pnpm run check-i18n to compare master and translations and parses the results into a structured report.
  • Language health insights: Produces per-language metrics (missing keys, coverage percent) plus a summary to guide localization efforts.
  • Operational workflow: Ideal for localization QA, backlog triage, and tracking progress across many languages.

Quick Start

Run at the repository root: pnpm run check-i18n The Skill returns a structured JSON report including master_file, total_keys, per_language, and summary.