From prow-job
Analyzes Kubernetes resource lifecycle in Prow CI job artifacts, parsing audit/pod logs and generating an interactive timeline HTML report.
How this command is triggered — by the user, by Claude, or both
Slash command
/prow-job:analyze-resource prowjob-url resource-nameThe summary Claude sees in its command listing — used to decide when to auto-load this command
## Name /prow-job:analyze-resource ## Synopsis Generate a report showing the lifecycle of a single resource: Generate a report showing multiple resource lifecycles: ## Description Analyze the lifecycle of Kubernetes resource(s) in a Prow CI job by invoking the "Prow Job Analyze Resource" skill. ## Implementation Pass the user's request to the skill, which will: - Download Prow job artifacts from Google Cloud Storage - Parse audit logs and pod logs - Generate an interactive HTML report with timeline visualization The skill handles all the implementation details including URL parsing, a...
/prow-job:analyze-resource
Generate a report showing the lifecycle of a single resource:
/prow-job:analyze-resource <prowjob-url> [namespace:][kind/][resource-name]
Generate a report showing multiple resource lifecycles:
/prow-job:analyze-resource <prowjob-url> [namespace:][kind/][resource-name],[namespace:][kind/][resource-name],...
Analyze the lifecycle of Kubernetes resource(s) in a Prow CI job by invoking the "Prow Job Analyze Resource" skill.
Pass the user's request to the skill, which will:
The skill handles all the implementation details including URL parsing, artifact downloading, log parsing, and HTML report generation.
npx claudepluginhub pavolloffay/ai-helpers --plugin prow-job/analyze-prow-job-resourceAnalyzes Kubernetes resource lifecycle in a Prow CI job by downloading artifacts, parsing logs, and generating an interactive HTML timeline report.
/kubernetesGenerates cluster baseline scaffolding (namespace, RBAC, network policies, quotas) and supports RBAC diagnosis, workload hardening, and pod debugging for Kubernetes.
/cluster-efficiencyAnalyzes Kubernetes cluster resource efficiency across nodes, workloads, Karpenter, and costs. Produces reports with utilization stats, issues, and recommendations. Supports Prometheus, deep analysis, and comparisons.
/debug-podDiagnoses failing or unhealthy Kubernetes pods by analyzing events, logs, and configuration to identify root causes and suggest fixes.
/debugDebugs AWS EKS deployments using Helm and Keycloak: analyzes pods, logs, events, pipelines; identifies root causes and suggests fixes via options like --env, --issue, --depth.