ワンクリックで
localize
Orchestrate full localization by running localize-search, localize-update, and localize-strings in sequence.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Orchestrate full localization by running localize-search, localize-update, and localize-strings in sequence.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | localize |
| description | Orchestrate full localization by running localize-search, localize-update, and localize-strings in sequence. |
Use this skill when the user asks for end-to-end localization of newly added or changed UI strings.
Run the localization pipeline in a fixed order so missed strings are found, wrapped, translated, and embedded.
localize-search
localize-update
loc("...") updates for the selected candidate strings.localize-strings
localize/strings.tsv.localize-search exclusions and review behavior (including brand/product-name review before exclusion).Return a concise combined report with:
.github/skills/localize-search/SKILL.md.github/skills/localize-update/SKILL.md.github/skills/localize-strings/SKILL.mdRun the npm package update check script and summarize available updates.
Scan TSX files for potentially unlocalized user-facing strings while excluding known false positives.
Run the build-add-in localization workflow when UI strings are added or changed, including extracting strings, generating translation prompts, updating TSV language files, embedding localized output, and validating results.
Wrap unlocalized user-facing TSX strings with loc() using minimal, targeted source edits.
Run repository quality checks (compile, lint, style, spell-check, tests, and related validation), then produce an error report with likely root causes and suggested fixes.