一键导入
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.