What problem does it solve?
This Skill helps you audit an AI transport SDK against its formal specification so you can catch missing coverage, invalid references, and implementation drift early.
Core Features & Use Cases
- Specification Cross-Reference: Matches code comments and tests to AI Transport spec points.
- Conformance Review: Checks general principles like transport structure, header discipline, error handling, and dependency injection.
- Gap Analysis: Identifies unimplemented, contradictory, or untested spec points and suggests updates.
- Use Case: Use it when reviewing a repository to verify that source code, comments, and tests stay synchronized with the AI Transport contract.
Quick Start
Ask the skill to audit the repository against the AI Transport specification and report valid references, gaps, contradictions, and suggested spec updates.