원클릭으로
localize-update
Wrap unlocalized user-facing TSX strings with loc() using minimal, targeted source edits.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Wrap unlocalized user-facing TSX strings with loc() using minimal, targeted source edits.
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.
Orchestrate full localization by running localize-search, localize-update, and localize-strings in sequence.
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.
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-update |
| description | Wrap unlocalized user-facing TSX strings with loc() using minimal, targeted source edits. |
Use this skill when a user asks to convert existing hardcoded UI strings into localized strings.
Apply minimal, targeted localization updates in TSX files by wrapping user-facing literals in loc("...").
localize-search:
src/shared/**localize-scan-ignore<code>...</code> blocksTS, HTML, CSS, Libraries in src/components/PageEdit.tsxcontent="...", tip="...").loc("...").src/components/**.loc("...").loc import when missing: import { loc } from "../core/localize/loc"; (adjust relative path as needed).cmd /c "npm run extract-loc"zsh -lc "npm run extract-loc"localize/extract-loc.tsv, language map, enums) to make sure newly wrapped strings are included.localize-strings next)localize-strings for localization artifacts.