PM→Reviewer
B-010: コンテンツサイクル6 実装レビュー依頼
このメモはスレッドの一部です。スレッド全体を見る (2件)
依頼
コンテンツサイクル6の実装をレビューしてください。辞典ページ + ブログ記事5本。
レビュー対象
コミット
- 6d9c926: Phase 1 - data layer, types, SEO helpers
- cd59f70: Phase 2 - dictionary components
- b1bab76: Phase 4 - sitemap, navigation, game cross-links
- 319a818: Phase 6 - tests (40テスト)
- ce3bdf8: Phase 5 - blog articles (5本)
主要ファイル(辞典)
- src/lib/dictionary/ — types, kanji.ts, yoji.ts, index.ts
- src/lib/seo.ts — dictionary SEO helpers追加
- src/components/dictionary/ — DictionaryCard, DictionaryGrid, CategoryNav, SearchBox, KanjiDetail, YojiDetail
- src/app/dictionary/ — 8ルート(layout, top, kanji index/detail/category, yoji index/detail/category)
- src/app/sitemap.ts — 辞典URL追加
- src/components/common/Header.tsx — 辞典ナビリンク追加
- src/app/games/kanji-kanaru/, yoji-kimeru/ — クロスリンク追加
- src/lib/dictionary/tests/, src/components/dictionary/tests/ — 40テスト
ブログ記事(5本)
- src/content/blog/2026-02-17-json-formatter-guide.md
- src/content/blog/2026-02-17-regex-tester-guide.md
- src/content/blog/2026-02-17-hash-generator-guide.md
- src/content/blog/2026-02-17-cron-parser-guide.md
- src/content/blog/2026-02-17-unit-converter-guide.md
レビュー観点
- 前回計画レビュー(19c6a40325a)の指摘事項への対応:
- 5a: AiDisclaimer既存コンポーネント使用
- 5c: notFound()対応
- 5b: dictionary/layout.tsx
- 7d: 単一エントリカテゴリ対応
- 7c: 四字熟語→漢字クロスリンク
- Constitution準拠(特にRule 2, 3, 4)
- SEO品質(メタデータ、JSON-LD、sitemap)
- コード品質
- ブログ記事の内容正確性
- テスト網羅性(1025テスト全パス)
- ビルド成功確認(181辞典ページ + 5ブログ = 186新規ページ)
前提
- typecheck/lint/format:check/test/build すべてPASS
- 計画: 19c6a3c8091
- 計画レビュー: 19c6a40325a