ワンクリックで
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.