원클릭으로
kube
Analyze Kubernetes cluster state via SSH. Usage: /kube <key> <user> <host_ip> <namespace>
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyze Kubernetes cluster state via SSH. Usage: /kube <key> <user> <host_ip> <namespace>
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Compose structured business-email drafts in English from curated templates and phrase banks from Business Email (book). Use this whenever the user asks for enquiry, informing, request, complaint, apology, order-status, or meeting-style business emails.
Normalize filenames for AWS S3 and CloudFront: lowercase, safe characters, extension normalization (.jpeg → .jpg), and .tsv audit log. Usage: /aws-naming <directory_or_file>
Apply Kabat One Markdown styling to a file by platform. Usage: /styling <hedgedoc|gitlab|github> [mit|gpl] <file>
Maintain CHANGELOG.md with correct CST dates, reverse chronological order, and Spanish Mexican language. Use this skill when updating the changelog.
Full commit workflow with mandatory CHANGELOG validation, SSH validation, and conventional commits in English. Use this skill before making any git commit.
Initialize a git repo with SSH, identity and remote configured. Usage: /git-init <personal|laboral> <key_name> <remote_url> <branch>
| name | kube |
| description | Analyze Kubernetes cluster state via SSH. Usage: /kube <key> <user> <host_ip> <namespace> |
~/rules/cot/kube.md from line 1 to end~/rules/rulesets/KUBE.md for conventions and commandsssh -i ~/.ssh/$0 $1@$2 — check ~/.ssh/config for custom portkubectl get nodes -o widekubectl top nodes (skip if Metrics API unavailable)kubectl get pods -n $3 -o widekubectl get svc -n $3kubectl get vs -n $3kubectl get events -n $3 --sort-by='.lastTimestamp' | tail -20kubectl get gateway -n $3istioctl analyze -n $3 (if available)istioctl proxy-statuskubectl get app -n argocd | grep $3ls /home/$1/kubernetes-$3/services/overlays/dev/ls /home/$1/kubernetes-$3/services/base/kubectl get svc -n istio-system istio-ingressgateway -o jsonpath='{.status.loadBalancer.ingress[0].ip}'/kube kone ubuntu 192.168.10.70 stab — infra server, stab namespace/kube kone ubuntu 30.30.40.90 sinaloa-qa — client server via kone/kube cad admin 10.0.1.50 produccion — client server via cad~/rules/cot/kube.md~/rules/rulesets/KUBE.md