ReviewBot migration pending
Style-guide automation: applies text replacements, MLA title case (via Claude), currency / number formatting, FAQ length checks, CVR validation, and ~12 other rules. Inserts a summary table at the top of the Doc.
Original Google AppScript: ReviewBot / Code.gs + index.html
This tool has been scaffolded in the toolkit but its logic has not yet been ported from the original Google AppScript.
Migration TODO
- Port TEXT_REPLACEMENTS table + Interac italic + Internet capitalization
- Port H1/H2/H3 title case via Anthropic client (replaces direct Claude API calls)
- Port low-fee / no-fee hyphenation rule (Claude judgement)
- Port number / currency / date / time / decimal formatting rules
- Port FAQ answer 40–60 word length check
- Port quotation mark + Oxford comma + colon capitalization (Claude)
- Port CVR tag rules (unreplaced IDs, formatting, missing anchors, context check)
- Port summary table insertion + colour-coded highlights (green / yellow / red)
- Move TEXT_REPLACEMENTS to a project-data file (not module-internal)