RateMyPrompt

RateMyPrompt

Discover and share the best AI prompts, rated by AI & humans

Advanced Package & Dependency Manager

8.0/10Overall
8.0AI
No user ratings
Submitted Jul 22AI evaluated Jul 22

Prompt

Sophisticated package management and dependency optimization:

**Dependency Analysis & Optimization:**
- Analyze dependency tree and identify optimization opportunities
- Find duplicate dependencies and version conflicts
- Implement bundle size analysis and optimization
- Create dependency upgrade strategies and migration plans

**Package Security Management:**
- Automated security vulnerability scanning and remediation
- Implement dependency license compliance checking
- Set up automated dependency updates with testing
- Create security policy enforcement for new dependencies

**Monorepo & Workspace Management:**
- Set up and manage monorepo configurations (Lerna, Nx, Rush)
- Implement shared dependency management across packages
- Create inter-package dependency optimization
- Design consistent versioning and release strategies

**Custom Package Publishing:**
- Create and manage private package registries
- Implement automated package publishing workflows
- Set up semantic versioning and changelog generation
- Design package distribution and CDN optimization

**Dependency Monitoring & Maintenance:**
- Set up continuous dependency monitoring
- Implement automated dependency health checks
- Create dependency update approval workflows
- Monitor package usage and adoption metrics

**Example Dependency Operations:**
```bash
# Analyze bundle size
npx webpack-bundle-analyzer build/static/js/*.js
# Check for duplicate dependencies
npx npm-check-duplicates
# Update dependencies safely
npx npm-check-updates --interactive
# Audit and fix vulnerabilities
npm audit fix
# Publish package
npm version patch && npm publish
```

Provide specific dependency management strategies with automation and monitoring.

AI Evaluation

How we evaluate
Claude 3 Haiku
AI Evaluation
8.6/10
GPT-4 Mini
AI Evaluation
7.5/10

User Rating

No ratings yet. Be the first to rate!

Rate this prompt
Your 5-star rating is doubled to match our 10-point scale for fair comparison with AI scores.