What problem does it solve?
Reviewing SGLang Cookbook pull requests requires checking dozens of rules across config files, MDX pages, benchmarks, navigation, and Mintlify syntax, which is slow and error-prone when done manually.
Core Features & Use Cases
- Automated PR Fetching: Pulls the PR diff, metadata, duplicate candidates, and prior reviewer comments via the GitHub CLI.
- 15-Section Checklist: Validates file hygiene, config quality, the 5-dimension cell matrix, benchmarks, doc-config parity, commands, frontmatter, navigation, links, Mintlify MDX syntax, quantization rules, scope, duplicates, and grammar.
- Structured Verdicts: Outputs per-file PASS/ISSUE/BLOCK findings plus an overall APPROVE, REQUEST CHANGES, or BLOCKED recommendation.
- Use Case: A maintainer runs the skill on PR #1234 adding a new model page and immediately sees that the config is missing
accuracyLabels, a cell bakes in --reasoning-parser, and the docs.json nav entry still has an .mdx extension.
Quick Start
Ask the assistant to run /cookbook-review-pr followed by the pull request number to review that SGLang Cookbook PR against the full checklist.