Prow Job Artifact Search

Search and retrieve Prow CI job artifacts from the test-platform-results GCS bucket.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/openshift-eng/ga-regression-reports --skill prow-job-artifact-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Prow Job Artifact Search
Source: https://github.com/openshift-eng/ga-regression-reports/tree/main/.claude/skills/prow-job-artifact-search
Command: npx skills add https://github.com/openshift-eng/ga-regression-reports --skill prow-job-artifact-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool enables quick discovery and retrieval of artifacts produced by Prow CI job runs, stored in the test-platform-results GCS bucket, without manual gcloud commands.

Core Features & Use Cases

  • List artifacts: browse the artifact tree for a given Prow job to understand available logs and data.
  • Search artifacts: find files using glob patterns across the job's artifacts, such as intervals, timelines, junit files, and must-gather outputs.
  • Fetch artifacts: download and inspect a specific artifact file for analysis or validation.

Quick Start

Provide a Prow URL and use the tool with list, search, or fetch to explore artifacts.

Frequently Asked Questions about Prow Job Artifact Search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for Prow CI artifacts stored in Google Cloud Storage?

To search Prow CI artifacts in Google Cloud Storage, use the tool's search operation with glob patterns to find specific files like intervals, timelines, junit files, and must-gather outputs across a job's artifact tree. Provide a Prow URL to begin.

How do I list available build logs and must-gather data from a Prow job run?

You can list build logs and must-gather data from a Prow job run by using the list operation to browse the artifact tree for a given Prow URL. This allows you to understand available logs and data stored in the test-platform-results GCS bucket.

Do I need gcloud CLI and Python 3 to fetch Prow job artifacts?

Yes, you need the gcloud CLI and Python 3 to fetch Prow job artifacts. The tool relies on gcloud for storage operations to access the test-platform-results bucket and will return an error if gcloud is missing.

What happens if a requested artifact path cannot be found in the GCS bucket?

If a requested artifact path cannot be found in the GCS bucket, the tool handles the error directly. It safely manages missing paths during list, search, and fetch operations across the Prow job artifact trees.

Can I retrieve specific junit files for analysis from Prow CI jobs?

Yes, you can retrieve specific junit files for analysis from Prow CI jobs. Use the fetch operation to download and inspect a specific artifact file, or use the search operation with glob patterns to locate junit files across the artifacts.