← all publishers

scitix

@scitix source repo

28 published skills

  1. Dns Debug · scitix
    Diagnose DNS resolution failures in the cluster (NXDOMAIN, timeouts, SERVFAIL). Checks CoreDNS health, service endpoints, and DNS configuration.
    0
    installs
  2. Hpa Debug · scitix
    Diagnose HorizontalPodAutoscaler failures (not scaling, metrics unavailable, target mismatch). Checks HPA status, metrics-server health, and scaling events to identify why autoscaling is not working.
    0
    installs
  3. Job Debug · scitix
    Diagnose Job and CronJob failures (BackoffLimitExceeded, DeadlineExceeded, pods failing, CronJob not triggering). Checks Job status, pod logs, and CronJob schedule to identify why batch workloads are failing.
    0
    installs
  4. Node Logs · scitix bundle
    Retrieve logs from a Kubernetes node — systemd units (journalctl) or files under /var/log. Use when you need node-level evidence: containerd, kubelet, kernel/OOM, or anything the pod's own log cannot show. Three access paths in order: host_script (SSH), node_script (debug pod), and local_script against the kubelet log endpoint when neither is possible.
    0
    installs
  5. Pvc Debug · scitix
    Diagnose PersistentVolumeClaim failures (Pending PVC, StorageClass not found, PV binding issues, capacity mismatch). Checks PVC, PV, StorageClass, and provisioner events to identify why storage is not available.
    0
    installs
  6. Quota Debug · scitix
    Diagnose Kubernetes native ResourceQuota and LimitRange admission rejections (exceeded quota, forbidden by LimitRange, FailedCreate). Checks namespace quotas, current usage, LimitRange constraints, and ReplicaSet events to identify why pods cannot be created. Not applicable to Volcano Queue — use volcano-queue-diagnose for gang scheduling clusters.
    0
    installs
  7. Ingress Debug · scitix
    Diagnose Ingress failures (rules not matching, backend unreachable, TLS errors, no address assigned). Checks Ingress resources, IngressClass, backend Services, and controller health to identify why external traffic is not routed correctly.
    0
    installs
  8. Service Debug · scitix
    Diagnose Service connectivity issues (empty Endpoints, selector mismatch, port mismatch, no backend pods). Checks Service, Endpoints, and target pods to identify why traffic is not reaching backends.
    0
    installs
  9. Cluster Events · scitix bundle
    Analyze cluster-wide Kubernetes events to identify issues and patterns. Aggregates Warning events, detects high-frequency patterns, and correlates related events.
    0
    installs
  10. HTTP Log Stats · scitix bundle
    Count HTTP status codes and request-duration distribution from an ingress controller's access log, over a fixed time window, in one pass. Use when asked "how many 503s", "how many requests took over 60s", "what's the status code / latency distribution" for a service — i.e. a MEASUREMENT question about traffic, not a "why is it broken" diagnosis (for that use ingress-debug). Run via local_script.
    0
    installs
  11. Pod Crash Debug · scitix
    Diagnose pod crash failures (CrashLoopBackOff, OOMKilled, Error, RunContainerError). Checks pod status, events, and previous logs to identify root cause.
    0
    installs
  12. Image Pull Debug · scitix
    Diagnose container image pull failures (ErrImagePull / ImagePullBackOff). Checks pod status, containerd logs, and events to identify root cause.
    0
    installs
  13. Manage Skill · scitix
    Guides the user to the Siclaw Web page to manage Skills. Use this guide when the user requests to create, edit, or view a Skill in a Channel conversation.
    0
    installs
  14. Node Health Check · scitix
    Check node health and diagnose node-level issues (NotReady, DiskPressure, MemoryPressure, PIDPressure). Inspects node conditions, resource allocation, and real-time usage.
    0
    installs
  15. Pod Pending Debug · scitix
    Diagnose pod scheduling failures (Pending, Unschedulable). Checks events, node resources, taints, affinity, and PVC bindings to identify why a pod cannot be scheduled.
    0
    installs
  16. Statefulset Debug · scitix
    Diagnose StatefulSet rollout and scaling failures (ordered update stuck, OnDelete not updating, partition misconfiguration, PVC binding deadlocks). Checks update strategy, pod ordinal progression, PVC bindings, and ordered startup to identify why a StatefulSet is not progressing.
    0
    installs
  17. Gateway Diagnostics · scitix bundle
    Show and ping the gateway of a network interface, on a Kubernetes node or inside a pod's network namespace. Auto-detects the gateway from the routing table (ip -j route), reports interface type (RoCE / Ethernet / IB), and tests reachability with ping. Use for default-route / gateway questions, network reachability checks, RoCE/RDMA data-path validation, and "can this node/pod reach its gateway" investigations.
    0
    installs
  18. Networkpolicy Debug · scitix
    Diagnose NetworkPolicy-related connectivity issues (traffic unexpectedly blocked, default-deny effects, egress blocking DNS). Identifies which NetworkPolicies affect a pod, checks ingress/egress rules, and verifies CNI support.
    0
    installs
  19. Skill Authoring · scitix
    Guide for writing and improving Siclaw skills. Read this when creating or modifying a skill. Covers skill directory layout, SKILL.md format, script execution modes, and best practices.
    0
    installs
  20. Volcano Diagnose Pod · scitix bundle
    Diagnose Volcano-managed Pod scheduling issues. Checks Pod status, PodGroup, events, and Queue to identify scheduling failures.
    0
    installs
  21. Volcano Job Diagnose · scitix bundle
    Diagnose Volcano Job status and issues. Check Job phases, task statuses, PodGroup associations, and overall job health.
    0
    installs
  22. Volcano Node Resources · scitix bundle
    Query cluster node resources for Volcano scheduling. Check allocatable CPU, memory, GPU, and current usage.
    0
    installs
  23. Volcano Queue Diagnose · scitix bundle
    Diagnose Volcano Queue status and resource allocation. Check queue weights, deserved resources, allocated resources, and identify queue-related scheduling bottlenecks.
    0
    installs
  24. Volcano Scheduler Logs · scitix bundle
    Retrieve and analyze Volcano scheduler logs. Filter by keyword, time range, or pod name to debug scheduling decisions.
    0
    installs
  25. Volcano Gang Scheduling · scitix
    Gang Scheduling diagnostic guide for Volcano. Use when PodGroup cannot schedule completely, member Pods remain Pending, or minAvailable/minMember constraints are not satisfied.
    0
    installs
  26. Deployment Rollout Debug · scitix
    Diagnose Deployment rollout failures (stuck rollouts, ProgressDeadlineExceeded, replica mismatch). Checks rollout status, ReplicaSets, and new pod health to identify why an update is failing.
    0
    installs
  27. Volcano Scheduler Config · scitix bundle
    View Volcano scheduler configuration. Check scheduler ConfigMap, actions, plugins, and tier settings.
    0
    installs
  28. Volcano Resource Insufficient · scitix
    Resource shortage diagnostic guide for Volcano. Use when seeing Insufficient cpu/memory events, OOMKilled pods, or nodes with zero allocatable resources.
    0
    installs