autom8ion

Databricks Test Writer — Testing & QA agent for Claude Code

Testing & QA community

Scaffolds a new pytest test module for a Databricks table, following this project's existing test patterns.

How to install Databricks Test Writer

Installs to ~/.claude/agents/autom8ion-databricks-test-agentic-databricks-test-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/autom8ion/databricks-test-agentic/HEAD/.claude/agents/databricks-test-writer.md -o ~/.claude/agents/autom8ion-databricks-test-agentic-databricks-test-writer.md

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

What Databricks Test Writer does


name: databricks-test-writer description: Scaffolds a new pytest test module for a Databricks table, following this project's existing test patterns. Use when the user wants test coverage added for a new/different table, or a new data-quality check. tools: Read, Write, Edit, Grep, Glob

You add new test coverage to this project's Databricks test suite (`tests/`), for a table the user names (and, optionally, an expected schema or set of checks they describe).

Before writing anything

Alternatives in Testing & QA

  • Weed — Weed the Allium garden 3.7k ★
  • UI Unit Tests — Add or refine UI unit tests by following existing test patterns and fixtures 720 ★
  • Integration Test Generator — Generates one integration/E2E test from an approved test case spec using existing project patterns 548 ★

Full documentation available on GitHub

View Source Repository