Fetch Regression Details

Fetch regression details from the Sippy Component Readiness API for a given regression ID.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/openshift-eng/ga-regression-reports --skill fetch-regression-details
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Fetch Regression Details
Source: https://github.com/openshift-eng/ga-regression-reports/tree/main/.claude/skills/fetch-regression-details
Command: npx skills add https://github.com/openshift-eng/ga-regression-reports --skill fetch-regression-details

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates retrieval of complete regression details from the Sippy Component Readiness API for a given regression ID, enabling faster analysis and triage.

Core Features & Use Cases

  • Fetch test name, release, component, variants, triages, and related metadata for regression investigations.
  • Output structured JSON or human-readable summaries to fit downstream tooling and reporting workflows.
  • Use Case: Build regression reports, monitor lingering regressions, and drive triage discussions with precise data.

Quick Start

Invoke the skill with a regression ID to fetch detailed regression data from the Sippy API.

Frequently Asked Questions about Fetch Regression Details

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

FAQPage Schema
How do I fetch regression details from the Sippy API for triage?▼

To fetch regression details from the Sippy API, invoke the skill with a specific regression ID. It retrieves test name, release, component, variants, and sample failed jobs to support triage.

What data is included in Sippy component readiness regression analysis?▼

Sippy component readiness regression analysis includes test name, release, component, variants, triages, and sample failed jobs. This metadata supports investigation and reporting workflows.

Can I output structured JSON from Sippy regression data for automated reporting?▼

Yes, you can output structured JSON from Sippy regression data. The skill supports both structured JSON objects and human-readable summaries to fit downstream tooling and reporting workflows.

Do I need Python 3 to retrieve component readiness regression data?▼

Yes, you need Python 3 to retrieve component readiness regression data. The skill uses the Python 3 standard library only and requires network access to the Sippy API.

What is the best way to automate regression triage for lingering failures?▼

Automating regression triage for lingering failures is best handled by fetching regression data via a regression ID. This provides precise test and variant metadata to drive triage discussions.