ワンクリックで
deps-minor
Safe minor dependency updates with validation (lint/test/build) and automatic rollback on failure.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Safe minor dependency updates with validation (lint/test/build) and automatic rollback on failure.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Comprehensive static code analysis to enforce architectural patterns, conventions, and code quality standards.
Architecture dependency analysis to ensure proper feature isolation and composition root pattern.
Comprehensive documentation generation through automated codebase analysis, pattern detection, and diagram creation.
Dependency health analysis to detect outdated packages and unused dependencies.
Security vulnerability analysis to detect hardcoded secrets, dangerous patterns, and unsafe code practices.
Test coverage analysis to ensure adequate testing, Storybook coverage, and test quality.
| name | deps-minor |
| description | Safe minor dependency updates with validation (lint/test/build) and automatic rollback on failure. |
Perform safe minor npm dependency updates for the current project.
Run validation (lint → test → build) after each update, and revert if any step fails.
No major updates are performed.
dependencies and devDependencies.x.X.x).ncu --target minor --jsonAlli18next, 18next, or storybookncu -u <pkg-list> --target minor
npm install --no-audit --no-fund
npm run lint
npm run test
npm run build
package.json, test scriptspackage.json, package-lock.jsonpackage.json and package-lock.json before updates.