Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$pwd:
konflux-ci
GitHub creator profile

konflux-ci

Repository-level view of 56 collected skills across 15 GitHub repositories, including approximate occupation coverage.

skills collected
56
repositories
15
occupation fields
2
updated
2026-05-26
occupation focus
Major fields detected across this creator.
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

#001
integration-service
6 skills1558updated 2026-05-25
11% of creator
ci-cd-quirks
소프트웨어 개발자

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.

2026-05-25
debugging-running-instance
소프트웨어 개발자

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.

2026-05-25
kind-cluster-setup
소프트웨어 개발자

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.

2026-05-25
pr-definition-of-done
소프트웨어 개발자

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.

2026-05-25
running-e2e-tests
소프트웨어 품질 보증 분석가·테스터

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.

2026-05-25
running-unit-tests
소프트웨어 품질 보증 분석가·테스터

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.

2026-05-25
#002
agent-plugins
6 skills89updated 2026-01-29
11% of creator
konflux-is-a-build-tool
소프트웨어 개발자

Use this skill to query Konflux objects from the Kubernetes cluster. Konflux objects are application, component, pipelinerun, taskrun, snapshot and release. The skill can be used to query logs from failed or removed pipelines and pods.

2026-01-29
working-with-provenance
네트워크·컴퓨터 시스템 관리자

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

2025-11-13
navigating-github-to-konflux-pipelines
소프트웨어 개발자

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 integration tests, and parse URLs for kubectl debugging.

2025-11-13
debugging-pipeline-failures
네트워크·컴퓨터 시스템 관리자

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.

2025-11-13
self-test-skill-invocation
소프트웨어 품질 보증 분석가·테스터

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.

2025-11-12
understanding-konflux-resources
네트워크·컴퓨터 시스템 관리자

Use when user asks about Konflux resources, Custom Resources, Applications, Components, Snapshots, IntegrationTestScenarios, ReleasePlans, ReleasePlanAdmissions, or namespace placement. Provides quick reference for what Konflux resources are, who creates them, and where they belong (tenant vs managed namespace).

2025-11-12
#003
konflux-test
6 skills637updated 2026-05-26
11% of creator
adding-tools-to-image
소프트웨어 개발자

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.

2026-05-26
ci-cd-quirks
소프트웨어 개발자

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.

2026-05-26
pr-definition-of-done
소프트웨어 개발자

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.

2026-05-26
running-tests-locally
소프트웨어 품질 보증 분석가·테스터

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.

2026-05-26
writing-bash-functions
소프트웨어 개발자

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.

2026-05-26
writing-rego-policies
소프트웨어 개발자

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.

2026-05-26
#004
konflux-test-tasks
6 skills017updated 2026-05-25
11% of creator
ci-cd-quirks
소프트웨어 개발자

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.

2026-05-25
debugging-task-failures
소프트웨어 개발자

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.

2026-05-25
pr-definition-of-done
소프트웨어 개발자

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.

2026-05-25
task-generator-usage
소프트웨어 개발자

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.

2026-05-25
task-versioning-and-migration
소프트웨어 개발자

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.

2026-05-25
testing-tasks
소프트웨어 품질 보증 분석가·테스터

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).

2026-05-25
#005
tekton-integration-catalog
5 skills1639updated 2026-05-14
8.9% of creator
#006
coverport
5 skills24updated 2026-05-26
8.9% of creator
coverage-jira-tasks
프로젝트 관리 전문가

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 audit spreadsheet, convert coverage audit results into actionable work items, or batch-create Jira issues for coverage gaps across an org. Also use when user mentions "jira tasks from audit", "coverage onboarding tasks", "create tasks for repos without coverage", or wants to track coverage work in Jira.

2026-05-26
coverage-audit
소프트웨어 품질 보증 분석가·테스터

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 coverage gaps across repositories.

2026-05-11
coverport-integration
소프트웨어 개발자

Integrate coverport into repositories to enable e2e test coverage collection and upload to Codecov. Supports Go, Python, and Node.js applications with Tekton/Konflux pipelines and GitHub Actions (using coverport CLI container via podman). Use this skill when users ask to integrate coverport, add e2e coverage tracking, or set up coverage instrumentation.

2026-03-28
codecov-onboarding
소프트웨어 개발자

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 GitLab CI. Supports public Codecov (app.codecov.io) and self-hosted Codecov instances.

2026-03-27
c-cpp-coverage
소프트웨어 품질 보증 분석가·테스터

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 systems.

2026-03-20
#007
clair-in-ci-db
4 skills013updated 2026-05-20
7.1% of creator
#008
konflux-ci
3 skills141133updated 2026-05-14
5.4% of creator
#009
konflux-devlake-mcp
3 skills89updated 2026-03-18
5.4% of creator
#010
konflux-ui
3 skills745updated 2026-05-26
5.4% of creator
#011
diffused
3 skills52updated 2026-05-15
5.4% of creator
저장소 15개 중 12개 표시