CtrlK
BlogDocsLog inGet started
Tessl Logo

k8s-platform-change

Modifies Kubernetes-facing operator, CRD, deployment-profile, or DSL translation behavior for semantic-router platform integration. Use when changing operator APIs or controllers, deployment stack manifests, profile-owned platform wiring, or router-to-Kubernetes translation layers.

70

Quality

86%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Kubernetes Platform Change

Trigger

  • Change operator APIs, CRDs, or controller-facing config translation
  • Change deployment-profile manifests or profile-owned platform wiring under deploy/kubernetes/**
  • Change router-to-Kubernetes DSL translation or config bridging layers

Workflow

  1. Read change surfaces, module boundaries, and testing strategy for the affected Kubernetes-facing surface
  2. Modify the operator, deployment profile, or DSL translation behavior
  3. Run make agent-report ENV=cpu CHANGED_FILES="..." to identify impacted surfaces and affected profile coverage
  4. Run make agent-ci-gate CHANGED_FILES="..." to validate the affected constraints
  5. Verify control-plane behavior, stack-manifest behavior, and DSL translation still describe the same platform contract

Gotchas

  • Do not hide control-plane and stack-resource differences; they can change in the same loop, but they should remain explicit in the final report.
  • Manifest-only edits still need profile-aware validation when they change response-api, authz, observability, or routing stack behavior.
  • Router config representation debt belongs to config-platform-change; Kubernetes-facing translation and deployment ownership belong here.

Must Read

  • tools/agent/docs/change-surfaces.md
  • tools/agent/docs/module-boundaries.md
  • tools/agent/docs/testing-strategy.md

Standard Commands

  • make agent-report ENV=cpu CHANGED_FILES="..."
  • make agent-ci-gate CHANGED_FILES="..."
  • make agent-feature-gate ENV=cpu CHANGED_FILES="..."

Acceptance

  • Operator APIs, DSL translation, deployment manifests, and affected Kubernetes validation paths stay aligned
  • Profile-owned resources and control-plane behavior remain explicit even when they change in the same loop
Repository
vllm-project/semantic-router
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.