scitixscitixOfficialยท33 Agent Skills Included

siclaw

Read-only Kubernetes diagnostics and root-cause investigation

Diagnoses Kubernetes failures across pods, nodes, storage, networking, DNS, ingress, and Volcano batch scheduling. Replaces manual kubectl digging with structured evidence gathering, hypothesis testing, and clear root-cause reports. Runs read-only by default, so investigations never change cluster state, and works from the terminal, web UI, or team chat.
npx skills add scitix/siclaw --all -g -y
Available:

Tells the agent how Siclaw's runtime modes, security boundaries, and read-only diagnostic contracts work so it investigates clusters safely without mutating anything.

All Skills in This Repository (33)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
scitixscitix

volcano-scheduler-config

Retrieve Volcano scheduler configuration from its ConfigMap in summary, YAML, or JSON formats.

Official
Basic
๐Ÿ“ฆ In Repo
scitixscitix

volcano-gang-scheduling

Diagnose Volcano PodGroup Gang Scheduling failures by analyzing PodGroup constraints, cluster resources, and queue capacities.

Official
Advanced
๐Ÿ“ฆ In Repo
scitixscitix

pvc-debug

Diagnose PersistentVolumeClaim failures in Kubernetes using kubectl.

Official
Intermediate
๐Ÿ“ฆ In Repo
scitixscitix

deep-investigation

Orchestrate multi-phase infrastructure investigations from triage to conclusion.

Official
Advanced
๐Ÿ“ฆ In Repo
scitixscitix

pod-ping-gateway

Ping the default gateway for a network interface within a pod's network namespace.

Official
Intermediate
๐Ÿ“ฆ In Repo
scitixscitix

find-node

Filter Kubernetes nodes by keyword with fuzzy, case-insensitive matching.

Official
Basic
๐Ÿ“ฆ In Repo
scitixscitix

deployment-rollout-debug

Diagnose Kubernetes Deployment rollout failures via kubectl inspection.

Official
Intermediate
๐Ÿ“ฆ In Repo
scitixscitix

node-ping-gateway

Ping the gateway IP for a specified network interface on a target node.

Official
Intermediate
๐Ÿ“ฆ In Repo
scitixscitix

job-debug

Diagnose Kubernetes Job and CronJob failures using kubectl and pod logs.

Official
Intermediate
๐Ÿ“ฆ In Repo
scitixscitix

node-show-gateway

Retrieve the default gateway for a Kubernetes node network interface.

Official
Intermediate
๐Ÿ“ฆ In Repo
scitixscitix

cluster-events

Analyze Kubernetes cluster-wide Warning events to diagnose issues and identify patterns.

Official
Intermediate
๐Ÿ“ฆ In Repo
scitixscitix

networkpolicy-debug

Diagnose Kubernetes NetworkPolicy connectivity issues by analyzing ingress and egress rules.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Siclaw?โ–ผ

Run `npx skills add scitix/siclaw --all -g -y` in your terminal to install all diagnostic skills globally.

What Kubernetes problems can Siclaw diagnose?โ–ผ

It covers pod crashes and pending pods, image pull failures, PVC and storage issues, DNS, services, ingress, NetworkPolicy blocking, node health, HPA, jobs, and Volcano gang scheduling and queue problems.

Is Siclaw safe to run on production clusters?โ–ผ

Yes. Every skill is read-only by design: it gathers evidence and reports root causes without modifying, deleting, or restarting any cluster resource.

Does Siclaw support Volcano batch scheduling?โ–ผ

Yes. It includes dedicated skills for Volcano jobs, PodGroups, gang scheduling, queues, scheduler logs, and node resource analysis.

Do I need kubectl access to use Siclaw?โ–ผ

Yes, the diagnostic skills run read-only kubectl commands against your cluster, so you need a valid kubeconfig for the target cluster.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’