Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
konflux-ci
GitHub 创作者资料

konflux-ci

按仓库查看 15 个 GitHub 仓库中的 56 个已收集 skills,并展示近似职业覆盖。

已收集 skills
56
仓库
15
职业领域
2
更新
2026-05-26
职业覆盖
该创作者主要覆盖的职业大类。
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

#001
integration-service
6 个 skills1558更新于 2026-05-25
占该创作者 11%
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 个 skills89更新于 2026-01-29
占该创作者 11%
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 个 skills637更新于 2026-05-26
占该创作者 11%
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 个 skills017更新于 2026-05-25
占该创作者 11%
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 个 skills1639更新于 2026-05-14
占该创作者 8.9%
#006
coverport
5 个 skills24更新于 2026-05-26
占该创作者 8.9%
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 个 skills013更新于 2026-05-20
占该创作者 7.1%
#008
konflux-ci
3 个 skills141133更新于 2026-05-14
占该创作者 5.4%
#009
konflux-devlake-mcp
3 个 skills89更新于 2026-03-18
占该创作者 5.4%
#010
konflux-ui
3 个 skills745更新于 2026-05-26
占该创作者 5.4%
#011
diffused
3 个 skills52更新于 2026-05-15
占该创作者 5.4%
已展示 12 / 15 个仓库