production-readiness
التحقق من صحة الكود للنشر في الإنتاج
غالباً ما يفشل الكود في الإنتاج بسبب بوابات الجودة المفقودة. تقوم هذه المهارة بتشغيل التحقق الشامل قبل النشر بما في ذلك فحوصات الأمان ومقاييس الأداء وفحوصات التوثيق لاكتشاف المشكلات قبل النشر.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“production-readiness”。 Run production-readiness validation on my project for production deployment
预期结果:
- ✅ Tests passing - All tests passing
- ✅ Code quality 92/100 (need ≥85)
- ✅ Test coverage 85% (need ≥80%)
- ✅ Security scan clean (Critical: 0, High: 0)
- ✅ Performance within SLAs
- ✅ Documentation complete
- 🚀 READY FOR DEPLOYMENT
- See DEPLOYMENT-CHECKLIST.md for complete deployment steps
正在使用“production-readiness”。 Run production-readiness with full security scan
预期结果:
- ✅ Security deep-dive complete
- ✅ Dependencies audited - No critical vulnerabilities
- ✅ No hardcoded secrets found
- ⚠️ Documentation gap: Missing ROLLBACK.md
- Deployment checklist generated with 24 items
- Rollback plan documented in output
正在使用“production-readiness”。 Check staging readiness with performance skipped
预期结果:
- ✅ Quality gates evaluated (4/6 passed)
- ❌ Security scan found 2 high-severity issues
- ⚠️ Performance tests skipped as requested
- 🚫 NOT READY FOR DEPLOYMENT
- Fix high-severity vulnerabilities before proceeding
安全审计
低风险This is a legitimate DevOps validation tool. All 80 static findings are false positives: weak crypto patterns are keyword matches in documentation, Windows SAM database flags are .json file extensions misidentified, shell commands are standard bash scripting for deployment validation, and secret scanning is an intended security audit function. The skill operates locally with no credential exfiltration.
风险因素
⚡ 包含脚本 (1)
⚙️ 外部命令 (3)
📁 文件系统访问 (2)
🌐 网络访问 (3)
质量评分
你能构建什么
بوابة ما قبل النشر
تشغيل التحقق الشامل قبل نشر الميزات الجديدة في بيئات الإنتاج
فحص جاهزية الإصدار
التحقق من اجتياز جميع بوابات الجودة قبل الموافقة على إصدار
تدقيق الامتثال الأمني
فحص الثغرات والأسرار المدمجة قبل النشر في الإنتاج
试试这些提示
Run production-readiness validation on the current project directory for production deployment
Check production-readiness for staging environment on ./src directory
Run production-readiness with full security deep-dive including dependency vulnerability scan
Run production-readiness validation skipping performance benchmarks
最佳实践
- تشغيل التحقق قبل كل عملية نشر لاكتشاف المشكلات مبكراً
- معالجة النتائج الحرجة وعالية الخطورة فوراً
- استخدام قائمة التحقق من النشر الناتجة كوثيقة توقيع
避免
- تخطي التحقق للنشرات العاجلة
- تجاهل التحذيرات حول فجوات التوثيق
- النشر دون مراجعة قائمة التحقق الناتجة