check-integration-tests

Check Konflux integration test status and retrieve failed test results.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dmzoneill/skills --skill check-integration-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-integration-tests
Source: https://github.com/dmzoneill/skills/tree/main/check-integration-tests
Command: npx skills add https://github.com/dmzoneill/skills --skill check-integration-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a streamlined way to check the status and results of Konflux integration tests, helping to quickly identify and diagnose failures.

Core Features & Use Cases

  • Test Status Overview: Get a summary of passed, failed, and running tests.
  • Detailed Failure Analysis: Retrieve detailed results for specific failed tests.
  • Snapshot Information: View recent test snapshots for context.
  • Use Case: When a deployment fails, use this Skill to immediately check the integration test results to understand if the failure is test-related or a deployment issue.

Quick Start

Check the integration test status for the 'aap-aa-tenant' namespace.

Frequently Asked Questions about check-integration-tests

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

FAQPage Schema
How do I check Konflux integration test status for a specific namespace?

Check Konflux integration test status by specifying a namespace to get a summary of passed, failed, and running tests. The Skill lists recent test runs and provides a high-level overview of test execution health.

Why does my Konflux integration test fail and how do I diagnose it?

Diagnose Konflux integration test failures by retrieving detailed results and viewing test snapshots. The Skill includes failure learning for common issues like authorization or network connectivity to help identify root causes.

Can I view snapshots of recent Konflux integration test runs?

Yes, you can view snapshots of recent Konflux integration test runs. The Skill retrieves snapshot information to provide execution context alongside the summary of passed, failed, and running tests.

What is the best way to monitor CI/CD integration test status in Konflux?

Monitor CI/CD integration test status in Konflux by checking a namespace for a summary of passed, failed, and running tests. This approach quickly identifies whether a deployment failure is test-related or an infrastructure issue.