
Adaf
- Updated July 2, 2026
- neozenith/dbt-gcp-jaffleshop
adaf is a Claude Code skill in the Testing & QA category. Detect, explain, and git-reversibly close dbt testing-taxonomy gaps using the ADAF CLI and the DAMA-UK6 rule catalogue.
Key points
- adaf
- Testing & QA
- AI-coding skill
Adaf by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add neozenith/dbt-gcp-jaffleshop/plugin install adaf@dbt-gcp-jaffleshopAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 2, 2026 |
|---|---|
| Repository | neozenith/dbt-gcp-jaffleshop ↗ |
What it does
Detect, explain, and git-reversibly close dbt testing-taxonomy gaps using the ADAF CLI and the DAMA-UK6 rule catalogue.
README.md
ADAF plugin
Agent skills over the Automated Data Assurance Framework. This repository is both the marketplace and the plugin host.
The skill itself is the portable agentskills.io SKILL.md format,
so it works across Claude Code, GitHub Copilot, and OpenAI Codex. The plugin ships two parallel
manifests over one shared skills/ tree — .claude-plugin/plugin.json
for Claude Code and .codex-plugin/plugin.json for Codex.
Install
Claude Code — marketplace install:
/plugin marketplace add neozenith/dbt-gcp-jaffleshop # or: /plugin marketplace add ./
/plugin install adaf@dbt-gcp-jaffleshop
OpenAI Codex — installable plugin (.codex-plugin/plugin.json + bundled skills/), or zero-install
loose discovery: Codex scans .agents/skills/ from the cwd up to the repo root and follows symlinks, so
the .agents/skills/adaf-testing-guide symlink is picked up
with no install.
GitHub Copilot — scans .github/skills, .claude/skills, and .agents/skills; the same
.agents/skills/ symlink is discovered automatically. (Copilot has no plugin-bundle manifest; gh skill
is its distribution path.)
Skills
| Skill | Invoke | What it does |
|---|---|---|
adaf-testing-guide |
/adaf:adaf-testing-guide |
Help a developer decide which data-quality tests a scope of dbt models should have and implement them correctly. Navigates the testing-taxonomy vignettes in references/, explains each test (why it matters, which package, DAMA-UK6 dimension, cost class), and grounds the implementation in current practice via web search. |
The adaf-testing-guide skill is reference-driven: it reads the testing-taxonomy vignettes bundled
under its own references/ and uses web search
to confirm current syntax.