openclaw skill install docker-production-best-practices
openclaw skill install docker-production-best-practices
openclaw skill install docker-production-best-practices
openclaw skill install kubernetes-manifests-and-helm
openclaw skill install kubernetes-manifests-and-helm
openclaw skill install kubernetes-manifests-and-helm
openclaw skill install k8s-troubleshooting-runbooks
openclaw skill install k8s-troubleshooting-runbooks
openclaw skill install k8s-troubleshooting-runbooks
openclaw skill install github-actions-workflows
openclaw skill install github-actions-workflows
openclaw skill install github-actions-workflows
# Example pattern the skill produces
jobs: test: strategy: matrix: node-version: [18, 20, 22] steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci - run: npm test
# Example pattern the skill produces
jobs: test: strategy: matrix: node-version: [18, 20, 22] steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci - run: npm test
# Example pattern the skill produces
jobs: test: strategy: matrix: node-version: [18, 20, 22] steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci - run: npm test
openclaw skill install gitlab-ci-pipelines
openclaw skill install gitlab-ci-pipelines
openclaw skill install gitlab-ci-pipelines
openclaw skill install ci-security-scanning
openclaw skill install ci-security-scanning
openclaw skill install ci-security-scanning
openclaw skill install terraform-aws-modules
openclaw skill install terraform-aws-modules
openclaw skill install terraform-aws-modules
openclaw skill install terraform-gcp-modules
openclaw skill install terraform-gcp-modules
openclaw skill install terraform-gcp-modules
openclaw skill install pulumi-typescript-infra
openclaw skill install pulumi-typescript-infra
openclaw skill install pulumi-typescript-infra
openclaw skill install prometheus-grafana-observability
openclaw skill install prometheus-grafana-observability
openclaw skill install prometheus-grafana-observability
openclaw skill install datadog-apm-logging
openclaw skill install datadog-apm-logging
openclaw skill install datadog-apm-logging
openclaw skill install docker-production-best-practices
openclaw skill install kubernetes-manifests-and-helm
openclaw skill install github-actions-workflows
openclaw skill install terraform-aws-modules
openclaw skill install prometheus-grafana-observability
openclaw skill install ci-security-scanning
openclaw skill install docker-production-best-practices
openclaw skill install kubernetes-manifests-and-helm
openclaw skill install github-actions-workflows
openclaw skill install terraform-aws-modules
openclaw skill install prometheus-grafana-observability
openclaw skill install ci-security-scanning
openclaw skill install docker-production-best-practices
openclaw skill install kubernetes-manifests-and-helm
openclaw skill install github-actions-workflows
openclaw skill install terraform-aws-modules
openclaw skill install prometheus-grafana-observability
openclaw skill install ci-security-scanning
openclaw skill install docker-production-best-practices
openclaw skill install kubernetes-manifests-and-helm
openclaw skill install gitlab-ci-pipelines
openclaw skill install terraform-gcp-modules
openclaw skill install datadog-apm-logging
openclaw skill install ci-security-scanning
openclaw skill install docker-production-best-practices
openclaw skill install kubernetes-manifests-and-helm
openclaw skill install gitlab-ci-pipelines
openclaw skill install terraform-gcp-modules
openclaw skill install datadog-apm-logging
openclaw skill install ci-security-scanning
openclaw skill install docker-production-best-practices
openclaw skill install kubernetes-manifests-and-helm
openclaw skill install gitlab-ci-pipelines
openclaw skill install terraform-gcp-modules
openclaw skill install datadog-apm-logging
openclaw skill install ci-security-scanning - Using latest tags instead of pinned versions
- Running processes as root inside containers
- Copying node_modules or .venv into the build context
- Missing HEALTHCHECK instructions
- Bloated images from unnecessary build dependencies - Deployment with proper rolling update strategy and resource constraints
- HorizontalPodAutoscaler configuration based on CPU and custom metrics
- NetworkPolicy for pod-to-pod traffic isolation
- PodSecurityStandard enforcement with restricted profiles
- Helm template functions, named templates, and dependency management - Request rate: rate(http_requests_total[5m])
- Error percentage: sum(rate(http_requests_total{status=~"5.."}[5m])) / sum(rate(http_requests_total[5m])) * 100
- P99 latency: histogram_quantile(0.99, rate(http_request_duration_seconds_bucket[5m]))
- Alerting on burn rate for SLO compliance