Skip to main content
camunda
GitHub 제작자 프로필

camunda

7개 GitHub 저장소에서 수집된 61개 skills를 저장소 단위로 보여줍니다.

수집된 skills
61
저장소
7
업데이트
2026년 9월 7일
저장소 탐색

저장소와 대표 skills

load-test-ops
미분류

Trigger, monitor, update, profile, and stop Camunda load tests using gh CLI and kubectl directly — no MCP server required

2026년 9월 4일
create-issue
미분류

Create a GitHub issue in camunda/camunda with the correct template, component label, and parent link. Use when asked to create, file, or open an issue — for bugs, features, tasks, tech debt, or CVEs.

2026년 9월 4일
frontend-operate-migrator
미분류

Use when migrating any Operate page from operate/client/ to the orchestration cluster webapp, including end-to-end execution from a migration ticket number. Always read frontend-migrator first — this skill adds Operate-specific overrides, the migration loop…

2026년 9월 2일
ci-incident
미분류

Drive CI incident response in camunda/camunda. Use when asked to resolve, respond to, or drive a CI incident by ID. Full incidents only, not alerts.

2026년 8월 31일
bug-investigation
미분류

Autonomously investigate a GitHub issue in camunda/camunda — read it, find the relevant code, reproduce it, root-cause it, and validate a fix, posting progress as a single updating issue comment. At Medium/High confidence, implements the fix and opens it as a…

2026년 8월 27일
ci-fix-failure
미분류

Diagnose failing GitHub Actions runs and propose fixes. Use when given a GHA run/job URL, or asked why CI failed, why a job failed, what broke in a run, or to fix a red check on a PR.

2026년 8월 20일
design-system-migrator
미분류

Use when migrating orchestration cluster webapp pages or components from Carbon to the Camunda design system (shadcn), including parallel routes, side-by-side components, and migration tests.

2026년 8월 19일
ci-flood-triage
미분류

Triages a flood of CI incidents in camunda/camunda. Use when multiple CI incidents open in a short window and the medic needs to orient fast — find the shared pattern, identify outliers, and know what to do next. Re-runnable as new incidents arrive.

2026년 8월 17일
수집된 skill 27개 중 8개를 표시합니다.
camunda-ai-agents
소프트웨어 개발자

Use this skill to model and configure AI agents in Camunda 8 BPMN using the AI Agent Sub-process connector — an LLM driver applied to an ad-hoc subprocess with tools as BPMN activities. Use for: shaping the ad-hoc subprocess that hosts the agent, defining…

2026년 8월 6일
camunda-process-mgmt
네트워크·컴퓨터 시스템 관리자

Use this skill to deploy BPMN, DMN, and form resources to a Camunda 8 cluster and operate live processes via c8ctl. Use for: deploying resources, starting process instances, inspecting running instances, listing or searching definitions and incidents,…

2026년 7월 28일
camunda-bpmn
소프트웨어 개발자

Use this skill to create, edit, and validate BPMN 2.0 process diagrams for Camunda 8 (Zeebe). Use for: new BPMN processes, modifying existing diagrams, adding tasks/gateways/events/subprocesses, configuring Zeebe extensions (taskDefinition, ioMapping, loop…

2026년 7월 28일
camunda-process-test
소프트웨어 품질 보증 분석가·테스터

Use this skill to author and run Camunda Process Test (CPT) suites that cover every BPMN gateway branch, DMN rule, and error boundary to 100%. Use for: scaffolding the `camunda-process-test-spring` harness, planning the minimum set of test segments for full…

2026년 7월 28일
camunda-dmn
소프트웨어 개발자

Use this skill to author and validate DMN (Decision Model and Notation) decisions for Camunda 8 — decision tables and literal expressions inside a Decision Requirements Diagram (DRD). Use for: creating or editing `.dmn` files, picking the right hit policy,…

2026년 7월 28일
camunda-development
소프트웨어 개발자

Use this skill FIRST for any Camunda 8 integration or BPMN step that talks to another system — Slack, REST/HTTPS, webhooks, Kafka, S3, internal microservices, AI/LLM agents. The right implementation can't be read off the request's keywords (a "webhook" might…

2026년 7월 27일
camunda-forms
소프트웨어 개발자

Use this skill to create and edit Camunda Form JSON schemas for user tasks and start events in Camunda 8. Use for: field layouts (textfield, textarea, number, checkbox, select, radio, datetime, etc.), validation rules (required, pattern, min/max), conditional…

2026년 7월 27일
camunda-c8ctl
소프트웨어 개발자

Use this skill to install, configure, and operate c8ctl (the Camunda 8 CLI), the foundation the other camunda-* skills build on. Use for: starting a local cluster via c8run, connecting to Camunda 8 SaaS or Self-Managed via already-configured profiles,…

2026년 7월 27일
수집된 skill 13개 중 8개를 표시합니다.
gh-stack
미분류

Split a large change into GitHub native stacked pull requests and manage them with the gh stack extension — create or adopt a stack, cascade-rebase it, keep it in sync, and land it bottom-up with an atomic stack merge. Use when a change is too large for one…

2026년 8월 26일
ci-scenario-authoring
소프트웨어 품질 보증 분석가·테스터

Add or modify CI integration-test scenarios — new persistence layers, scenario entries in the composable registry (test/ci/registry/), features, shortnames, and lifecycle hooks (pre-install fixtures/scripts, post-deploy, pre-upgrade) with the…

2026년 8월 10일
cluster-debugging
네트워크·컴퓨터 시스템 관리자

Debug a deployed Camunda cluster — kubectl recipes for failing pods, port-forwarding, secrets; inspecting effective Spring Boot config via /actuator/configprops; headless JVM remote debugging with jdb over JDWP. Use when pods are…

2026년 7월 15일
deploy-camunda
소프트웨어 개발자

Deploy Camunda 8 Self-Managed to Kubernetes with the deploy-camunda CLI — single scenarios, layered values composition, configuration profiles, CI matrix operations, SNAPSHOT image tags, offline rendering, and live deploy watching. Use when deploying a chart…

2026년 7월 15일
e2e-testing
소프트웨어 품질 보증 분석가·테스터

Run Camunda e2e/smoke tests against a deployed cluster — generate .env credentials with render-e2e-env.sh or deploy-camunda, run Playwright suites via c8e2e (distributed on-cluster runner) or --test-e2e, test multiple environments in parallel, and reproduce…

2026년 7월 15일
gke-verification
네트워크·컴퓨터 시스템 관리자

End-to-end fix verification on a live GKE cluster — pre-flight checklist (Docker credentials, kubectl context, helm dependencies, ingress hostname), deploy the exact CI scenario, watch it, generate credentials, reproduce the failure on main, verify the fix on…

2026년 7월 15일
helm-values-debugging
소프트웨어 개발자

Diagnose Helm values-merge surprises in subchart overrides — Helm's replace-arrays-wholesale merge vs deploy-camunda's name-keyed merge, neutralizing parent-chart array defaults, and Bitnami env-var source chains where duplicate names silently win. Use when a…

2026년 7월 15일
rfr-validation
소프트웨어 개발자

Validate a PR locally before marking it Ready-for-Review — map the diff to CI tier-1/tier-2 scenarios, decode shortnames, run the minimum correct scenario set via deploy-camunda matrix run, verify tier-2 scenarios before merge, complete the RFR checklist,…

2026년 7월 15일
epic
프로젝트 관리 전문가

Use when the user wants to track a phase of work within a feature, says "create an epic for phase X", "track this phase", or needs to group related tasks under a milestone. Epics sit between features and tasks in the hierarchy.

2026년 5월 28일
adr
소프트웨어 개발자

Use when the user asks to write an ADR, says "create an ADR for X", "document this decision", "we need an ADR", or whenever you're about to make a significant design choice — introducing a port/adapter/SPI, picking between viable approaches, altering data…

2026년 5월 8일
tour
소프트웨어 개발자

Use when the user wants an orientation to this repo, says "tour", "show me around", "what can I do here", "how does this repo work", "I'm new here", or wants to know the available slash commands and project structure

2026년 4월 24일
task
프로젝트 관리 전문가

Use when the user asks to track a task, says "create a task for X", "break this feature into tasks", "we need to implement X", or wants a small, self-contained unit of work captured as an issue (standalone or as part of a feature)

2026년 4월 17일
bug
프로젝트 관리 전문가

Use when the user reports a bug, says "track this bug", "this is broken", "the behavior should be X", or describes unexpected behavior they want fixed

2026년 4월 17일
docs
소프트웨어 개발자

Use when the user asks to document something in the codebase, says "document this", "add docs for", "write documentation for", or wants code-level documentation created or updated

2026년 4월 17일
feature
프로젝트 관리 전문가

Use when the user requests a new capability, says "we should be able to", "add support for", "I want to be able to", or describes functionality that doesn't exist yet

2026년 4월 17일
저장소 7개 중 7개 표시
모든 저장소를 표시했습니다