Running and validating Probitas scenarios. Use when executing tests, running scenarios, or debugging test failures.
Executes Probitas test scenarios with optional selectors to filter by tag or name. Use this to run tests, validate scenarios, or debug failures when you need to execute specific test cases.
/plugin marketplace add probitas-test/claude-plugins/plugin install probitas@probitas-testThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Run /probitas-run command (or /probitas-run <selector> with filter).
If project not initialized → run /probitas-init first.
probitas run -s tag:api # Match tag
probitas run -s "!tag:slow" # Exclude tag
probitas run -s user # Match scenario name
/probitas-check for validation errors--verbose or --debug for more outputOptimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.