بنقرة واحدة
check-npm-updates
Run the npm package update check script and summarize available updates.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run the npm package update check script and summarize available updates.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
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 | check-npm-updates |
| description | Run the npm package update check script and summarize available updates. |
Use this skill when the user asks to check for npm dependency updates.
Run the repository script that checks package updates and report what can be updated.
Run from repository root:
npm run check-npm-updatescmd /c "npm run check-npm-updates"package.json or lockfiles in this skill.pass/fail)Return:
npm install first.