Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
gke-labs
GitHub 제작자 프로필

gke-labs

3개 GitHub 저장소에서 수집된 38개 skills를 저장소 단위로 보여줍니다.

수집된 skills
38
저장소
3
업데이트
2026-07-15
저장소 탐색

저장소와 대표 skills

github-issue-resolver
소프트웨어 개발자

Autonomously poll, triage, investigate, and resolve unaddressed open issues on our target GitHub repository strictly within authorized scope.

2026-07-15
gke-compute-classes
네트워크·컴퓨터 시스템 관리자

Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto Provisioning configuration or general GKE cluster creation.

2026-07-14
kube-agents-observability
네트워크·컴퓨터 시스템 관리자

Audit, monitor, and debug the logging, tracing, metrics, and API/dashboard observability of the Platform Agent.

2026-07-14
gke-manifest-generation
소프트웨어 개발자

Standard Operating Procedure (SOP) for generating and updating secure, compliant, and cost-effective GKE manifests.

2026-07-10
gke-workload-troubleshooting
네트워크·컴퓨터 시스템 관리자

Systematic Standard Operating Procedure (SOP) for diagnosing GKE workload failures, crash loops, resource OOMs, mounting errors, and connectivity timeouts.

2026-07-10
review-security-k8s-pod
정보 보안 분석가

Reviews Kubernetes Pod security contexts for workload-level isolation and privilege escalation risks.

2026-06-16
submit-suggestion
네트워크·컴퓨터 시스템 관리자

Propose declarative configuration updates securely by committing file changes and submitting GitHub Pull Requests (PRs) for SRE review.

2026-06-04
review-security-k8s-admission
정보 보안 분석가

Reviews Kubernetes Admission Control (Webhooks, VAP/MAP) for vulnerabilities.

2026-05-22
이 저장소에서 수집된 skills 25개 중 상위 8개를 표시합니다.
migration-prep
소프트웨어 개발자

Prepare the next upstream migration PR for devops-bench (gke-labs -> kubernetes-sigs). Invoke when the user wants to "send the next migration PR", "what migration PR is next", "prep the <module> export", "cut the next forward PR", or otherwise export a module to kubernetes-sigs using the migration toolkit. Picks the next PR from the wave plan + frontier + upstream state, builds a scoped export branch with prep-export.sh, carries along any not-yet-migrated dependencies, and gates it submit-ready with lint + tests before it goes out.

2026-07-08
docs-sync
소프트웨어 개발자

Keep the docs current after a code change — map changed code areas to the docs that describe them, update those docs in place, and prune known-issues rows the code has verifiably fixed. Invoke after editing the pipeline, adding a model/agent/task/metric, moving a directory, or whenever someone asks to "sync the docs", "update the docs for this change", or "do the docs still match the code?".

2026-07-06
run-parallel-evals
소프트웨어 개발자

Run a Task × Model × AgentConfig MATRIX of evals in parallel — local or on the bastion, with opt-in hands-off and unlimited/self-healing modes; invoke when the user wants a matrix, a comparison across models/configs, or to "run these evals in parallel" / "compare legacy vs refactored".

2026-07-06
validate-eval
소프트웨어 품질 보증 분석가·테스터

Validate that a NEW eval is correct and runnable by running it and iterating in a loop until green — fixing infra/config/task bugs (not the model's score), with opt-in hands-off and unlimited/self-healing modes; invoke when authoring or vetting a task before setting `validated: true`.

2026-06-30
cleanup-orphaned-resources
네트워크·컴퓨터 시스템 관리자

Discover and remove cloud or local resources leaked by aborted or failed eval runs — stale per-run state, leftover kind clusters and `-eval` containers, stuck runner/agent processes, and orphaned GKE clusters, node service accounts, secrets, VPCs, and Artifact Registry repos in the sandbox project. Invoke when a "fresh" run fails instantly, when someone reports leaked or orphaned resources, or asks to "clean up after a failed run", "sweep the sandbox project", or "why does re-running 409?".

2026-06-30
devops-bench-review
소프트웨어 품질 보증 분석가·테스터

Use when the user asks for a CODE review of devops-bench changes — e.g. "review this PR", "review my changes", "review the working tree", "code-review this diff", "is this harness/deployer/metric change sound". Reviews a PR (number/URL) or the current working tree across seven code lenses — correctness, testability, maintainability, API hygiene, domain modeling, conventions, and security — and returns ranked, actionable findings with severity + file:line evidence + a concrete fix. Review-only: it analyzes statically and may run unit tests, ruff, and format checks, but it NEVER runs benchmark evals or provisions infra. For a NEW or CHANGED benchmark task (task.yaml + its stack), use the sibling `task-review` skill instead.

2026-06-30
diagnose-eval-failure
소프트웨어 개발자

Explain WHY a model scored low on an eval — read the judge's reasons and the agent's trajectory, compare against the task rubric, and produce a rationale (capability gap vs. task/rubric problem). Distinct from infrastructure failures. Invoke when someone asks "why did the model fail this task?", "why is OutcomeValidity low?", "explain this low score", or "did the agent actually do the work?".

2026-06-30
run-eval
소프트웨어 개발자

Run ONE evaluation — a single Task × Model × AgentConfig — end to end, local or on the bastion; invoke when the user wants to run, evaluate, or "kick off" a single eval combo (e.g. "run secret-rotation on gemini-3.1-pro-preview", "evaluate this task once and watch it").

2026-06-30
이 저장소에서 수집된 skills 9개 중 상위 8개를 표시합니다.
apimachinery-pr-triage
소프트웨어 개발자

Use this skill when triaging pull requests in the kubernetes/kubernetes GitHub repository that belong to SIG API Machinery. This includes evaluating new PRs, applying labels, routing to reviewers, managing the review lifecycle, handling API review requirements, and ensuring merge readiness.

2026-03-09
apimachinery-issue-triage
컴퓨터 시스템 분석가

Use this skill when triaging issues in the kubernetes/kubernetes GitHub repository that belong to SIG API Machinery. This includes evaluating new issues, applying labels (kind, priority, area, sig), accepting or closing issues, assigning owners, routing cross-SIG issues, and managing issue lifecycle.

2026-02-28
declarative-validation-authoring
소프트웨어 개발자

Use this skill when authoring, migrating, enabling, or working on code changes to add declarative validation to a Kubernetes API. This includes modifying types.go files with validation tags, updating strategy.go files, marking handwritten validation for migration, writing declarative validation tests, and running code generation.

2026-02-17
declarative-validation-review
소프트웨어 개발자

Use this skill when reviewing or triaging pull requests, issues, or code changes related to Kubernetes declarative validation (validation-gen, validation tags like +k8s:required, +k8s:minimum, +k8s:format, etc.), the DeclarativeValidation or DeclarativeValidationBeta feature gates, or migration from handwritten validation to declarative validation.

2026-02-17
저장소 3개 중 3개 표시
모든 저장소를 표시했습니다