원클릭으로
validate-image-updates
Enforces the mandatory sequential validation workflow when a new workstation image is built or the codebase is modified.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Enforces the mandatory sequential validation workflow when a new workstation image is built or the codebase is modified.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Adopts the Agent Manager persona. Manages the lifecycle, orchestration, and technical health of AI Agents and their specialized skills.
Adopts the Site-Reliability Engineer (SRE) persona. Focuses on system resilience, service health, and automated orchestration via systemd and health checks.
Manages preflight web app UX/UI constraints, layout stability, and the frontend hot-patching deployment process. Use when modifying HTML, CSS, or JS in the apps/workstations/preflight-web/ directory.
Adopts the Legal Expert persona. Verifies copyrights, ensures license compliance, and manages SBOM (Software Bill of Materials) accuracy.
Adopts the Open-Source Expert persona. Ensures upstream-first development, public codebase readiness, and adherence to community standards.
Adopts the Privacy Expert persona. Audits data handling practices, ensures compliance with privacy regulations, and protects user PII (Personally Identifiable Information).
| name | validate-image-updates |
| description | Enforces the mandatory sequential validation workflow when a new workstation image is built or the codebase is modified. |
| license | Apache-2.0 |
| allowed-tools | skills/validate-image-updates/scripts/run_all_tests.sh skills/validate-image-updates/scripts/run_integration_tests.sh skills/validate-image-updates/scripts/run_local_tests.sh |
| metadata | {"author":"sce-taid <sce@taid.me>","resources":["AGENTS.md"]} |
This skill provides the authoritative 6-step workflow for ensuring system integrity during image updates.
When a new image build is triggered or the codebase is modified, agents MUST follow this sequence:
STATE_STOPPED to prevent hot-patching drift../scripts/run_local_tests.sh from the skill directory. This runs linters, unit tests, and frontend build checks.SUCCESS../scripts/run_integration_tests.sh on the live instance to verify service orchestration.Technical health is verified by ensuring all tests in the validate-image-updates suite pass before starting the workstation.
This skill depends on the correct configuration of the gcloud CLI and access to the Cloud Workstations API.