What problem does it solve? After generating a Mem0 memory integration with /mem0-integrate, you need proof that it actually works — that dependencies install, existing tests still pass, new tests pass, and memory really flows end-to-end against a live API key. This Skill automates that verification and produces a pass/fail scorecard. ## Core Features & Use Cases - Precondition gating: Refuses to run unless .mem0-integration/ artifacts exist, the branch starts with mem0-integrate/, the working tree is clean, and the correct API key (MEM0_API_KEY or OPENAI_API_KEY) is present. - Two-pass test execution: Runs the repo's native suite with the feature flag unset (must behave like main) and set (new tests run), catching non-invasiveness violations as hard fails. - Real smoke and E2E tests: Exercises a live add/search/delete flow against Mem0 Platform or OSS with a disposable user_id, then runs the app via the plan's E2E recipe and asserts memory appears in user-visible output. - Use Case: After running /mem0-integrate on a feature branch, invoke this Skill to get a scorecard.json with per-check pass/fail, durations, log tails, and reproduction commands before human review. ## Quick Start Ask your assistant to run /mem0-test-integration on the current branch to verify the Mem0 integration and produce a scorecard.