ワンクリックで
kubernetes-basics
Core Kubernetes concepts including pods, deployments, services, and common troubleshooting patterns.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Core Kubernetes concepts including pods, deployments, services, and common troubleshooting patterns.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Example skill for config viewer e2e coverage.
Review and clean up auto-generated database migration files after running make migrate-create. Identifies and removes unrelated Atlas schema drift such as dropped partial indexes, no-op index recreations, and other operations not related to the intended migration. Use when creating database migrations, running make migrate-create, or reviewing .up.sql files.
Modern Go testing patterns including table-driven tests, subtests, test organization, and best practices. Use when writing or refactoring tests, implementing test coverage, or when the user asks about Go testing approaches.
Network troubleshooting skills including DNS resolution, TCP connectivity, and packet analysis.
Context usage patterns for Go including cancellation, timeouts, deadlines, and database transactions. Use when handling HTTP requests, database operations, or implementing cancellation and timeout logic.
Error handling patterns for Go including error wrapping, custom errors, sentinel errors, and error checking best practices. Use when implementing error handling, defining error types, or working with error flows.
| name | kubernetes-basics |
| description | Core Kubernetes concepts including pods, deployments, services, and common troubleshooting patterns. |
A pod is the smallest deployable unit in Kubernetes.
Deployments manage ReplicaSets and provide declarative updates.
Services expose pods to network traffic via stable endpoints.