Cross-checks RLinf documentation against code and other docs, including English-Chinese parity checks. Use when adding or editing docs, reviewing doc PRs, validating commands/config keys/model-env names, or ensuring EN and ZH docs stay consistent.
Use this skill when documentation changes may introduce mismatches with:
Always read reference.md first, then run the workflow below.
Collect these inputs before reviewing:
If scope is unclear, default to checking:
docs/source-en/ and docs/source-zh/ counterpartsrlinf/config.py (SupportedModel)rlinf/envs/__init__.py (SupportedEnvType)examples/, toolkits/, ray_utils/, and requirements/reference.md and extract the relevant checklist items.SupportedModel and SupportedEnvType string values.:doc:/relative links, not hardcoded ReadTheDocs URLs.Critical: Wrong command/path/key/value that can break user workflow.Major: Inconsistent docs that likely mislead users.Minor: Wording/terminology drift without immediate breakage.Prefer actionable findings with exact file paths and corrected values.
Hardcoded ReadTheDocs links to RLinf docs should be reported as at least Major.
Use this format when reporting results:
## Docs Check Findings
- Critical: <issue>, in `<path>`
- Why: <impact>
- Fix: <specific correction>
- Major: <issue>, in `<path>`
- Why: <impact>
- Fix: <specific correction>
- Minor: <issue>, in `<path>`
- Why: <impact>
- Fix: <specific correction>
## Verified
- <what was checked and confirmed>
If no issues are found, explicitly state:
No doc-code or EN-ZH consistency issues found in checked scope.
readthedocs.io/.../rst_source/... URLs; convert to :doc: or relative internal links.Use this regex scan to detect unstable hardcoded RLinf docs links:
readthedocs\.io/(en|zh-cn)/latest/rst_source/