keboola
- 5 skills
- 0 followers
- 1 day ago last updated
- ▌ Kbagent · keboola bundleUse when working with Keboola Connection projects via the kbagent CLI. Covers: exploring and searching configurations, job history, data lineage, dev branches, workspace SQL debugging, GitOps config sync, bucket sharing and linking, encrypting secrets, Storage tables, files, and snapshots, data apps, flows and schedules, invitations, feature flags, OTLP data streams, scoped Storage tokens, the semantic layer, Developer Portal, browser login, first-time setup and logout in any client. Triggers: kbagent, Keboola, keboola config, keboola job, keboola lineage, keboola sync, gitops, dev branch, data app, streamlit deploy, semantic layer, sl, dev-portal, data stream, OTLP, scoped token, encrypt secrets, feature flag, flow schedule, invite member, SQL transformation edit, sync action, keboola docs, table snapshot, auth, login, sign in, PAYG credits, flow notifications, alert recipients, config trash, restore config, zero-copy clone, workspace load type, set up keboola, setup, connect project, logout, sign out.
- ▌ Kbagent Cicd Migration · keboola bundleUse when migrating an existing kbc (keboola-as-code) GitHub CI/CD pipeline to the new kbagent (keboola-cli) sync engine. Covers: converting per-project pull/push PR workflows, multi-project repos (e.g. L0/L1 dev->prod promotion), branch->environment mapping, GitHub secrets/variables/environments setup, the install step (uv tool install instead of downloading a Go binary), and the kbc->kbagent command/flag/env-var mapping. Triggers: migrate CI/CD, migrate pipeline, kbc to kbagent, port GitHub Actions, CLI-based-sync-demo, kbc pull push CI, project-as-code CI migration, replace kbc binary in CI, gitops migration, multi-project promotion, dev to prod Keboola, KBC_STORAGE_API_TOKEN to KBC_TOKEN, sync push CI, sync pull CI.
- ▌ Kbagent Promotion Pipeline · keboola bundleUse when setting up a from-scratch GitHub Actions pipeline that promotes Keboola configurations from a SOURCE project (e.g. dev) to a DESTINATION project (e.g. prod) using kbagent sync -- one GitHub repo covering the whole org, main branch as the reviewable source of truth. Covers: PR-based promotion (pull from source opens a PR, merging pushes to destination), cross-project diff before merge, multi-pipeline repos (several independent source/destination pairs in one repo), and GitHub secrets/environment setup. Triggers: promote config between projects, dev to prod pipeline, source project destination project, propagate changes between Keboola projects, kbagent promotion workflow, cross-project sync GitHub Actions, set up project promotion CI/CD.
- ▌ Release Notes · keboolaPrepares release notes and tags for a new Keboola MCP Server version. Use when the user asks to prepare a release, create release notes, or tag a new version.
- ▌ Recreate Dependabot Pr · keboolaRecreate stale Dependabot PR(s) for keboola/mcp-server as a fresh branch from main, producing a clean, conflict-free PR. This repo manages Python deps via uv (pyproject.toml + uv.lock) and GitHub Actions, so updates are applied with `uv lock --upgrade-package` and workflow edits — not composer. Use when Dependabot PRs are stale, conflict, or you want to batch several bumps + security alerts into one PR. Dependabot auto-closes its original PRs once the bump lands on main, so this skill does not close them.