一键导入
localize
Comprehensive localization verification for MirrorBuddy features via npm run i18n:check
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Comprehensive localization verification for MirrorBuddy features via npm run i18n:check
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Open a PR with MirrorBuddy checklist — ci:summary green, conventional commit, issue link, wait CI, require explicit user approval before merge.
Gate before claiming any task complete. Runs health-check.sh + ci:summary, pastes output, only then allows "done" claim.
Bootstrap isolated git worktree under ./worktrees/<task-id>. Verifies non-empty path, branch created, deps linked. Prevents working directly on main.
Pre-release validation for MirrorBuddy via app-release-manager subagent
CI verification and build validation for MirrorBuddy. Use when running checks, validating builds, or verifying code quality before commits.
Release readiness verification for MirrorBuddy. Use when preparing releases, checking deployment readiness, or running pre-release validation.
| name | localize |
| description | Comprehensive localization verification for MirrorBuddy features via npm run i18n:check |
| allowed-tools | ["Read","Glob","Grep","Bash"] |
| context | fork |
| user-invocable | true |
Localization verification for MirrorBuddy (5 languages: it, en, fr, de, es).
npm run i18n:check
npx eslint {file} --rule 'local-rules/no-hardcoded-italian: error'
For each missing key: verify intent, sync locales, then rerun checks.
npx tsx scripts/i18n-sync-namespaces.ts --add-missing
npm run i18n:check
<span>Ciao!</span>const t = useTranslations(); <span>{t('greetings.hello')}</span>npm run i18n:check returns PASSnpm run release:gate includes localization check.