From prow-job
Analyzes test errors from console logs and Prow CI job artifacts
How this command is triggered — by the user, by Claude, or both
Slash command
/prow-job:analyze-test-failure prowjob-url test-nameThe summary Claude sees in its command listing — used to decide when to auto-load this command
## Name prow-job:analyze-test-failure ## Synopsis Generate a test failure analysis for the given test: ## Description 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. ## Implementation Pass the user's request to the skill, which will: - Download the artifacts from Google Cloud Storage - Check source code of the test - Extract artifacts from Prow CI job and analyze the given test failure The skill handles all the implementation details including URL parsing, artifact...
prow-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.
npx claudepluginhub dhensel-rh/ai-helpers --plugin prow-job