Konflux is a build tool

Query and debug Konflux objects in Kubernetes clusters with kubearchive CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/pavolloffay/claude-plugins --skill konflux-is-a-build-tool-pavolloffay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Konflux is a build tool
Source: https://github.com/pavolloffay/claude-plugins/tree/main/plugins/konflux/skills
Command: npx skills add https://github.com/pavolloffay/claude-plugins --skill konflux-is-a-build-tool-pavolloffay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of interacting with and debugging Konflux objects within a Kubernetes cluster, especially when dealing with build pipelines and application components.

Core Features & Use Cases

  • Query Konflux Objects: Retrieve details about Applications, Components, PipelineRuns, TaskRuns, Snapshots, and Releases.
  • Debug Pipeline Failures: Access logs from failed or removed PipelineRuns and TaskRuns.
  • Retrieve Removed Objects: Use kubearchive to query historical PipelineRuns, TaskRuns, and Pods.
  • Use Case: When a CI/CD pipeline fails, use this skill to quickly query the relevant PipelineRun and TaskRun objects, inspect their logs, and identify the root cause of the failure.

Quick Start

Use the Konflux skill to query all PipelineRun objects for the application named 'my-app'.

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 debug failed Konflux pipeline runs in Kubernetes?

To debug failed Konflux pipeline runs in Kubernetes, query the relevant PipelineRun and TaskRun objects, inspect their real-time logs via the Kubernetes API, and identify the root cause of the CI/CD failure.

How do I retrieve logs for removed or historical Kubernetes pipeline runs?

Retrieve logs for removed or historical Kubernetes pipeline runs using the kubearchive CLI to query historical PipelineRuns, TaskRuns, and Pods for failure analysis.

What Konflux objects can I query within a Kubernetes cluster?

Within a Kubernetes cluster, you can query Konflux objects including Applications, Components, PipelineRuns, TaskRuns, Snapshots, and Releases to inspect their details and status.

What is the best way to inspect Konflux application components during a build?

The best way to inspect Konflux application components during a build is querying the Kubernetes API for real-time object inspection and retrieving execution details for Applications and Components.

Can I use kubearchive to query historical Pods for CI/CD failure analysis?

Yes, you can use kubearchive to query historical Pods and removed TaskRuns for CI/CD failure analysis when the pipeline execution details are no longer available in the live cluster.