Skip to main content

kubernetes-sigs/kueue

SkillsMP는 kubernetes-sigs/kueue에서 61개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
61
GitHub 스타
2,947
GitHub 포크
781

수집된 skill 61개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

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,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Flag redundant local variables that add noise without adding clarity.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Flag diffs that bundle a bugfix with an unrelated refactor, or generalize a change to all types when only one type needs it.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Review a diff for small-scale structural problems — unjustified complexity, duplicated logic, scope creep, or misplaced code.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Hard blocker — flag removal or relocation of code that manages cluster state owned by previous controller versions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Flag feature-gated behavior whose gate-off path is incorrect — early returns that skip cleanup, or state set only when on but read unconditionally.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Flag incorrect conditionals, inverted boolean checks, off-by-one errors, unhandled edge cases, race conditions, or mishandled error returns.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Review a diff for behavioral defects — logic errors, broken edge cases, feature-gate bugs, and deletions that break backwards compatibility during rolling upgrades.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Flag extra checks that are logically unreachable at the call site — they add noise and can mask future regressions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Evaluate the quality of a git diff between two commits by delegating per-skill analysis (Code Style, Buggy Behavior, Comments, Architectural Decisions, Security) to subagents, then aggregating their findings and recommendations into a scored report.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Flag typos in identifiers, strings, or any text introduced by the diff.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Flag new code that breaks naming conventions already established in the same file or package.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Flag identifiers whose name does not describe exactly what they contain — drift from package patterns, contradictory contents, misnamed feature gates, asymmetric mirror fields.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Flag unit or integration test function names that do not reflect the function or behavior under test.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Flag logic that duplicates an existing util/helper function instead of reusing it.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Review a diff for naming precision, convention drift, reinvented helpers, log-verbosity mistakes, misaligned test names, and typos.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Flag per-reconcile-cycle log lines emitted at V(2) — recurring reconcile-loop logs must be V(4) or higher.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Flag typos and obvious errors in comment text.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Flag any comment or docstring that no longer matches the code — these mislead future maintainers who trust them.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Flag temporary or deprecated compatibility-shim code kept in the diff without a deferred-removal comment naming the removal version and a tracking issue.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Flag comments that explain what self-documenting code already says.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Review a diff for comment hygiene — over-commenting, what-not-why narration, inaccurate comments, and missing TODOs on compatibility shims.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Flag comments that describe *what* the code does instead of *why* it does it.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Flag generic loops over obj.Annotations that copy, forward, or echo values — allow tenant injection into reserved kueue.x-k8s.io/ namespace.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Flag AuthN/AuthZ relaxation — webhook token skipping, failurePolicy Ignore, missing SubjectAccessReview, wildcard RBAC, privileged pod specs (CWE-269, CWE-287, CWE-306, CWE-862, CWE-863).

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Flag feature-gated behavior whose security assumptions do not hold in both gate-on and gate-off states; require a comment near the gate check for new alpha attack surface.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Flag information-disclosure patterns — full-object logging, request echoing, credentials in status/annotations, kubeconfig logging, secret-bearing status (CWE-200, CWE-522, CWE-532, CWE-552).

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Flag injection vectors from user-supplied strings — exec, SSRF, fmt.Sprintf-built selectors/URLs, template rendering, query concatenation (CWE-78, CWE-94, CWE-918).

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Flag missing input validation at trust boundaries — user-settable CR fields, webhook payloads, labels, annotations, or untrusted deserialization (CWE-20, CWE-502).

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Flag integration adapters reading credential-like fields from third-party CRDs without treating them as untrusted (RayCluster, SparkApplication, JobSet).

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Flag unguarded dereferences of optional pointer fields reachable from a malformed CR, and goroutines without recover (CWE-476).

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Flag file paths built from user-supplied names without sanitization, symlink-following in tenant dirs, and unvalidated archive extraction (CWE-22).

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Flag missing resource bounds / DoS resistance — uncapped loops or allocations, missing timeouts, reconciler-wedging input, unbounded metric cardinality (CWE-400, CWE-770).

원문 언어: 영어

업데이트
수집된 skill 61개 중 40개를 표시합니다.