Skip to content

md-review

Converts a markdown PR writeup or code review (one with ```diff fenced blocks and severity-tagged > [!BLOCKER]/[!MAJOR]/[!MINOR]/[!NIT] callouts) into a single-file 2-column HTML review — unified-diff on the left, severity-tagged annotation cards on the right, top jump-nav listing every finding, mandatory named reviewer footer. Triggers when the markdown-html-orchestrator classifies an input as REVIEW, or when invoked directly via /cs:md-review. Refuses without explicit --reviewer (a code review must name a human), refuses if no diff hunks present (route to md-document instead), and refuses to encode severity in color only (every badge ships color + icon + aria-label per WCAG 1.4.1). Use after orchestrator routing.

Repository Source folder

Details

Path
markdown-html/skills/md-review
License
MIT
Bundled scripts
3
Dependencies
4

Bundled scripts

  • markdown-html/skills/md-review/scripts/diff_parser.py
  • markdown-html/skills/md-review/scripts/review_html_renderer.py
  • markdown-html/skills/md-review/scripts/annotation_extractor.py

FAQ