ワンクリックで
container-image-builds
Use this skill to understand how container images are built and pushed for the PersonalWebsite repository.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use this skill to understand how container images are built and pushed for the PersonalWebsite repository.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Deploy PersonalWebsite to OKD/OpenShift and work with infra scripts (okd-setup, ARC). Use when deploying, editing files under infra/, or configuring CI runners on the cluster.
Ensure codebase is formatted with Prettier before submitting a PR.
Personal site development and content.
Update and run unit and E2E tests after making changes to the site.
Use this skill to understand how to perform local development, running, and testing for the PersonalWebsite repository.
Use this skill to understand how website analytics are collected for the PersonalWebsite project via Datadog.
| name | container-image-builds |
| description | Use this skill to understand how container images are built and pushed for the PersonalWebsite repository. |
Container image builds are fully automated using a GitHub Actions workflow.
.github/workflows/build-and-push.yamlmain or master branches, or manually via workflow_dispatch.GITHUB_TOKEN.Containerfile.main or master, it also tags the image as latest.ghcr.io/<owner>/<repo>.Do not attempt to build and push production container images manually from a local machine; let the GitHub Action handle it.