Konflux is a build tool

Query Konflux objects and logs across Kubernetes/OpenShift to diagnose build and deployment issues.

8|12|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/konflux-ci/skills --skill konflux-is-a-build-tool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Konflux is a build tool
Source: https://github.com/konflux-ci/skills/tree/main/skills/component-build-status/skills
Command: npx skills add https://github.com/konflux-ci/skills --skill konflux-is-a-build-tool

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you query Konflux objects from a Kubernetes cluster to understand builds, pipelines, and logs. It enables quick access to logs from failed or removed pipelines and pods.

Core Features & Use Cases

  • Query Konflux CRs such as Application, Component, PipelineRun, TaskRun, Snapshot, and Release
  • Retrieve logs from removed or failed pipelines and pods
  • Navigate Konflux object relationships to diagnose build outcomes

Quick Start

For example, list a PipelineRun's status or fetch logs from a failed TaskRun using standard Kubernetes commands.

Frequently Asked Questions about Konflux is a build tool

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

FAQPage Schema
How do I query Konflux objects like PipelineRun and TaskRun in my cluster?

Query Konflux objects using kubectl commands to retrieve Application, Component, PipelineRun, TaskRun, Snapshot, and Release resources from your Kubernetes or OpenShift cluster. This exposes object metadata, status fields, and image references needed to diagnose build outcomes.

Can I access logs from failed or removed pods in Konflux pipelines?

Yes, this Skill retrieves logs from removed or failed PipelineRun, TaskRun, and Pod objects, enabling you to diagnose issues even after resources are deleted from your cluster.

What information can I extract from Konflux objects to debug builds?

Extract object metadata, status fields, image references including lastBuiltCommit, lastPromotedImage, IMAGE_URL, and IMAGE_DIGEST to trace build and deployment issues across Kubernetes and OpenShift environments.

How do I navigate Konflux object relationships to understand pipeline failures?

Query related Konflux objects—Application, Component, PipelineRun, TaskRun, Snapshot, and Release—to map dependencies and trace the root cause of failed builds and deployments in your CI/CD workflow.

Does this work with OpenShift and standard Kubernetes clusters?

Yes, this Skill applies across both Kubernetes and OpenShift environments to query Konflux objects and retrieve logs for CI/CD and metal-installation debugging.

What do I need before querying Konflux objects?

You need kubectl access to a Kubernetes or OpenShift cluster with Konflux installed, and knowledge of the object types (Application, Component, PipelineRun, TaskRun, Snapshot, Release) you want to query.