ワンクリックで
local-development
Use this skill to understand how to perform local development, running, and testing for the PersonalWebsite repository.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use this skill to understand how to perform local development, running, and testing for the PersonalWebsite repository.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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 website analytics are collected for the PersonalWebsite project via Datadog.
Use this skill to understand how container images are built and pushed for the PersonalWebsite repository.
SOC 職業分類に基づく
| name | local-development |
| description | Use this skill to understand how to perform local development, running, and testing for the PersonalWebsite repository. |
For local development in this repository, use task (Taskfile).
task dev: Runs the NGINX development container with live volume mounts using Podman. This mounts ./site/pages and ./site/nginx.conf directly into the container so that edits are reflected without rebuilding. The site will be available on port 8080.task stop: Stops and removes the development container.task default: Lists all available tasks.task (go-task) installed.podman as the container runtime, as specified in the Taskfile.