Analyzes test errors from console logs and Prow CI job artifacts
Analyzes test failures by inspecting test code and Prow CI job artifacts.
/plugin marketplace add openshift-eng/ai-helpers/plugin install prow-job@ai-helpersprowjob-url test-nameprow-job:analyze-test-failure
Generate a test failure analysis for the given test:
/prow-job:analyze-test-failure <prowjob-url> <test-name>
Analyze a failed test by inspecting the test code in the current project and artifacts in Prow CI job. This is done by invoking the "Prow Job Analyze Test Failure" skill.
Pass the user's request to the skill, which will:
The skill handles all the implementation details including URL parsing, artifact downloading, archive extraction, analyzing the error and providing evidence.