Most Used Tags
Enforce comprehensive test coverage for OpenMetadata code changes.
Access and load OpenMetadata connector development standards for consistent integration.
Use when debugging a failing test, build error, or runtime issue that isn't immediately obvious. Guides a 4-phase root cause analysis instead of random fix attempts.
OpenMetadata is a unified metadata platform for data discovery, observability, and governance.
Deploy and test your connector locally using a full OpenMetadata stack with Docker.
Use when implementing new features or fixing bugs to enforce test-driven development. Guides the RED-GREEN-REFACTOR cycle for Java (JUnit), Python (pytest), and TypeScript (Jest/Playwright) in OpenMetadata.
Use before claiming any task is complete. Requires running actual verification commands and showing evidence — no "should work" claims without proof.
Automate the review of OpenMetadata connectors against established standards.
Automates the selection of OpenMetadata skills to ensure structured workflows for development tasks.
Use when starting a non-trivial feature, refactor, or multi-file change. Forces structured design thinking before writing any code - brainstorm approaches, get approval, then create a step-by-step implementation plan.
Use to review code changes with a two-stage process - first checking spec/requirements compliance, then code quality. Works on staged changes, branches, or PRs.
Conducts a deep reliability audit of OpenMetadata connectors using seven investigation prompts.
Quickly scaffold a new OpenMetadata connector with JSON Schema and code generation.