← スキル一覧に戻る

code-review
by bselee
Basic MRP development
⭐ 0🍴 0📅 2026年1月23日
SKILL.md
name: code-review description: Review code for quality, security, and best practices. Use when reviewing recent changes, PRs, or checking code quality. Proactively use after significant code modifications. allowed-tools: Read, Grep, Glob, Bash
Code Review
Comprehensive code review following project standards.
Review Checklist
Code Quality
- Clear naming conventions
- No code duplication
- Proper error handling with
{ success, error }pattern - TypeScript types explicit (no
any)
Project Patterns
- Uses hooks for Supabase queries (not direct queries in components)
- Services return
{ success, data?, error? } - AI calls go through
aiGatewayService.ts - Data transforms follow 4-layer schema (Raw → Parsed → Database → Display)
Security
- No hardcoded secrets or API keys
- Input validation on external data
- SQL injection prevention
- XSS protection
Testing
- E2E tests use
?e2e=1for auth bypass - Schema transformers have validation tests
Output Format
For each finding:
- Severity: Critical / Warning / Suggestion
- File:Line: Location
- Issue: Description
- Fix: Recommended solution
Trigger Phrases
- "review my changes"
- "code review"
- "check this code"
- "/review"
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です