| name | article-review |
| description | Self-review skill for MDX blog articles. Given an article path, the skill reads the file and reports specific issues at their line locations, spanning frontmatter integrity, Japanese-English typography, markdown structure, and content quality. Auto-triggers when the user asks to review an article file path or when editing files matching `packages/resources/posts/**/*.mdx`. |
Article Review
packages/resources/posts/**/*.mdx のブログ記事をセルフレビューするためのチェック項目集。記事のパスを受け取り、各ルールに沿って点検する。
When to Apply
- 記事ファイルのパスを渡されてレビュー(あるいは類似の指示)を依頼されたとき
- 次のパターンに一致するファイルを新規作成・更新したとき
packages/resources/posts/**/*.mdx
Rule Categories
| Category | Prefix |
|---|
| Frontmatter | frontmatter- |
| 表記 | typography- |
| 構造 | structure- |
| 内容 | content- |
Quick Reference
Frontmatter
表記
構造
内容
How to Use
レビュー対象の MDX パスを受け取ったら、以下の順で点検する。
- Frontmatter の必須項目を確認(
frontmatter-*)
- 表記ルールに照らして本文を読む(
typography-*)
- 構造(見出し / コードブロック / リンク)が規約に沿っているか確認(
structure-*)
- 内容(文体 / description の質)の整合性を確認(
content-*)
各観点で不適合があれば、ファイル内の行番号と該当箇所を具体的に示しつつ指摘する。修正提案は記事の文体に合わせて書く。