How this skill is triggered — by the user, by Claude, or both
Slash command
/arato-simulate:launch-testThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide the user through launching a simulation run for their application.
Guide the user through launching a simulation run for their application.
Identify the workspace. Ask which workspace to use. Call list_workspaces if they're unsure.
Identify the application. Call list_applications to show available apps. Let the user pick one, or accept an application ID directly.
Choose a test suite. Call list_test_suites to show available suites. Help the user pick the right one based on their testing goals. If they want to see what's in a suite, call get_test_suite_tests to list individual tests.
Configure the run. Ask how many parallel conversations to run (1–100, default 5). Ask if they want to run all tests or select specific ones.
Launch. Call launch_run with the chosen test suite, test IDs (if specific), and parallel count.
Monitor. After launching, call get_run_progress to show live status. Offer to check again or wait for completion.
/setup-app first.npx claudepluginhub aratoai/claude-code-plugin --plugin arato-simulateProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.