Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
konflux-ci
ملف منشئ GitHub

konflux-ci

عرض على مستوى المستودعات لـ 128 skills مجمعة عبر 36 مستودعات GitHub.

skills مجمعة
128
مستودعات
36
محدث
2026-07-14
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
agent-plugins
9 skills · 2026-06-25
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبمحللو ضمان جودة البرمجيات والمختبرون
3 فئات مهنية · 100% مصنفة
7.0%الحصة
#02
konflux-ci
8 skills · 2026-07-14
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
6.3%الحصة
#03
coverport
8 skills · 2026-07-10
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
6.3%الحصة
#04
integration-service
6 skills · 2026-05-25
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
4.7%الحصة
#05
konflux-test
6 skills · 2026-05-26
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
4.7%الحصة
#06
caching
6 skills · 2026-07-09
مطوّرو البرمجياتالكتّاب التقنيون
2 فئات مهنية · 100% مصنفة
4.7%الحصة
#07
konflux-test-tasks
6 skills · 2026-05-25
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
4.7%الحصة
#08
tekton-integration-catalog
5 skills · 2026-07-02
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوب
3 فئات مهنية · 100% مصنفة
3.9%الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

konflux-architecture
مطوّرو البرمجيات

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

2026-06-25
red-hat-konflux-teams
مطوّرو البرمجيات

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.

2026-06-25
using-trusted-maven-dependencies
مطوّرو البرمجيات

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

2026-06-24
component-build-status
مطوّرو البرمجيات

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

2026-06-24
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
عرض أهم 8 من أصل 9 skills مجمعة في هذا المستودع.
debug-e2e-tests
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-07-14
companion-pr-review
مطوّرو البرمجيات

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.

2026-07-12
go-toolchain-upgrade
مطوّرو البرمجيات

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 deploy-konflux-on-ocp.sh (cd operator; make install) or controller-gen.

2026-07-09
update-upstream-deps
مطوّرو البرمجيات

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

2026-07-09
dev-verify-loop
مطوّرو البرمجيات

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 stop-rebuild-run cycle.

2026-07-07
ginkgo-testing
محللو ضمان جودة البرمجيات والمختبرون

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

2026-07-06
local-dev-setup
مطوّرو البرمجيات

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 environment, run the operator locally, install integrations like sigstore or quay, or troubleshoot local deployment.

2026-05-11
create-pr
مطوّرو البرمجيات

Create pull requests for konflux-ci repository. Explains CI behavior differences between fork and same-repo PRs, and the /allow command. Use when creating a PR, CI not running, or asking about fork PRs.

2026-04-23
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-07-10
codecov-setup
مطوّرو البرمجيات

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", "enable coverage for all repos", "prepare local for audit.csv". Not for single-repo interactive onboarding (codecov-onboarding) or E2E instrumentation (coverport-integration).

2026-07-07
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. Also works with pre-existing repo lists (JSON, CSV, text files) spanning multiple orgs/groups.

2026-07-03
pr-definition-of-done
محللو ضمان جودة البرمجيات والمختبرون

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

2026-07-01
add-codecov-yml
مطوّرو البرمجيات

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 config to repo".

2026-06-27
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-06-01
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
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
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
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
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
screenshot-ui
محللو ضمان جودة البرمجيات والمختبرون

Capture UI screenshots of changed components for PRs or testing. Take screenshots, screenshot UI changes, capture UI, visual diff, screenshot pull request changes, PR screenshots

2026-06-24
create-pr
مطوّرو البرمجيات

Create a pull request, open a PR, submit a PR, push and create PR, send for review, open pull request, make a PR, raise a pull request

2026-06-10
debug-e2e-tests
محللو ضمان جودة البرمجيات والمختبرون

Debug e2e test failures, triage CI failures, analyze Cypress test logs, investigate flaky tests, diagnose test failures, check PR test results, why did tests fail, debug cypress, analyze test artifacts

2026-05-26
doc-coauthoring
متخصصو إدارة المشاريع

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

2026-04-24
jira-ticket
متخصصو إدارة المشاريع

Create a Jira ticket, file a bug, open a Jira issue, draft a story, log a spike, raise an issue, create a task, report a bug, write a ticket, submit a Jira, new Jira ticket, open a task, file an issue, draft a bug report, create Jira bug, create Jira task

2026-04-23
عرض 12 من أصل 36 مستودعات