Claude Code Plugins

Community-maintained marketplace

Feedback

Running and validating Probitas scenarios. Use when executing tests, running scenarios, or debugging test failures.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name probitas-run
description Running and validating Probitas scenarios. Use when executing tests, running scenarios, or debugging test failures.

Instructions

Run /probitas-run command (or /probitas-run <selector> with filter).

If project not initialized → run /probitas-init first.

Selector Examples

probitas run -s tag:api             # Match tag
probitas run -s "!tag:slow"         # Exclude tag
probitas run -s user                # Match scenario name

If Tests Fail

  1. Run /probitas-check for validation errors
  2. Check error messages for assertion details
  3. Verify environment variables (API_URL, DATABASE_URL)
  4. Use --verbose or --debug for more output