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.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٦١ من skills من kubernetes-sigs/kueue. افتح أي skill لمراجعة مصدره وتفاصيله.
kubernetes-sigs/kueueعرض ٢١ من أصل ٦١ skills مجمعة.
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.
لغة النص الأصلي: الإنجليزية
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).
لغة النص الأصلي: الإنجليزية
Flag webhook safety regressions — loosened failurePolicy, shortened timeoutSeconds, TLS bypass paths, non-idempotent mutating webhooks.
لغة النص الأصلي: الإنجليزية
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…
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Review that new CRD fields have complete godoc comments with enum value descriptions.
لغة النص الأصلي: الإنجليزية
Review that paired operations and fields that always appear together are encapsulated in a helper or nested struct.
لغة النص الأصلي: الإنجليزية
Review that local variables with unnecessarily wide scope are extracted into helper functions.
لغة النص الأصلي: الإنجليزية
Review that new feature-gated behavior has explicit gate checks on all reachable code paths.
لغة النص الأصلي: الإنجليزية
Review that update/mutation logic has integration test coverage in test/integration/.
لغة النص الأصلي: الإنجليزية
Review that new metrics are gated by the same feature flags as similar existing metrics.
لغة النص الأصلي: الإنجليزية
Review that new ClusterQueue metrics use the same label set as existing ClusterQueue metrics.
لغة النص الأصلي: الإنجليزية
Review that repeated guards at multiple call sites are moved inside the callee instead.
لغة النص الأصلي: الإنجليزية
Review concurrent Go code for races, preferring fixes at the mutation site over adding snapshot fields.
لغة النص الأصلي: الإنجليزية
Review that new feature tests are split into their own file rather than added to an already large test file.
لغة النص الأصلي: الإنجليزية
Review that tests covering multiple scenarios use table-driven style instead of inline sequential blocks.
لغة النص الأصلي: الإنجليزية
Review that code and events use terminology whose semantics match the operation (e.g., not Preempted for migration).
لغة النص الأصلي: الإنجليزية
Review that newly exported functions have callers outside the package, lowercasing those that don't.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
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…
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية