Connector Review banner
datahub-project datahub-project

Connector Review

Development community

Description

--- name: connector-review description: Review DataHub connector code for standards compliance and quality argument-hint: "[connector name or path]" --- # DataHub Connector PR Review Use the Skill tool to invoke the full `datahub-connector-pr-review` skill: ``` Skill tool: skill: "datahub-skills:datahub-connector-pr-review" ``` **User's request:** $ARGUMENTS This skill reviews connector code against the 22 DataHub standards. On Claude Code with `pr-review-toolkit` installed, it runs 5 rev

Installation

Installs to ~/.claude/skills/datahub-project-datahub-skills-connector-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/datahub-project-datahub-skills-connector-review && curl -fsSL https://raw.githubusercontent.com/datahub-project/datahub-skills/HEAD/commands/connector-review.md -o ~/.claude/skills/datahub-project-datahub-skills-connector-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository