Running and validating Probitas scenarios. Use when executing tests, running scenarios, or debugging test failures.
/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 outputMaster authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.