Use when checking PuPu's translation coverage after adding or changing UI strings, or when asked "are translations complete / 漏翻了吗 / 检查 i18n". Audits all 11 locales in src/locales against en.json (source of truth), auto-fills missing keys by translating them, and reports orphan keys, placeholder mismatches, dead keys, and t() references missing from en.json. Additions auto-apply; deletions/edits are report-only and need confirmation. Never commits.
$npx -y skills add haoxiang-xu/pupu --skill pupu-i18n-coverageInstalls into the current project.
Run `npx skills use "https://github.com/haoxiang-xu/pupu" --skill "haoxiang-xu/pupu/pupu-i18n-coverage"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/haoxiang-xu/pupu" that are relevant to the current task. Run `npx skills add "https://github.com/haoxiang-xu/pupu"` and select the relevant skills, then follow their instructions.