status
スター2
フォーク0
更新日2026年7月15日 01:54
Show current state of OCI infrastructure — IPs, resources, drift
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Show current state of OCI infrastructure — IPs, resources, drift
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Scaffold a new OCI Terraform module following project conventions
Open or close a TCP/UDP port on the instance — updates security list and iptables
Deploy or update OCI infrastructure — runs plan and apply
Interactive setup wizard — walks through OCI configuration with guided questions
Manage SSH access to the OCI instance — open, connect, or close
| name | status |
| description | Show current state of OCI infrastructure — IPs, resources, drift |
| allowed-tools | Bash, Read, Grep, Glob |
Show the current state of the deployed OCI infrastructure.
terraform -chdir=terraform/environments/oci-prod show (if it fails, tell the user nothing is deployed yet)terraform -chdir=terraform/environments/oci-prod output to get all outputsterraform -chdir=terraform/environments/oci-prod plan and report any differences between state and actual infrastructure