Fetch Releases

Query the Sippy API to retrieve latest or all OCP releases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve the latest and full list of OCP releases by querying the public Sippy API, enabling automation and reducing manual lookups for release management.

Core Features & Use Cases

  • Retrieve the latest OCP release version.
  • List all available OCP releases, optionally including GA dates.
  • Provide a default release value to feed other skills or automation pipelines.

Quick Start

Query the latest release with the script to obtain the default OpenShift release version.

Frequently Asked Questions about Fetch Releases

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

FAQPage Schema
How do I fetch the latest OpenShift release version via API?

You can fetch the latest OpenShift release version by querying the public Sippy API. This skill automates the retrieval process to provide a default release value, reducing manual lookups for release management.

Can I list all available OCP releases with their GA dates?

Yes, listing all available OCP releases is supported by querying the Sippy API. You can optionally include GA dates in the results, providing a comprehensive view of release history for automation workflows.

Do I need network access to retrieve OpenShift releases from the Sippy API?

Yes, network access to the public Sippy API is required to retrieve OpenShift releases. The skill relies only on the standard library to query the API and fetch the latest or full list of available releases.

How do I use a fetched OCP release as a default value in automation pipelines?

You can use this skill within workflows to provide a default OpenShift release value to feed other skills. It retrieves the latest release version from the Sippy API, which can then be consumed by downstream automation pipelines.

What is the best way to automate OpenShift release management lookups?

Automating OpenShift release management is best achieved by querying the Sippy API to retrieve the latest or all available OCP releases. This eliminates manual lookups and supplies release data directly to your automation workflows.