name: code-review description: Use when performing code reviews. Provides a checklist to verify error handling, TypeScript, CSS, and architecture patterns.
Code Review Skill
コードレビューを行う際のチェックリストです。
レビュー前の確認事項
以下のドキュメントを参照してレビューを行ってください:
- CLAUDE.md - プロジェクトガイドライン
- docs/error-handling.md - エラーハンドリング規約
- docs/typescript.md - TypeScript 規約
- docs/css.md - CSS ガイドライン
チェックリスト
エラーハンドリング
-
try-catchが使用されていないか -
Result型が適切に使用されているか - ライブラリ呼び出しに
wrapが使用されているか
TypeScript
- Zod スキーマから型が推論されているか
- 不要な明示的インターフェースがないか
CSS
-
@applyが使用されていないか - カスタム CSS クラスが追加されていないか
-
cvaとcn()が適切に使用されているか
アーキテクチャ
- Container/Presentational パターンに従っているか
- 適切なディレクトリ構造か
レビュー後
問題がなければ以下を実行:
pnpm biome
pnpm build
pnpm type-check
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
4 months ago
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!