一键导入
md-review
Use when a markdown draft or docs page must be checked for structural validity and documentation style compliance before writeback or publishing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a markdown draft or docs page must be checked for structural validity and documentation style compliance before writeback or publishing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when translating game content that requires cost-optimized model routing, linear workflow efficiency, and immediate formatting to avoid multi-loop review cycles
Use when high-quality translation is needed with multi-agent review and quality gates before overwriting source files.
Use when high-quality translation is needed with multi-agent review and quality gates before overwriting source files.
Use when extracted rulebook markdown needs to be split into semantic documentation files and navigation. Trigger this skill from `init-doc`, future append/add-document flows, or whenever regenerated `_pages.md` source invalidates the existing chapter map. Do not use this skill for temporary translation chunking; that belongs to a separate draft-only translation workflow.
Use when performing final quality checks before publishing the documentation site. Use when all translation is complete and you need to verify titles/descriptions are translated, check for misplaced or erroneous content, and run page-reference link checks.
Use when translating in bilingual mode — produces Chinese primary + English blockquote markdown. Single-pass, no multi-round review. Requires translation_mode=bilingual in style-decisions.json.
| name | md-review |
| description | Use when a markdown draft or docs page must be checked for structural validity and documentation style compliance before writeback or publishing. |
| user-invocable | true |
| disable-model-invocation | true |
Single-file Markdown structure and style gate for translated docs and drafts.
Core principle: Block writeback when structure, syntax, or documentation conventions are broken.
Default targets:
docs/src/content/docs/**/*.mddocs/src/content/docs/**/*.mdxscripts/draft.py for translate or super-translateIf source content is available, compare the draft against the source. Otherwise, review the target as a standalone docs page against project conventions.
AGENTS.md Integrated Conventionsstyle-decisions.jsonglossary.json when proper-noun or term policy affects the judgmentstyle-decisions.json.translation_notes as hard constraints.Verification: Target content loaded; supporting context loaded when available.
Check and report:
--- delimiterstitle and description exist and are non-emptysidebar.order exists when the page is meant to appear in sidebar navigationfrontmatter.title already provides the titlefrontmatter.title/...#...../../assets/...:::note[...] / :::tip / :::caution / :::dangerCheck and report:
style-decisions.json.translation_notes is followed.Return JSON only:
{
"pass": true,
"critical": [{ "type": "...", "location": "...", "detail": "..." }],
"important": [{ "type": "...", "location": "...", "detail": "..." }]
}
Pass condition: critical is empty.
Treat block-shape breakage as critical when it changes rendering semantics.
Only flag issues that genuinely affect rendering, navigation, project conventions, or zh-TW style compliance.
| Thought | Reality |
|---|---|
| "The translation reviewer already looked at structure" | Translation quality and Markdown validity are separate gates. |
| "This probably renders fine" | If syntax or hierarchy is questionable, report it explicitly. |
| "Missing alt text is minor" | Project conventions require descriptive alt text. |
| "The link looks okay" | Check whether it follows project path conventions before passing it. |
| "This English punctuation is harmless" | zh-TW punctuation rules are part of style compliance. |
Stop when:
style-decisions.jsonSee ./reviewer-prompt.md for the reusable review prompt template.