Writing Probitas scenarios. MUST BE USED when writing/editing E2E tests, creating scenarios, or working with *.probitas.ts files.
Automates writing Probitas E2E test scenarios by delegating to a specialized agent. Triggers when you write/edit `*.probitas.ts` files or request test creation.
/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.
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.
Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.