What problem does it solve? AI agents often claim a GStreamer pipeline build is done without actually verifying it, leading to broken pipelines, silent preprocess-id mismatches, and missing files. This Skill enforces an evidence-based verification gate so no completion is claimed without fresh command output. ## Core Features & Use Cases - Six-Step Verification Gate: Checks file existence, Python/shell/JSON syntax, pipeline --help parsing, DX element property validation, GStreamer plugin registration, and portability of the app directory. - Pipeline Property Checks: Validates preprocess-id matching between dxpreprocess and dxinfer, queue placement between DX elements, absolute model paths, DxMsgConv-before-DxMsgBroker ordering, and DxRate presence for RTSP sources. - Completion Report Template: Produces a structured checklist report with evidence for every item before any completion claim is allowed. - Use Case: After an agent generates a DX-Stream object-detection pipeline with run scripts and configs, invoke this Skill to run the full gate and produce a verified completion report before marking the task done. ## Quick Start Ask the agent to run the dx-agent-verify gate on the current pipeline session directory and produce the completion report before claiming the build is finished.