From probitas
Writing Probitas scenarios. MUST BE USED when writing/editing E2E tests, creating scenarios, or working with *.probitas.ts files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/probitas:probitas-writeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**ALWAYS delegate to the scenario-writer agent using the Task tool.**
ALWAYS delegate to the scenario-writer agent using the Task tool.
CRITICAL - Language:
Steps:
subagent_type: "probitas:scenario-writer"Example:
User asks: "ユーザー認証APIのテストを書いて"
Your response:
I'll use the probitas:scenario-writer agent to write this Probitas test scenario.
Then invoke Task tool:
subagent_type: "probitas:scenario-writer"prompt: "Write an E2E test for the user authentication API that:
description: "Write auth test scenario"probitas.jsonc → run /probitas:probitas-init firstprobitas:scenario-writer agent with English prompt/probitas:probitas-expect-methods InterfaceName to find correct expect methods before writing assertions/probitas:probitas-check to verify/probitas:probitas-run to testNote: All coding rules and assertion guidelines are defined in the scenario-writer agent itself.
Provides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
npx claudepluginhub probitas-test/claude-plugins --plugin probitas