ワンクリックで
test
Run integration tests against the local kind cluster. Use when the user wants to verify the setup or test changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run integration tests against the local kind cluster. Use when the user wants to verify the setup or test changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | test |
| description | Run integration tests against the local kind cluster. Use when the user wants to verify the setup or test changes. |
| user-invocable | true |
| argument-hint | [short|full] |
| allowed-tools | Bash(make test*), Bash(cd tests *), Bash(go test *), Read |
Run ArgoPlane tests against the local kind cluster.
$ARGUMENTS is empty or short)make test-integration-short
Runs cluster reachability, ArgoCD status, and config validation tests. Skips long-running application sync tests.
full)make test-integration
Runs all tests including application sync/cleanup (takes ~30-60 seconds).
/dev-setup firstmake setup-argocdAdd test functions to tests/argocd_test.go. Follow existing patterns:
testing.Short() to skip long tests in short modekubectl commands for verificationapp.kubernetes.io/part-of=argoplane-testScaffold a new ArgoCD UI extension with React frontend and Go backend. Use when the user wants to create a new extension for a domain (e.g., logs, networking, security).
Build and deploy an extension to the local kind cluster. Use when the user wants to test an extension end-to-end in ArgoCD.
Set up the local development environment (kind cluster + ArgoCD + operators). Use when the user wants to start developing or needs the dev infrastructure running.