Skip to main content
konflux-ci
GitHub creator profile

konflux-ci

Repository-level view of 139 collected skills across 43 GitHub repositories.

skills collected
139
repositories
43
updated
Aug 18, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

ginkgo-testing
software-quality-assurance-analysts-and-testers

Ginkgo/Gomega testing patterns for Konflux — test cleanup (envtest), Eventually/Consistently soft assertions, and helper conventions. Use when writing or reviewing Ginkgo tests.

Jul 28, 2026
pr-review
software-quality-assurance-analysts-and-testers

Use when reviewing pull requests in konflux-ci/konflux-ci. Covers upstream/downstream hygiene and other repo-wide review checks that are easy to miss in a focused feature review.

Jul 28, 2026
debug-e2e-tests
software-quality-assurance-analysts-and-testers

Debug failed Konflux e2e test runs by downloading logs and artifacts from GitHub Actions or OpenShift CI (Prow), analyzing test failures, and suggesting fixes. Use when the user asks to debug, investigate, or fix a failing e2e test, CI failure, or flaky test.

Jul 28, 2026
local-dev-setup
software-developers

Deploy Konflux on a local Kind cluster. Supports development mode (operator outside cluster for fast iteration) and preview mode (operator deployed in-cluster from release/build). Use when the user wants to start, restart, or recreate a local Konflux…

Jul 28, 2026
go-toolchain-upgrade
software-developers

Use when konflux-ci/konflux-ci PRs touch go.mod, go.sum, the go directive, golangci-lint or controller-gen pins, or deploy/e2e scripts that run go or make; or when CI logs show go.mod requires go >=, GOTOOLCHAIN/local mismatch, or OpenShift Prow failures on…

Jul 23, 2026
companion-pr-review
software-developers

Use when reviewing, triaging, or retro-analyzing MintMaker/Renovate dependency PRs and their manifest companion PRs in konflux-ci/konflux-ci. Covers which PRs to skip, which to review lightly, label timing, and expected lifecycle.

Jul 12, 2026
update-upstream-deps
software-developers

Update upstream Konflux component versions. Use when bumping component versions, updating refs, or syncing to latest upstream.

Jul 9, 2026
dev-verify-loop
software-developers

Use when iteratively verifying operator changes in development — code edit, stop operator, optionally regenerate manifests or CRDs, restart operator, verify. Use when the user says "verify", "test this change", "restart the operator", or needs a…

Jul 7, 2026
Showing 8 of 9 collected skills.
konflux-architecture
software-developers

Use when needing to understand Konflux architecture, design decisions, service responsibilities, APIs, build/test/release workflows, or how Konflux components fit together.

Jun 25, 2026
red-hat-konflux-teams
software-developers

Use when needing to know which Red Hat team owns a Konflux-related repository (konflux-ci, hermetoproject, conforma orgs), which JIRA project or component to file issues against, or how the Red Hat Konflux engineering organization maps to the codebase.

Jun 25, 2026
using-trusted-maven-dependencies
software-developers

Use when updating a Maven project to source its dependencies from a trusted Maven repository instead of Maven Central.

Jun 24, 2026
component-build-status
software-developers

Use to trigger component builds, releases or get a component or application status

Jun 24, 2026
working-with-provenance
network-and-computer-systems-administrators

Use when tracing Konflux builds from image references, finding build logs from artifacts, or verifying source commits for container images - extracts provenance attestations to navigate from images back to builds and source code

Nov 13, 2025
navigating-github-to-konflux-pipelines
software-developers

Use when GitHub PR or branch has failing checks and you need to find Konflux pipeline information (cluster, namespace, PipelineRun name). Teaches gh CLI commands to identify Konflux checks (filter out Prow/SonarCloud), extract PipelineRun URLs from builds and…

Nov 13, 2025
debugging-pipeline-failures
network-and-computer-systems-administrators

Use when Konflux pipelines fail, are stuck, timeout, or show errors like ImagePullBackOff. Covers PipelineRun failures, TaskRun issues (Pending, Failed, stuck Running), build errors, and systematic debugging of Tekton pipeline problems using kubectl and logs.

Nov 13, 2025
self-test-skill-invocation
software-quality-assurance-analysts-and-testers

Use when user asks to "test skill invocation framework" or mentions "canary skill test". This is a self-test skill to verify the test framework correctly loads and invokes skills.

Nov 12, 2025
Showing 8 of 9 collected skills.
codecov-onboarding
unclassified

Onboard repositories to Codecov for unit test coverage tracking. Use this skill when users want to add Codecov integration, configure coverage uploads with flags, or set up CI pipelines to report coverage. Works with GitHub Actions, OpenShift CI (Prow), and…

Aug 10, 2026
codecov-setup
software-developers

Use when bulk-onboarding multiple repos to Codecov from an audit CSV, or when user says "bulk codecov", "prepare codecov", "enable codecov", "codecov from audit", "onboard repos to codecov", "apply codecov changes", "open the MRs", "push those changes",…

Jul 15, 2026
coverage-audit
software-quality-assurance-analysts-and-testers

Audit a GitHub/GitLab organization's repositories for code coverage status. Generates CSV spreadsheet showing which repos have tests, Codecov integration, and what's missing. Use when user asks to audit an org, create a coverage spreadsheet, or assess…

Jul 15, 2026
coverport-integration
software-quality-assurance-analysts-and-testers

Integrate coverport into repositories to enable e2e test coverage collection and upload to Codecov. Supports Go, Python, Node.js, and Rust applications with Tekton/Konflux pipelines and GitHub Actions (using coverport CLI container via podman). Use this skill…

Jul 15, 2026
coverage-jira-tasks
project-management-specialists

Generate and create Jira tasks for code coverage onboarding from an audit CSV. Two-phase workflow — dry-run generates task files locally for review, then create-tasks pushes them to Jira under a target epic. Use when user wants to create Jira tasks from an…

Jul 13, 2026
c-cpp-coverage
software-developers

Generate code coverage for C/C++ projects using gcov and lcov, and upload to Codecov. Use this skill when users need to add coverage to C or C++ projects, set up lcov pipelines, or troubleshoot gcov/lcov issues. Covers autotools, CMake, and Meson build…

Jul 12, 2026
pr-definition-of-done
software-quality-assurance-analysts-and-testers

Checklist for merge-ready PRs in coverport. Use when preparing a PR for review or verifying a PR meets all requirements before merging.

Jul 1, 2026
add-codecov-yml
software-developers

Use when asked to add, create, or generate a .codecov.yml file for a repository and open a PR or MR. Supports GitHub and GitLab repositories. Triggers on requests like "add codecov config", "create codecov yml", "set up codecov for repo X", "add coverage…

Jun 27, 2026
ci-cd-quirks
software-developers

Use when CI checks fail unexpectedly, when preparing code for CI, or when encountering non-obvious build and pipeline behavior. Covers vendoring, hermetic builds, security scans, code generation checks, coverage, and webhook validation gotchas.

May 25, 2026
debugging-running-instance
software-developers

Use when debugging integration-service running on a cluster. Covers pod logs, health probes, metrics, webhooks, network policies, environment variables, snapshot GC, and common failure modes.

May 25, 2026
kind-cluster-setup
software-developers

Use when setting up a local development environment, deploying integration-service to a cluster, installing CRDs, or tearing down a Kind cluster. Covers make targets, kustomize deployment, and full Konflux stack setup.

May 25, 2026
pr-definition-of-done
software-developers

Use when preparing a pull request for review, before pushing, or when reviewing someone else's PR. Checklist of CI checks, commit conventions, code generation, testing, and documentation requirements.

May 25, 2026
running-e2e-tests
software-quality-assurance-analysts-and-testers

Use when building, configuring, or running e2e tests for integration-service against a real cluster (Kind or OpenShift). Covers environment variables, test framework, Ginkgo flags, CI pipeline, and test repos.

May 25, 2026
running-unit-tests
software-quality-assurance-analysts-and-testers

Use when running, writing, or troubleshooting unit tests for integration-service. Covers make test, envtest setup, suite patterns, mock loader, CRD discovery, coverage, and common test failures.

May 25, 2026
running-tests-locally
software-quality-assurance-analysts-and-testers

Use when running OPA policy unit tests, BATS bash tests, shellcheck, hadolint, or conftest integration tests locally. Covers test commands, coverage requirements, test data, and prerequisites.

Jul 13, 2026
adding-tools-to-image
software-developers

Use when adding new tools, binaries, or packages to the konflux-test container image. Covers artifacts.lock.yaml (generic binaries), rpms.in.yaml (system packages), multi-architecture support, and hermetic build constraints.

May 26, 2026
ci-cd-quirks
software-developers

Use when CI checks fail unexpectedly, when preparing code for CI, or when encountering non-obvious build and pipeline behavior. Covers hermetic builds, Tekton pipelines, multi-arch, GitHub Actions checks, and integration test structure.

May 26, 2026
pr-definition-of-done
software-developers

Use when preparing a pull request for review or before pushing. Checklist of commit conventions, Rego policy tests at 100% coverage, BATS tests, code quality checks, and CI check requirements.

May 26, 2026
writing-bash-functions
software-developers

Use when adding or modifying bash utility functions in test/utils.sh. Covers naming conventions, function structure, BATS tests, mock patterns for external tools, TEST_OUTPUT format, and shellcheck compliance.

May 26, 2026
writing-rego-policies
software-developers

Use when writing, modifying, or reviewing OPA/conftest Rego policies. Covers package naming, rule prefixes (violation_ and warn_), conftest namespaces, violation object structures, imports, and unit test patterns.

May 26, 2026
ci-cd-quirks
software-developers

Use when CI behaves unexpectedly, when you need to understand how Tekton bundles are built, or when understanding non-obvious behavior with templated workflows, Checkton, migration validation, kustomize checks, or trusted artifacts generation.

May 25, 2026
debugging-task-failures
software-developers

Use when a scan task fails in a pipeline, when task results have unexpected values, when understanding scan output formats, or when debugging bundle build failures.

May 25, 2026
pr-definition-of-done
software-developers

Use before pushing a PR for review, when CI checks fail, or when reviewing someone else's PR. Pre-push checklist covering all CI requirements, commit conventions, and documentation for task catalog PRs.

May 25, 2026
task-generator-usage
software-developers

Use when creating task variants (remote, trusted-artifacts), working with recipe.yaml files, or when the check-ta CI workflow fails. Covers both Go generators, the recipe format, and the generation pipeline.

May 25, 2026
task-versioning-and-migration
software-developers

Use when creating a new task version, bumping version labels, writing migration scripts, or when versioning/migration CI checks fail. Covers version labels, CHANGELOG.md, migration scripts with pmt modify, and kustomized variant updates.

May 25, 2026
testing-tasks
software-quality-assurance-analysts-and-testers

Use when writing tests for a Tekton task, running tests locally, debugging test failures in CI, or understanding the three testing layers (Kind cluster, Tekton integration, ShellSpec).

May 25, 2026
Showing 12 of 43 repositories