What problem does it solve?
This Skill helps engineers understand, modify, and troubleshoot complex SGLang continuous integration workflows without losing track of stage dependencies, failure propagation, test partitioning, or execution modes.
Core Features & Use Cases
- Workflow Orchestration: Explains stage ordering, PR gating, concurrency, scheduled runs, and targeted stage reruns.
- Failure Diagnosis: Covers fast-fail layers, retry classification, stage health checks, timeouts, cancellations, and common CI failure symptoms.
- Test Distribution: Documents suite registration, matrix partitioning with the LPT heuristic, runner selection, and expected job counts.
- Use Case: When adding a new GPU test stage, use this Skill to update the workflow job, register the suite, configure partitioning, maintain stage gating counts, and include the final result aggregation.
Quick Start
Use the ci-workflow-guide skill to explain why a SGLang CI stage is timing out and identify the workflow files and matrix counts that need to be checked.