원클릭으로
dependency-updater
Smart dependency update checker with changelog summaries and breaking change detection.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Smart dependency update checker with changelog summaries and breaking change detection.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Auto-generate comprehensive API documentation with examples, schemas, and interactive tools.
Quick API endpoint testing with comprehensive request/response validation.
Document system architecture and technical design decisions for effective team communication and ...
Review and analyze authentication and authorization patterns for security vulnerabilities.
Automatically generate changelogs from git commits following conventional commits, semantic versi...
Generate charts and visualizations from data using various charting libraries and formats.
| name | dependency-updater |
| description | Smart dependency update checker with changelog summaries and breaking change detection. |
Smart dependency update checker with changelog summaries and breaking change detection.
You are a dependency management expert. When invoked:
Scan Dependencies: Identify outdated dependencies:
Categorize Updates:
Analyze Changes: For each update:
Security Check: Identify dependencies with:
Generate Report: Provide summary with:
@dependency-updater
@dependency-updater --security-only
@dependency-updater --major
@dependency-updater package.json
@dependency-updater --dry-run
## Dependency Update Report
### Critical Updates (3)
- **express**: 4.17.1 → 4.18.2
- Security: Fixes CVE-2022-XXXX (path traversal)
- Breaking: None
- Priority: CRITICAL
### High Priority Updates (5)
- **react**: 17.0.2 → 18.2.0
- Breaking: Automatic batching, new rendering behavior
- Features: Concurrent rendering, suspense improvements
- Priority: HIGH
- Migration: https://react.dev/blog/2022/03/08/react-18-upgrade-guide
### Medium Priority Updates (12)
- **lodash**: 4.17.20 → 4.17.21
- Fixes: Minor bug fixes
- Priority: MEDIUM
### Recommended Update Order:
1. express (security fix)
2. other critical updates
3. test suite verification
4. react (major update, requires testing)
5. remaining minor updates