スキル production-readiness
🚀

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.

対応: Claude Codex Code(CC)
⚠️ 66 貧弱
1

スキルZIPをダウンロード

2

Claudeでアップロード

設定 → 機能 → スキル → スキルをアップロードへ移動

3

オンにして利用開始

テストする

「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

セキュリティ監査

低リスク
v5 • 1/17/2026

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.

2
スキャンされたファイル
704
解析された行数
4
検出結果
5
総監査数

リスク要因

⚡ スクリプトを含む (1)
⚙️ 外部コマンド (3)
📁 ファイルシステムへのアクセス (2)
🌐 ネットワークアクセス (3)
監査者: claude 監査履歴を表示 →

品質スコア

38
アーキテクチャ
100
保守性
85
コンテンツ
19
コミュニティ
90
セキュリティ
83
仕様準拠

作れるもの

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

これらのプロンプトを試す

Quick readiness check
Run production-readiness validation on the current project directory for production deployment
Staging validation
Check production-readiness for staging environment on ./src directory
Full security scan
Run production-readiness with full security deep-dive including dependency vulnerability scan
Skip performance tests
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?
This skill works with Claude, Codex, and Claude Code for pre-deployment validation tasks.
What quality gates must pass?
All tests passing, code quality ≥85, test coverage ≥80%, zero critical/high security issues.
How does it integrate with CI/CD?
The skill generates deployment checklists and returns exit codes for automation pipelines.
Is data safe?
All validation runs locally; only npm audit connects to public registry for vulnerability checks.
What if performance tests fail?
Performance failures block production deployments but allow staging with warnings.
How is this different from quick-quality-check?
Production-readiness includes security scans, dependency audits, and generates deployment checklists.

開発者の詳細

ファイル構成

📄 SKILL.md