preen-i18n

Installation
SKILL.md

Preen i18n

Proactively audit internationalization (i18n) for missing translations, hardcoded strings, and type/key mismatches across all supported languages.

When to Run

Run this skill when maintaining translation coverage or during slack time. It searches for i18n gaps across the entire codebase.

Tooling

This skill uses scripts/preen/checkI18nCoverage.ts for automated detection:

# Text summary (default)
./scripts/preen/checkI18nCoverage.ts

# JSON output for programmatic use
./scripts/preen/checkI18nCoverage.ts --json
Installs
1
Repository
a2f0/tearleads
First Seen
Mar 9, 2026
preen-i18n — a2f0/tearleads