senior-devops
أتمتة DevOps مع خبرة CI/CD وIaC
Également disponible depuis: alirezarezvani
يتطلب إعداد خطوط أنابيب CI/CD وإدارة البنية التحتية السحابية خبرة عميقة عبر منصات متعددة. توفر هذه المهارة قوالب وأنماط وسكريبتات أتمتة لـ Docker وKubernetes وTerraform ومزودي السحابة الرئيسيين.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "senior-devops". Generate a CI/CD pipeline for my Node.js project on GitHub Actions. Deploy to AWS ECS.
Résultat attendu:
- GitHub Actions workflow created with stages: lint, test, build, security-scan, deploy
- Dockerfile optimized for production with multi-stage build
- ECS task definition with proper resource allocation
- Blue-green deployment configuration for zero-downtime releases
- Rollback workflow triggered on health check failures
Utilisation de "senior-devops". Create Terraform for AWS VPC with public and private subnets, RDS database, and load balancer.
Résultat attendu:
- VPC module with configurable CIDR blocks and availability zones
- Public and private subnet allocation with proper routing tables
- RDS PostgreSQL instance with security groups and parameter groups
- Application Load Balancer with target groups and health checks
- Terraform state configuration with remote backend
Utilisation de "senior-devops". Design a canary deployment strategy for my Kubernetes microservices.
Résultat attendu:
- Canary Service with weighted traffic splitting configuration
- Istio VirtualService or Flagger Canary resource definition
- HorizontalPodAutoscaler for automatic scaling based on metrics
- Prometheus metrics for monitoring canary rollout progress
- Automated rollback triggers based on error rate thresholds
Audit de sécurité
SûrThree Python scaffolding scripts that generate configurations for CI/CD, Terraform, and deployment workflows. No network access, no shell execution, no credential access. Filesystem writes only to user-specified paths for report output. All 72 static findings are false positives triggered by documentation keywords and code block syntax misinterpreted as shell commands.
Facteurs de risque
⚡ Contient des scripts (3)
📁 Accès au système de fichiers (3)
Score de qualité
Ce que vous pouvez construire
إعداد خط أنابيب CI/CD
إنتاج خطوط أنابيب CI/CD جاهزة للإنتاج مع الاختبارات وفحص الأمان وبوابات النشر
قوالب البنية التحتية
إنشاء وحدات Terraform وأنماط IaC للبنية التحتية السحابية القابلة للتوسع على AWS وAzure وGCP
تنسيق الحاويات
تصميم نشرات Kubernetes وHelm charts واستراتيجيات الحاويات للخدمات المصغرة
Essayez ces prompts
Generate a CI/CD pipeline for my [language] project on [platform]. Include stages for build, test, security scan, and deploy to [environment].
Create Terraform configuration for [aws/azure/gcp] infrastructure. Include [vpc/networking], [ec2/compute], and [rds/database] resources with proper tagging.
Design a [blue-green/canary/rolling] deployment strategy for Kubernetes. Include service configuration, readiness probes, and rollback procedures.
Create infrastructure as code for a multi-cloud architecture with [aws and gcp]. Include VPC peering, load balancing, and secret management configuration.
Bonnes pratiques
- قدم تفاصيل محددة عن مجموعة التقنيات الخاصة بك ومزود السحابة والهدف للحصول على تكوينات دقيقة
- راجع كود Terraform وخط الأنابيب المنشأ قبل تطبيقه في بيئات الإنتاج
- استخدم الأدلة المرجعية في المهارة لفهم الأنماط قبل التخصيص
Éviter
- طلب من المهارة تنفيذ Terraform مباشرة أو النشر في بيئات سحابية حية
- توقع بيانات اعتماد للإنتاج أو إدارة الأسرار في القوالب المنشأة
- طلب تكوينات معقدة متعددة السحابة دون تحديد متطلبات التكامل