intelligems-test-verdict
Installation
SKILL.md
/test-verdict
Analyze any Intelligems A/B test and deliver a clear verdict: WINNER, LOSER, FLAT, KEEP RUNNING, or TOO EARLY. Includes risk framing, revenue-vs-conversion analysis, and a device segment quick-check.
Works with both active and ended tests.
Step 0: Workspace Check
Check if the shared workspace exists and is ready:
test -d ~/intelligems-analytics/venv && test -f ~/intelligems-analytics/ig_client.py && echo "READY" || echo "NEEDS_SETUP"
If NEEDS_SETUP: Run the /intelligems-core skill first to set up the workspace. This installs the shared Python libraries and virtual environment at ~/intelligems-analytics/.