production-readiness
Validate code for production deployment
Code often fails in production due to missed quality gates. This skill runs comprehensive pre-deployment validation including security scans, performance benchmarks, and documentation checks to catch issues before deployment.
スキル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)
品質スコア
作れるもの
Pre-deployment gate
Run comprehensive validation before deploying new features to production environments
Release readiness check
Validate that all quality gates pass before approving a release
Security compliance audit
Scan for vulnerabilities and hardcoded secrets before production deployment
これらのプロンプトを試す
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
ベストプラクティス
- Run validation before every deployment to catch issues early
- Address critical and high-severity findings immediately
- Use generated deployment checklist as sign-off document
回避
- Skipping validation for urgent deployments
- Ignoring warnings about documentation gaps
- Deploying without reviewing the generated checklist
よくある質問
Which AI tools support this skill?
What quality gates must pass?
How does it integrate with CI/CD?
Is data safe?
What if performance tests fail?
How is this different from quick-quality-check?
開発者の詳細
作成者
DNYoussefライセンス
MIT
リポジトリ
https://github.com/DNYoussef/ai-chrome-extension/tree/main/.claude/skills/production-readiness参照
main
ファイル構成
📄 SKILL.md