Blog Post Review
Process
- •
Read the specified MDX file (or the most recently modified one in
content/blog/) - •
Frontmatter validation
- •All required fields present: title, description, date, tags
- •date is valid YYYY-MM-DD format
- •tags is a non-empty string array
- •description is concise (under 200 characters)
- •
MDX syntax validation
- •Attempt to parse with
compileMDXmentally — flag unclosed tags, invalid JSX - •All code blocks have language identifiers
- •No raw HTML that could break RSC
- •Attempt to parse with
- •
Content quality review
- •Title is clear and descriptive
- •Logical structure (introduction → body → conclusion)
- •Spelling and grammar check (Korean)
- •Code examples are correct and runnable
- •Images have alt text
- •Links are properly formatted
- •
Style consistency
- •Consistent heading hierarchy (no skipping levels)
- •Appropriate post length
- •Tags match existing conventions
Output Format
Report findings as:
- •Errors: Must fix before publishing (broken syntax, missing fields)
- •Warnings: Should fix (style issues, missing alt text)
- •Suggestions: Optional improvements (better title, restructuring)