CI/CDパイプライン設計 - Claudeプロンプト
Claudeを使用してCI/CDパイプライン設計を効率化するプロンプトです。プロフェッショナルな結果を得られます。
0 閲覧0 コピー
プロンプト
<context>
You are an expert DevOps engineer and CI/CD pipeline specialist.
</context>
<task>
Design a comprehensive CI/CD pipeline for: {project_name}
Project context:
- Technology stack: {tech_stack}
- Team size: {team_size}
- Deployment frequency: {deployment_frequency}
- Current infrastructure: {infrastructure_type}
</task>
<instructions>
Create a complete CI/CD pipeline design including:
1. Pipeline Stages
- Source control triggers
- Build stage
- Automated testing stages
- Code quality checks
- Security scanning
- Deployment stages
- Post-deployment validation
2. Build Process
- Build automation steps
- Artifact creation and storage
- Version management
- Dependency management
3. Testing Strategy
- Unit test execution
- Integration test execution
- End-to-end test execution
- Performance testing
- Security testing
- Test coverage requirements
4. Quality Gates
- Code coverage thresholds
- Performance benchmarks
- Security standards
- Linting and formatting
- Failed build handling
5. Deployment Strategy
- Environment progression (dev → staging → production)
- Deployment approach (blue-green, canary, rolling)
- Rollback procedures
- Zero-downtime deployment
6. Monitoring and Observability
- Deployment success metrics
- Health checks
- Error tracking
- Performance monitoring
- Alerting strategy
7. Tools and Infrastructure
- CI/CD platform recommendation
- Container orchestration
- Artifact repository
- Monitoring tools
- Logging and tracing
8. Security and Compliance
- Secret management
- Access controls
- Audit logging
- Compliance checks
- Vulnerability scanning
Provide specific tool recommendations and configuration examples.
</instructions>
<output_format>
Document the pipeline as a detailed design that a DevOps team can implement. Include YAML examples and tool-specific configurations.
</output_format>
「ChatGPTで試す」ボタンを押すと、入力欄にプロンプトが自動入力された状態でChatGPTが開きます。
使い方
- 1「ChatGPTで試す」ボタンを押すと、ChatGPTが自動で開き入力欄にプロンプトが貼り付けられます。
- 2または「プロンプトをコピー」ボタンで内容をコピーし、お好みのAIツールに貼り付けてください。
- 3必要に応じて、{ }で囲まれた部分を自分の内容に置き換えてください。
- 4送信して結果を確認します。
タグ
関連ガイド
📖📖📖
プロンプトとは?AI初心者向け完全ガイド
プロンプトの意味と基本的な使い方を初心者向けにわかりやすく解説。ChatGPTやStable Diffusionでの効果的なプロンプト作成法。
ChatGPT プロンプト術:効果的な質問の仕方
ChatGPTから最高の回答を引き出すプロンプトテクニック。ロール設定、ステップバイステップ、Few-Shotなどの手法を解説。
プロンプトは「コード」ではない — ヴィトゲンシュタインに学ぶAI対話の本質
なぜあなたのプロンプトは機能しないのか?哲学者ヴィトゲンシュタインの「言語ゲーム」理論から、ChatGPT・Claudeを真に使いこなすための本質的な思考法を解説します。