What problem does it solve? Running the tik4net integration suite against a live MikroTik router involves eleven transports, per-transport runsettings, capability-based skips, cross-run orphan contamination, and TRX result analysis — this Skill encodes all of that operational knowledge so test runs are invoked, interpreted, and debugged correctly. ## Core Features & Use Cases - Transport-aware test execution: Run the full matrix, a single transport, or a smoke subset via the run-integration-tests.ps1 harness, with correct PowerShell invocation patterns for multi-transport arrays. - Result and skip analysis: Parse TRX files with parse-trx.ps1, distinguish capability skips from real failures, and generate re-run filters for failed tests. - Orphan and contamination debugging: Diagnose cross-run residue (IPsec peers, EoIP interfaces, firewall rules), router self-blackouts caused by enabled probe rows, and RouterOS 7.24 routing wedges, including MacTelnet-based recovery. - Test authoring guidance: Scaffold new TestBase-derived tests with the standard List/Add pattern, t4n markers, guards, and mandatory try/finally cleanup. - Use Case: After a change to the WinBox native codec, run the smoke subset across rest, telnet, and winboxnative, then compare skip counts and failures against the preserved previous TRX to confirm nothing regressed. ## Quick Start Run the tik4net integration test suite on the api transport and show me any failures and skips from the TRX results.