Skip to main content
kubernetes-sigs
GitHub クリエイタープロフィール

kubernetes-sigs

10 件の GitHub リポジトリにある 102 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
102
リポジトリ
10
更新
2026年9月5日
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

kueue-e2e-cluster-multikueue
ソフトウェア開発者

Create (or reuse) the manager + worker kind clusters for Kueue MultiKueue e2e development. Use when a user asks to spin up MultiKueue e2e clusters, get a local multi-cluster environment ready, or debug/iterate against a MultiKueue e2e suite (baseline,…

2026年8月12日
kueue-e2e-cluster-singlecluster
ソフトウェア開発者

Create (or reuse) a single kind cluster for Kueue e2e development. Use when a user asks to spin up an e2e cluster, get a local kind environment ready for e2e tests, or debug/iterate against a single-cluster e2e suite (baseline, extended, sequential, TAS,…

2026年8月12日
was-cluster
ソフトウェア開発者

Build and manage a kind cluster for Workload-Aware Scheduling (WAS) e2e tests. Use when the user wants to set up, run tests against, or tear down a WAS test cluster built from Kubernetes main.

2026年7月22日
avoidable-complexity
ソフトウェア品質保証アナリスト・テスター

Flag solutions more elaborate than the problem requires — complexity that exists only because the author reached for a pattern.

2026年6月1日
duplicated-logic
ソフトウェア品質保証アナリスト・テスター

Flag identical (or near-identical) blocks across types/adapters/call sites that should live in a shared helper — and newly extracted helpers with only one caller.

2026年6月1日
illogical-structure
ソフトウェア品質保証アナリスト・テスター

Flag code organization that a future maintainer will struggle to follow, modify, or extend.

2026年6月1日
misplaced-logic
ソフトウェア品質保証アナリスト・テスター

Flag code put somewhere a reader would not expect to find it — cleanup scattered across callers, validation deep in business logic.

2026年6月1日
nonsensical-decisions
ソフトウェア品質保証アナリスト・テスター

Flag unnecessary indirection, mismatched abstractions, or confusing data flow that obscures what the code is doing.

2026年6月1日
収集済み skill 61 件中 8 件を表示しています。
fix-image-cves
未分類

Scan a built container image with Trivy, classify fixable Go-module and base-image CVEs, apply dependency and Dockerfile fixes, and verify the result with file checks and an optional image rescan. Use when the user wants to fix CVEs in a container image, scan…

2026年9月2日
remediate-image-cves
未分類

Orchestrate end-to-end CVE remediation for the Linux CCM, CNM, and health-probe-proxy images on cloud-provider-azure master or a release-X.Y branch, including builds, repeated Trivy verification, checkpoint commits, cleanup, validation, push, and pull-request…

2026年9月2日
sync-go-modules
未分類

Synchronize all tracked Go modules with the go-mod-consistency CI and refresh the root vendor tree. Use when go-mod-consistency fails, dependency bumps leave go.mod or go.sum stale, or the user asks to unblock module consistency, tidy all modules, or update…

2026年9月2日
unblock-dependabot-pr
未分類

Diagnose and unblock failed Dependabot pull requests in cloud-provider-azure by closing Kubernetes minor-version dependency bumps, classifying CI failures, syncing Go modules, retesting quota-flaked e2e jobs, and updating PR status. Use when a Dependabot PR…

2026年9月2日
build-images
未分類

Build cloud-provider-azure container images through the repo Makefile with explicit IMAGE_TAG and IMAGE_REGISTRY inputs, optional make flag overrides, and opt-in bounded Docker or Podman retries. Use when the user wants to build CCM, CNM, health-probe-proxy,…

2026年9月1日
debug-e2e-pipeline
ソフトウェア品質保証アナリスト・テスター

Fetch and analyze Prow e2e pipeline failures for cloud-provider-azure. Downloads build logs, JUnit reports, and node-level artifacts from GCS, extracts failed tests, parses Ginkgo results, and surfaces cluster node info. Use when debugging a failing Prow e2e…

2026年6月18日
create-release-note-doc-pr
ソフトウェア開発者

Generate or update the documentation-site release note for a given tag, commit it on a branch, push it to a writable remote, and open a GitHub PR to the docs branch. Use when the user wants to create or update release notes, generate a changelog for a tag, or…

2026年5月15日
release
ソフトウェア開発者

Prepare and publish a stable release in two phases by reusing the shared release-tag and release-note-doc-pr skills, building artifacts in GitHub, generating release notes and draft releases locally, validating release assets, and controlling latest-release…

2026年5月15日
収集済み skill 12 件中 8 件を表示しています。
dra-api-crd-feature-gate-change
未分類

Guide compatible API, CRD, opaque device configuration, ResourceSlice contract, Helm value, kubelet-plugin checkpoint schema, and feature-gate changes in the DRA Driver for NVIDIA GPUs. Use when a user mentions CRDs, API fields, ResourceSlice attributes or…

2026年8月28日
dra-build-test-codegen-ci
未分類

Guide local builds, formatting, linting, code generation, unit and integration tests, BATS, end-to-end coverage, dependency checks, PR preparation, and CI debugging for the DRA Driver for NVIDIA GPUs. Use when a user asks how to test or validate a change,…

2026年8月28日
dra-compute-domain-imex-workflows
未分類

Explain, design, and troubleshoot NVIDIA ComputeDomain and IMEX workflows across MNNVL topology, daemon lifecycle, clique readiness, DRA channel allocation, and workload injection. Use when asked about ComputeDomains, IMEX, MNNVL, GB200 or GB300 systems,…

2026年8月28日
dra-gpu-allocation-workflows
未分類

Explain, design, and troubleshoot NVIDIA GPU allocation through Kubernetes DRA, including ResourceClaims, ResourceSlices, scheduler selection, kubelet Prepare, CDI injection, MIG, and VFIO. Use when asked about GPU claims, MIG allocation, VFIO passthrough,…

2026年8月28日
dra-helm-demo-sample-workloads
未分類

Guide direct and GPU Operator-managed deployment, kind demos, sample manifest authoring, and quickstart validation for the NVIDIA DRA driver. Use when a user asks to install or demo the driver, create a resource.k8s.io ResourceClaim or ResourceClaimTemplate…

2026年8月28日
dra-operations-troubleshooting-observability
未分類

Guide triage of install, allocation, scheduling, runtime injection, plugin, controller, daemon, metric, and upgrade failures in the NVIDIA DRA Driver for GPUs. Use when a user provides logs, symptoms, failed pods, broken claims, missing devices, cluster…

2026年8月28日
dra-project-orientation
未分類

Orient agents to the DRA Driver for NVIDIA GPUs repository by explaining what it does, mapping its runtime components and request flows, locating implementation, documentation, tests, and deployment code, and identifying source ownership and generated…

2026年8月28日
dra-proposal-and-design-review
未分類

Draft or review maintainer-ready design proposals, architecture decision records, implementation plans, feature-gate plans, and scope analyses for the DRA Driver for NVIDIA GPUs. Use when a user asks for a proposal, design review, ADR, feature gate plan,…

2026年8月28日
収集済み skill 9 件中 8 件を表示しています。
10 件中 10 件のリポジトリを表示
すべてのリポジトリを表示しました