From ci
Analyzes Kubernetes resource lifecycle in a Prow CI job by downloading artifacts, parsing logs, and generating an interactive HTML timeline report.
How this command is triggered — by the user, by Claude, or both
Slash command
/ci:analyze-prow-job-resource prowjob-url resource-nameThe summary Claude sees in its command listing — used to decide when to auto-load this command
## Name ci:analyze-prow-job-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,...
ci:analyze-prow-job-resource
Generate a report showing the lifecycle of a single resource:
/ci:analyze-prow-job-resource <prowjob-url> [namespace:][kind/][resource-name]
Generate a report showing multiple resource lifecycles:
/ci:analyze-prow-job-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 cblecker/ai-helpers --plugin ci/analyze-prow-job-resourceAnalyzes Kubernetes resource lifecycle in a Prow CI job by downloading artifacts, parsing logs, and generating an interactive HTML timeline report.
/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.
/kubernetesGenerates cluster baseline scaffolding (namespace, RBAC, network policies, quotas) and supports RBAC diagnosis, workload hardening, and pod debugging for Kubernetes.
/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.