Review a diff for security issues exploitable by a tenant, neighbouring controller, or malicious workload spec — input validation, injection, DoS, nil-safety, authz, info disclosure, supply chain, webhook safety.
Langue du texte source : anglais
Menu
Skills dans ce dépôt
SkillsMP a collecté 61 skills depuis kubernetes-sigs/kueue. Ouvrez un skill pour examiner sa source et ses détails.
kubernetes-sigs/kueueAffichage de 21 skills collectés sur 61.
Review a diff for security issues exploitable by a tenant, neighbouring controller, or malicious workload spec — input validation, injection, DoS, nil-safety, authz, info disclosure, supply chain, webhook safety.
Langue du texte source : anglais
Flag supply-chain hygiene gaps — unpinned image refs, TLS bypass, unjustified go.mod replace directives, curl|sh, moving-tag GitHub Actions (CWE-295, CWE-494).
Langue du texte source : anglais
Flag webhook safety regressions — loosened failurePolicy, shortened timeoutSeconds, TLS bypass paths, non-idempotent mutating webhooks.
Langue du texte source : anglais
Write or review Kueue PR release notes. Use when a user asks to draft, refine, validate, or combine release notes for a Kueue pull request, especially when deciding whether the note should be framed as a bugfix, feature, observability improvement, or breaking…
Langue du texte source : anglais
Review that algorithm comments match the implementation. Use when a comment describes a formula or algorithm and you want to verify it matches what the code actually does.
Langue du texte source : anglais
Review that new CRD fields have complete godoc comments with enum value descriptions.
Langue du texte source : anglais
Review that paired operations and fields that always appear together are encapsulated in a helper or nested struct.
Langue du texte source : anglais
Review that local variables with unnecessarily wide scope are extracted into helper functions.
Langue du texte source : anglais
Review that new feature-gated behavior has explicit gate checks on all reachable code paths.
Langue du texte source : anglais
Review that update/mutation logic has integration test coverage in test/integration/.
Langue du texte source : anglais
Review that new metrics are gated by the same feature flags as similar existing metrics.
Langue du texte source : anglais
Review that new ClusterQueue metrics use the same label set as existing ClusterQueue metrics.
Langue du texte source : anglais
Review that repeated guards at multiple call sites are moved inside the callee instead.
Langue du texte source : anglais
Review concurrent Go code for races, preferring fixes at the mutation site over adding snapshot fields.
Langue du texte source : anglais
Review that new feature tests are split into their own file rather than added to an already large test file.
Langue du texte source : anglais
Review that tests covering multiple scenarios use table-driven style instead of inline sequential blocks.
Langue du texte source : anglais
Review that code and events use terminology whose semantics match the operation (e.g., not Preempted for migration).
Langue du texte source : anglais
Review that newly exported functions have callers outside the package, lowercasing those that don't.
Langue du texte source : anglais
Debug Kueue CI flakes. Use when a user asks to debug a flake, investigate a test failure, a test timeout, or a CI flake. Analyzes Prow build logs, kube-scheduler logs, kubelet logs, and test code to identify root causes.
Langue du texte source : anglais
Trace workload lineage to pods. Use when a user wants to trace lineage across any tier such as workload to pods, pod to workload, or job to workload. The user may provide a resource at any level (Workload, Job, Pod, JobSet, etc.) and this skill produces the…
Langue du texte source : anglais
Identify what preempted a workload. Use when a user asks why their workload was evicted or preempted, or wants to identify what preempted it. Investigates Kubernetes events, workload status conditions, and controller logs to trace preemption.
Langue du texte source : anglais