What problem does it solve? Working on the SRS and Oryx streaming media projects requires navigating multiple repositories, server generations, and verification suites; this Skill routes every development, bug-fix, review, or code-explanation request through a structured workflow grounded in the actual source code and project documentation. ## Core Features & Use Cases - Task Routing: Routes every request to exactly one of six workflows — Develop Code, Scan Issues, Scan PRs, Fix a Bug, Learn Code, or Review a PR — covering the Go proxy, SRS browser player, Dev Docker images, Oryx backend and dashboard, and C++ media server maintenance. - Cross-Component Verification: Enforces a mandatory integration test matrix (proxy E2E, Redis routing, SRT, WHIP, bearer auth) plus bundled Bash and Node.js test scripts for GB28181 session cleanup, Oryx scenarios, and browser player URL generation. - Use Case: A maintainer asks to fix a GB28181 TCP disconnect bug in the C++ server; the Skill routes to Fix a Bug, reproduces the issue with the bundled E2E scripts, implements the minimal fix, runs the full integration suite, and records a Truth Record on the GitHub issue. ## Quick Start Ask the assistant to fix a specific SRS or Oryx issue, implement a planned change to the Go proxy or Oryx backend, review a pull request, or explain how an existing module works.