원클릭으로
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 직업 분류 기준
| 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.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.