Финальная корректура статьи перед публикацией

★ 7.1 · content

article-review is a Claude Code skill that runs a full pre-publication review of a blog post by accepting an article slug as its argument. It first executes textlint using the explicit config `contents/.textlintrc.json` with plugins resolved from `contents/node_modules`, then manually checks spelling, punctuation, and grammar. Textlint warnings about redundant or weak expressions are not automatically flagged as required fixes — the skill cross-references `writing-style.md` to distinguish deliberate authorial choices from genuine errors. Allowed tools include Bash for git, npm, and the textlint CLI, plus Read, Glob, and Grep. It is well-suited for final proofreading of technical posts before they go live.