From justai
Add, update, run, or repair saved campaign tests for a JustAI script. Use when a user wants reusable `index.test.js` coverage, regression fixes, or marketer-readable explanations of test failures.
How this skill is triggered — by the user, by Claude, or both
Slash command
/justai:campaign-testingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user wants reusable saved tests, not just a one-off `execute_script` run.
Use this skill when the user wants reusable saved tests, not just a one-off execute_script run.
Treat index.js and index.test.js as one change unit.
update_script call.Inspect the current script bundle.
list_scripts and get_script.index.js and index.test.js when they exist.Infer the coverage that matters.
stopWhen(...), if(...), match(...), exit(...), sleep(...), or forEach(...) behavior.Author or update index.test.js.
@justai/platform-test-harness.Save script and tests together.
create_script with both files when appropriate.update_script with both files in one payload when behavior changed.Run and inspect.
run_script_tests.get_test_run or list_test_runs to inspect saved failures.Repair carefully.
index.js and keep or strengthen the test.index.test.js without weakening the intended behavior.@justai/platform-test-harness.Lead with:
npx claudepluginhub justwordsai/justai --plugin justaiProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.