0
1
In review
Synced today
What it does
コードやPRをレビューする際に使用。品質、保守性、よくある問題をカバー。
Skill profile
Claude Code · Codex · OpenClaw
Keep exploring
More options in Dev Tools.
Updated 7/14/2026
Agent compatibility
Compatibility has not been reviewed for this listing yet. Check the publisher documentation before installing.
Installation
npx skills add https://github.com/David-Li0406/meta-skill-evloving --skill code-review-94Review source code and installation permissions before adding third-party tools to an agent.
code-review is organized in the Dev Tools category. Compare its source, install method, and compatibility before adding it to your workflow.
Third-party agent tools may access source code, credentials, or browser sessions. Read the source documentation and use the minimum permissions needed.
npx skills add https://github.com/David-Li0406/meta-skill-evloving --skill code-review-94SKILL.md
--- name: code-review description: コードやPRをレビューする際に使用。品質、保守性、よくある問題をカバー。 --- # Code Review ## 📋 実行前チェック(必須) ### このスキルを使うべきか? - [ ] PRをレビューする? - [ ] コード品質をチェックする? - [ ] 他者のコードを読む? - [ ] マージ前の最終確認を行う? ### 前提条件 - [ ] PRの目的を理解しているか? - [ ] 変更の影響範囲を把握しているか? - [ ] 関連する仕様・チケットを確認したか? ### 禁止事項の確認 - [ ] 個人攻撃になるコメントをしようとしていないか? - [ ] 根拠なく否定しようとしていないか? - [ ] スタイルの好みだけで指摘しようとしていないか? - [ ] ブロッキングイシューを見逃していないか? --- ## トリガー - PRレビュー時 - コード品質チェック時 - 他者のコードを読む時 - マージ前の最終確認時 --- ## 🚨 鉄則 **可読性最優先。書く時間より読まれる時間が長い。** --- ## レビュー順序 1. **ブロッキング**: セキュリティ、クラッシュ 2. **シンプル**: タイポ、インポート 3. **複雑**: ロジック、設計 --- ## チェックポイント ### 設計 - 単一責任か - 重複がないか(DRY) - 適切な抽象化レベルか ### セキュリティ - 入力検証があるか - 認可チェックがあるか - 機密情報が漏れていないか ### 可読性 - 命名は明確か - 複雑すぎないか - コメントは適切か --- ## 🚫 禁止事項まとめ - 個人攻撃になるコメント - 根拠なき否定 - スタイル好みだけの指摘 - ブロッキングイシューの見逃し
skill
mattpocock
A tool that automates setting up Husky pre-commit hooks with lint-staged, Prettier formatting, type checking, and tests in a code repository.