一键导入
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.