What problem does it solve? New karenina adapters can appear to work while silently ignoring configuration, dropping token usage, or failing on real filesystem access. This Skill provides a systematic test strategy that validates every capability an adapter claims to support through observable behavior rather than SDK internals. ## Core Features & Use Cases - Cold tests (mocked): Protocol conformance, message roundtrip, trace format, registration integrity, configuration passthrough, error mapping, usage aggregation, and streaming/timeout partial recovery. - Hot tests (live API): End-to-end checks for workspace file access, tool-use traces, turn limits, LLM invocation, structured parsing, usage tracking, and error propagation across all three ports. - Use Case: After implementing a new adapter (e.g., for a custom agent SDK), run this Phase 4 workflow to catch silent bugs like zero-token usage reporting or agents that generate synthetic data instead of reading real workspace files. ## Quick Start Run the karenina-adapter-test skill to validate my newly implemented adapter against the conformance suite and hot tests.