Running and validating Probitas scenarios. Use when executing tests, running scenarios, or debugging test failures.
/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 outputBuild robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.