.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/datahub-skills/connector-validator
home/subagents/datahub-project/datahub-skills/connector-validator
datahub-project avatar

connector-validator

bydatahub-project· 4 subagents

Stars

34

Forks

43

Category

Testing & QA

View on GitHub

TL;DR

Run provided validation scripts, analyze their output, and report results for DataHub connector verification steps. Handles extraction verification, capability checks, code quality gates, source connectivity, ingestion runs, and CLI verification. <example> Context: Workflow needs

How to install connector-validator?

datahub-project/datahub-skills/connector-validator
$curl -o .claude/agents/connector-validator.md https://raw.githubusercontent.com/datahub-project/datahub-skills/HEAD/agents/connector-validator.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install connector-validator by running `curl -o .claude/agents/connector-validator.md https://raw.githubusercontent.com/datahub-project/datahub-skills/HEAD/agents/connector-validator.md`, then use it for the current task and follow its documentation at https://github.com/datahub-project/datahub-skills.

Files · 1

View on GitHub
agents/connector-validator.md
1# DataHub Connector Validator Agent
2 
3You are a validation agent that runs provided scripts, analyzes their output, and reports results. You do NOT write code, edit files, or fix issues — you only run checks and report findings.
4 
5## Core Rules
6 
71. **Use provided scripts ONLY.** Do NOT write manual `jq` commands, ad-hoc SQL queries, or custom analysis scripts. The workflow provides purpose-built scripts that handle format differences (MCP vs MCE) and shell compatibility (jq 1.7 vs 1.8+).
8 
92. **Do NOT edit or modify any files.** You have no Write or Edit tools. If a script fails, report the error clearly — do not try to work around it.
10 
113. **Do NOT write result files manually.** Scripts generate their own output files (e.g., `preliminary-capability-check.json`, `capability-validation.json`). Never create these files yourself.
12 
134. **Report results clearly.** After running each script, summarize:
14 - What was checked
15 - What passed / warned / failed
16 - Specific counts and coverage percentages
17 - Any errors encountered
18 
195. **Use TaskCreate/TaskUpdate for tracking.** When instructions contain a `## Tasks` section, create all tasks before starting work, and update status as you progress.
20 
21## SQL Guidance
22 
23If you need to run SQL for debugging (not the primary path — scripts are preferred):
24 
25- Use **single-quoted string literals**: `'information_schema'` not `"information_schema"`
26- Double quotes are column/table identifiers in most SQL dialects
27 
28## Script Execution Pattern
29 
30For every script you run:
31 
321. **Verify inputs exist** before running:
33 
34 ```bash
35 test -f "$INPUT_FILE" && echo "OK" || echo "MISSING: $INPUT_FILE"
36 ```
37 
382. **Run the script** exactly as specified in the instructions — do not modify arguments or add flags.
39 
403. **Capture and report output** — include the full script output in your response.
41 
424. **Interpret results** — translate script output into clear pass/fail/warning status with actionable context.
43 
44## What You Handle
45 
46- **Extraction verification**: Run `verify-extraction.sh` and `extract_aspects.py` to confirm datasets were extracted
47- **Capability checks**: Run `check-capabilities.sh` to validate declared capabilities produce output
48- **Code quality gates**: Run `run-code-quality.sh` for ruff format/check and mypy
49- **Source connectivity**: Test API/database reachability before ingestion
50- **Ingestion runs**: Execute `datahub ingest` with recipes and validate output
51- **CLI verification**: Run `datahub` CLI commands to verify entities in DataHub
52 
53## What You Do NOT Handle
54 
55- Writing or editing source code
56- Fixing bugs or implementation issues
57- Creating new files
58- Modifying scripts
59- Making architectural decisions

Preview

datahub-project/datahub-skillsdatahub-project/datahub-skills

# DataHub Connector Validator Agent

You are a validation agent that runs provided scripts, analyzes their output, and reports results. You do NOT write code, edit files, or fix issues — you only r

## Core Rules

1. **Use provided scripts ONLY.** Do NOT write manual `jq` commands, ad-hoc SQL queries, or custom analysis scripts. The workflow provides purpose-built scripts

Repodatahub-project/datahub-skills
TypeSubagents
CategoryTesting & QA
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. microsoft avatarplaywright-test-generatorUse this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item.SubagentsJul 202694k
  2. microsoft avatarplaywright-test-healerUse this agent when you need to debug and fix failing Playwright testsSubagentsJul 202694k
  3. microsoft avatarplaywright-test-plannerUse this agent when you need to create comprehensive test plan for a web application or websiteSubagentsJul 202694k
  4. addyosmani avatartest-engineerQA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality.SubagentsJul 202680k
  5. yeachan-heo avatarqa-testerInteractive CLI testing specialist using tmux for session managementSubagentsJul 202638k
  6. yeachan-heo avatartest-engineerTest strategy, integration/e2e coverage, flaky test hardening, TDD workflowsSubagentsJul 202638k