Skip to main content

infra-release-readiness

PetSwipe infrastructure and deployment workflow for Kubernetes, Terraform, production Docker Compose, release bundle, and preflight validation. Use when the task is explicitly about deployability, production readiness, operator workflow, or infra/devops changes.

설치로 이동

소스 정보

저장소
hoangsonww/PetSwipe-Match-App
최근 소스 활동
2026년 2월 28일 01:57
감지된 SKILL.md 언어
영어
스타
26
포크
12

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
3 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
infra-release-readiness
description
PetSwipe infrastructure and deployment workflow for Kubernetes, Terraform, production Docker Compose, release bundle, and preflight validation. Use when the task is explicitly about deployability, production readiness, operator workflow, or infra/devops changes.
Use this skill for deployment-readiness and infra/devops work in PetSwipe. ## Workflow 1. Inspect the touched infra area first: Kubernetes, Terraform, Docker Compose, scripts, or docs. 2. Run the strongest repo-native validation available. 3. Separate what is repo-ready from what still depends on real operator values. 4. Update operator docs when the workflow changes. 5. Do not claim enterprise readiness unless the repo and operator prerequisites both support it. ## Repo-Specific Guidance - Kubernetes validation lives in `make k8s-preflight`, `make k8s-render`, and `make k8s-render-prod`. - Terraform validation starts with `make tf-preflight ENV=production`. - Deploy and release guardrails exist in: - `scripts/deploy-preflight.sh` - `scripts/terraform-preflight.sh` - `scripts/k8s-preflight.sh` - `scripts/release-bundle.sh` - Production still depends on real operator inputs like `.env.production`, `terraform/backend.hcl`, `terraform/environments/*.tfvars`, and non-placeholder Kubernetes values. Read `references/deployment-checklist.md` before concluding.
GitHub에서 보기