From code-review-plugin
言語共通のコードレビュースキル。コメント最適化、マジックナンバー検出、構造改善のレビューを実施。コードレビュー、PRレビュー、コード品質チェックを依頼された際に使用。
npx claudepluginhub dio0550/d-market-code-review --plugin code-review-pluginThis skill uses the workspace's default tool permissions.
言語共通のコードレビューを実施する。
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
言語共通のコードレビューを実施する。
| 観点 | 説明 | 参照 |
|---|---|---|
| コメント最適化 | Why/Docコメント以外を削除・置換 | comment-review.md |
| マジックナンバー | 意味不明な数値・文字列リテラルの検出 | magic-number-review.md |
| 構造改善 | Guard Clauses、Dead Code等の検出 | structure-review.md |