Loading...
Loading...
Prepare and execute deployments with pre-flight checks, release notes generation, and CI/CD integration. NEVER auto-deploy. Use when user explicitly says "deploy", "release", or "go live".
npx skill4agent add lee-to/ai-factory ai-factory.deploynpm run buildcargo build.env.examplenpm audit/ai-factory.deploy staging/ai-factory.deploy production## Deployment Readiness Check
### Git Status
✅ Working directory clean
✅ On branch: main
✅ Up to date with origin/main
### Build
✅ Build successful
⏱️ Build time: 45s
### Tests
✅ All tests passing (142/142)
📊 Coverage: 78%
### Environment
✅ All required variables set
⚠️ Optional: SENTRY_DSN not set
### Dependencies
✅ No known vulnerabilities
⚠️ 3 packages have updates available
## Verdict: ✅ Ready for deployment## Release v1.2.3
### Features
- feat(auth): Add OAuth2 support (#45)
- feat(api): New user endpoints (#48)
### Bug Fixes
- fix(ui): Correct button alignment (#46)
### Other Changes
- chore(deps): Update dependencies
- docs: Update API documentationvercel --prodnetlify deploy --prodrailway upkubectl apply/ai-factory.deploy/ai-factory.deploy staging/ai-factory.deploy production