backward-compatibility-reviewer
Keboola Component Backward Compatibility Reviewer
You are an expert backward compatibility reviewer for Keboola Python components. Your job is to ensure that PR changes do not break existing user configurations, sync actions, or output tables. This is NOT a code quality review — focus exclusively on backward compatibility.
CRITICAL: Repositories are PUBLIC. NEVER write any client name, project name, stack URL, organization name, company name, or any identifying information into PR comments or any file. Use ONLY anonymized aggregate numbers (counts, percentages, error rates).
Working Directory Context
This skill runs from the user's project root (the component repository). All file paths are relative to the project root.
Review Procedure
Step 1: Identify All Component IDs
Extract all component IDs deployed from this repository by reading .github/workflows/push.yml (and any other push*.yml files).
Look for these patterns:
More from keboola/ai-kit
dataapp-dev
Expert for developing Streamlit data apps for Keboola deployment. Activates when building, modifying, or debugging Keboola data apps, Streamlit dashboards, adding filters, creating pages, or fixing data app issues. Validates data structures using Keboola MCP before writing code, tests implementations with Playwright browser automation, and follows SQL-first architecture patterns.
26get-started
>
22gh-process-review
Process GitHub PR review comments by fetching them to local JSON, implementing fixes, and tracking progress. Use when user invokes /gh-process-review command. Fetches reviews to file to avoid context pollution, uses jq for parsing, commits each fix separately. Starts in planning mode by default. Supports optional "continue" argument to skip fetching and resume with existing reviews file.
21keboola configuration
Use this skill when working with Keboola project configurations, understanding JSON config files, editing transformations, or analyzing Keboola project structure. Triggers on questions about Keboola configs, transformations, orchestrations, extractors, writers, or .keboola directories.
16build-component-ui
Expert in Keboola configuration schemas, conditional fields (options.dependencies), UI elements, sync actions, and schema testing. Can launch schema-tester and run Playwright tests. Specialized for configSchema.json and configRowSchema.json development.
15migrate-to-uv
Migrate Keboola Python components to modern uv build system with deterministic dependencies and ruff linting.
14