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 jsr-probitas/claude-plugins/plugin install probitas@jsr-probitasThis 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 outputMaster defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.