Agent skill
probitas-write
Writing Probitas scenarios. MUST BE USED when writing/editing E2E tests, creating scenarios, or working with *.probitas.ts files.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/probitas-write
SKILL.md
Instructions
ALWAYS delegate to the scenario-writer agent using the Task tool.
CRITICAL - Language:
- ALWAYS translate user requirements to English before invoking the agent
- Provide clear, concise English prompts for optimal agent performance
Steps:
- Translate user requirements to English
- Invoke Task tool with
subagent_type: "probitas:scenario-writer" - Provide English prompt with test requirements
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:- Tests login with valid credentials (should succeed)
- Tests login with invalid credentials (should fail with appropriate error)"
description: "Write auth test scenario"
Workflow
- If no
probitas.jsonc→ run/probitas:probitas-initfirst - Invoke
probitas:scenario-writeragent with English prompt - Agent will use
/probitas:probitas-expect-methods InterfaceNameto find correct expect methods before writing assertions - After completion → run
/probitas:probitas-checkto verify - If needed → run
/probitas:probitas-runto test
Note: All coding rules and assertion guidelines are defined in the scenario-writer agent itself.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?