بنقرة واحدة
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 المهني
Run 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.
| 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.md