Analyze Kubernetes resource lifecycle in Prow job artifacts
Analyzes Kubernetes resource lifecycles in Prow job artifacts and generates interactive HTML reports with timeline visualizations.
/plugin marketplace add openshift-eng/ai-helpers/plugin install prow-job@ai-helpersprowjob-url resource-name/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.