OpenMetadata avatar

OpenMetadata

Official

@open-metadata · United States of America

0Followers
|
32Public Repos
|
23Published Skills

A Single place to Discover, Collaborate, and Get your data right.

Skills Distribution
DomainDeveloper To...Quality Assurance .. (40%)Frontend Validation (35%)Test Architecture (25%)

Agent Skills by OpenMetadata

Showing 23 vetted skills indexed across 1 GitHub repositories.

open-metadataopen-metadata
15.1k

systematic-debugging

Diagnose failing tests, build errors, and runtime issues through a four-phase root cause analysis.

Official
Intermediate
open-metadataopen-metadata
15.1k

connector-standards

Load OpenMetadata connector development standards into context for building or reviewing connectors.

Official
Basic
open-metadataopen-metadata
15.1k

scaffold-connector

Scaffold and implement new OpenMetadata connectors using schema-first code generation.

Official
Advanced
open-metadataopen-metadata
15.1k

ui-core-components

Guides React/TSX layout code toward Box, Grid, Card, and Divider primitives with semantic color tokens.

Official
Intermediate
open-metadataopen-metadata
15.1k

code-review

Reviews code changes for spec compliance and code quality across branches, PRs, and staged diffs.

Official
Intermediate
open-metadataopen-metadata
15.1k

planning

Structures feature implementation through phased design, approval, and task planning before coding.

Official
Intermediate
open-metadataopen-metadata
15.1k

playwright-test

Generate Playwright E2E tests following OpenMetadata anti-flakiness patterns and lint rules.

Official
Intermediate
open-metadataopen-metadata
15.1k

test-enforcement

Validates test coverage for Java, Python, and React code changes against 90% coverage targets.

Official
Advanced
open-metadataopen-metadata
15.1k

connector-audit

Audits OpenMetadata connectors through seven investigation prompts covering metadata, errors, auth, lineage, and scale.

Official
Advanced
open-metadataopen-metadata
15.1k

java-checkstyle

Fixes Java formatting failures by running mvn spotless:apply and verifying the result.

Official
Basic
open-metadataopen-metadata
15.1k

verification

Enforces running build, test, and lint commands as evidence before claiming task completion.

Official
Intermediate
open-metadataopen-metadata
15.1k

dev-setup

Installs and verifies the OpenMetadata development toolchain on macOS and Linux.

Official
Advanced
open-metadataopen-metadata
15.1k

pr-checklist

Drafts and validates OpenMetadata pull request descriptions against the repository PR template.

Official
Intermediate
open-metadataopen-metadata
15.1k

ui-checkstyle

Runs ESLint, Prettier, and organize-imports on changed UI files to match CI checkstyle.

Official
Intermediate
open-metadataopen-metadata
15.1k

connector-review

Reviews OpenMetadata connector code against standards and posts scored findings to GitHub PRs.

Official
Advanced
open-metadataopen-metadata
15.1k

tdd

Guides RED-GREEN-REFACTOR test-driven development for Java, Python, and TypeScript codebases.

Official
Intermediate
open-metadataopen-metadata
15.1k

openmetadata-workflow

Routes development tasks to the correct OpenMetadata workflow skills at session start.

Official
Intermediate
open-metadataopen-metadata
15.1k

web-design-guidelines

Review UI code files against Vercel Web Interface Guidelines for accessibility and design compliance.

Official
Basic
open-metadataopen-metadata
15.1k

vercel-composition-patterns

Guides React component refactoring using compound components, context providers, and composition patterns.

Official
Intermediate
open-metadataopen-metadata
15.1k

vercel-react-best-practices

Applies React and Next.js performance optimization rules when writing, reviewing, or refactoring code.

Official
Intermediate
open-metadataopen-metadata
14.8k

playwright-validation

Validate branch UI changes with Playwright end-to-end tests.

Official
Intermediate
open-metadataopen-metadata
14.8k

writing-playwright-tests

Scaffold Playwright E2E tests using Page Object Model patterns and selectors.

Official
Intermediate
open-metadataopen-metadata
14.8k

playwright-test

Generate end-to-end Playwright tests following OpenMetadata patterns.

Official
Advanced

Frequently Asked Questions About OpenMetadata

FAQPage Schema
What specific tasks are enabled by these testing capabilities?

These capabilities enable the systematic validation of user interface changes through end-to-end testing. You can scaffold robust test suites using Page Object Model patterns, generate standardized verification routines, and perform regression checks on branch updates to ensure platform stability before merging code changes.

Which personas benefit from these testing patterns?

These patterns are designed for quality assurance engineers, frontend developers, and platform maintainers working within the OpenMetadata ecosystem. They are specifically intended for technical contributors responsible for maintaining UI consistency and verifying that new features or bug fixes do not disrupt existing platform functionality.

What are the prerequisites for implementing these test patterns?

Implementation requires an existing environment configured with Playwright and familiarity with the Page Object Model design pattern. Users must have access to the target repository to scaffold tests and should be prepared to define specific selectors that align with the existing interface structure of the platform.