code-review | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / code-review

code-review

maintained by sugar-cat7

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

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 クラスが追加されていないか
  • cvacn() が適切に使用されているか

アーキテクチャ

  • Container/Presentational パターンに従っているか
  • 適切なディレクトリ構造か

レビュー後

問題がなければ以下を実行:

pnpm biome
pnpm build
pnpm type-check

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated il y a 4 mois
tools tools automation tools

Related Skills

fabric
chevron_right
specs-gen
chevron_right
typescript-expert
chevron_right
break-loop
chevron_right
burp-suite
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.