Sandarsh-M

Safe Test Check — Testing skill for Claude Code

Testing community

Safely check test status without hitting the live Databricks workspace.

How to install Safe Test Check

Installs to ~/.claude/commands/sandarsh-m-databricks-sdk-claude-code-playground-safe-test-check.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Sandarsh-M/databricks-sdk-claude-code-playground/HEAD/.claude/commands/safe-test-check.md -o ~/.claude/commands/sandarsh-m-databricks-sdk-claude-code-playground-safe-test-check.md

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

What Safe Test Check does


description: Safely check test status without hitting the live Databricks workspace allowed-tools: Bash, Read

Run test collection ONLY first, never the full live suite automatically:

PYTHONPATH=src pytest --collect-only

Report how many tests were found and whether collection succeeded cleanly.

Do NOT run the full test suite (plain `pytest` or `pytest tests/`) even if collection succeeds - remind me that doing so calls the real Databricks SDK against the "playground" workspace profile

Alternatives in Testing

  • Marketing Skills Versions — Current versions of all skills 13.8k ★
  • Testing Strategy — This project is small, runs in a terminal, and is mostly deterministic 10.9k ★
  • Debug — You are tasked with helping debug issues during manual testing or implementation 10k ★

Full documentation available on GitHub

View Source Repository