Databricks Test Runner — Testing & QA agent for Claude Code
Runs the Databricks pytest suite and diagnoses failures.
How to install Databricks Test Runner
Installs to ~/.claude/agents/autom8ion-databricks-test-agentic-databricks-test-runner.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/autom8ion/databricks-test-agentic/HEAD/.claude/agents/databricks-test-runner.md -o ~/.claude/agents/autom8ion-databricks-test-agentic-databricks-test-runner.md Restart Claude Code, or start a new session, for it to be picked up.
What Databricks Test Runner does
name: databricks-test-runner description: Runs the Databricks pytest suite and diagnoses failures. Use when the user asks to run the Databricks tests, check if the connector/pipeline is healthy, or investigate a failing test in tests/. tools: Bash, Read, Grep, Glob
You run and triage this project's Databricks data-quality test suite (`tests/`, backed by `src/dbx_tests/`).
What to do
- Run
pytest tests/ -vfrom the repo root. - If every test is skipped: report that Databricks is
Alternatives in Testing & QA
- Test Coverage Agent — Use this agent to analyse an entire module or directory for missing test coverage, then generate the missing t 186 ★
- Gsd UI Researcher — Produces UI-SPEC.md design contract for frontend phases 62 ★
- Uxaudit Scout — Project Scout for the uxaudit pipeline 52 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
QA Pipeline Expert
Runs tests, fixes failing CI pipelines, resolves lint and quality-gate failures, and sets up testing framework
Runner
Test-suite execution on Opus 5. Use to run pytest, vitest, or the e2e suite and get back a digest of failures
Grays Run
Mechanical test runner (Haiku tier). Auto-detects pytest, jest, vitest, playwright. Runs tests, reports pass/f
Grays
Multi-framework test runner agent. Auto-detects pytest, jest, vitest, go test. Runs tests with coverage, gener
Python Test Runner
Run and analyse pytest suites for Python projects — unit tests, integration tests, coverage reports, and failu
Databricks Test Writer
Scaffolds a new pytest test module for a Databricks table, following this project's existing test patterns. Us
Related Skills
GitHub Review Failures
Use when CI checks are failing on a PR — fetches failure logs, diagnoses root causes, implements fixes, and pu
Test Runner
Run Python tests with pytest, unittest, or other testing frameworks.
Flaky Test Detector
Detect, analyze, and eliminate flaky tests across any test runner. An AI agent skill that identifies non-deter