
Probitas
- Updated March 23, 2026
- probitas-test/claude-plugins
probitas is a Claude Code skill in the Testing & QA category. Probitas scenario testing framework integration
Key points
- probitas
- Testing & QA
- AI-coding skill
Probitas by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add probitas-test/claude-plugins/plugin install probitas@probitas-testAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | March 23, 2026 |
|---|---|
| Repository | probitas-test/claude-plugins ↗ |
What it does
Probitas scenario testing framework integration
README.md
Probitas Plugin for Claude Code
Integration plugin for Probitas scenario testing framework.
Features
Skills
- probitas-info - Framework overview and features
- probitas-setup - CLI installation and project setup
- probitas-write - Scenario writing (delegates to agent)
- probitas-run - Running and debugging scenarios
Commands
| Command | Description |
|---|---|
/probitas-init |
Initialize a Probitas project |
/probitas-run [selector] |
Run scenarios |
/probitas-list |
List available scenarios |
/probitas-check |
Run format, lint, type check |
/probitas-expect-methods |
Get available expect methods |
Agents
- scenario-writer - Create and edit
*.probitas.tsfiles
Installation
# Add marketplace
/plugin marketplace add probitas-test/claude-plugins
# Install plugin
/plugin install probitas@probitas-test
Team Setup
Add to your project's .claude/settings.json:
{
"plugins": {
"marketplaces": ["probitas-test/claude-plugins"],
"installed": ["probitas@probitas-test"]
},
"enabledPlugins": {
"probitas@probitas-test": true
}
}
Related skills
Testing & QAtesting