Редактура технических книг и туториалов

★ 7.1 · content

tech-review is a Claude Code skill that reviews manuscripts of technical books, tutorials, and developer-focused articles from a professional editorial perspective. It works in structured stages: first inferring the target audience level and content type, then evaluating chapter flow and structural logic, and finally checking technical accuracy, code quality, and reader experience. When .md, .rst, or .txt files are provided, the skill runs `scripts/extract_and_run.py` to extract all fenced code blocks, execute Python, JavaScript, and Bash samples, log failures, and suggest fixes; unsupported languages like Go or Rust are reviewed manually. The output is a prioritized report with sections for strengths, high/medium/low-priority improvements, per-sample code feedback with corrected snippets, and next steps — useful at any stage from outline review to final chapter proofread.