blog-expression-review

Evaluate tone and expression patterns in MDX blog posts.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Zero-1016/tech-blog --skill blog-expression-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-expression-review
Source: https://github.com/Zero-1016/tech-blog/tree/main/.claude/skills/blog-expression-review
Command: npx skills add https://github.com/Zero-1016/tech-blog --skill blog-expression-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validator passes MDX post to review and adjust expressions, ensuring tone and style consistency across the article.

Core Features & Use Cases

  • Six-rule expression review: checks parallel three, hype, meta sentences, voice, rhythm, and self-voice across the entire post, flagging issues for review or automatic safe edits.
  • Auto and guided edits: performs non-critical edits automatically while routing ambiguous items through the orchestrator for user confirmation.
  • Orchestrated workflow compatibility: integrates with blog-write Phases to return structured review data and support approval workflows.

Quick Start

Process a target MDX file to perform an expression-review pass.

Frequently Asked Questions about blog-expression-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate tone and expression review for MDX blog posts?

You can automate MDX tone review by running an expression review pass that evaluates six rule areas including voice, rhythm, and meta sentences. It flags issues for review or applies non-critical safe edits automatically.

What expression patterns can an MDX blog editor check for consistency?

An MDX expression editor can check for parallel three structures, hype, meta sentences, voice, rhythm, and self-voice. It scans the MDX body and uses frontmatter metadata to flag tonal inconsistencies.

Can I review MDX content without automatically applying changes?

Yes, you can run a dry run workflow to review MDX content without applying changes. Ambiguous items are routed to the orchestrator for explicit user approval before any edits are made.

Does the MDX review process require frontmatter metadata?

Yes, the MDX review process relies on frontmatter metadata to process the MDX body correctly. This metadata provides context needed to evaluate tone and expression patterns across the post.

How do I integrate an MDX tone review into an orchestrated blog workflow?

You can integrate MDX tone review into an orchestrated blog workflow by returning structured review data for user-approval workflows. It supports guided edits and connects with blog-write phases for seamless processing.