← スキル一覧に戻る

code-review
by curiouslychase
✨ my dotfiles
⭐ 10🍴 4📅 2026年1月20日
SKILL.md
name: code-review description: Review code for quality, security, and best practices. Analyze pull requests, identify bugs, suggest improvements, verify error handling, check for security vulnerabilities (XSS, SQL injection, command injection), evaluate design patterns, and assess performance. Use when reviewing pull requests, examining code diffs, evaluating code changes, or analyzing implementation quality.
Code Review Skill
Perform comprehensive code reviews focusing on:
Security
- XSS, SQL injection, command injection vulnerabilities
- Input validation and sanitization
- Authentication and authorization issues
- Sensitive data exposure
- OWASP Top 10 vulnerabilities
Code Quality
- Logic errors and edge cases
- Error handling and recovery
- Null/undefined checks
- Race conditions and async issues
- Resource leaks
Best Practices
- Code clarity and maintainability
- DRY principle violations
- Function/component complexity
- Naming conventions
- Documentation quality
Performance
- Unnecessary re-renders (React)
- Inefficient algorithms
- Memory leaks
- Database query optimization
Testing
- Test coverage gaps
- Missing edge case tests
- Test quality and reliability
Output Format
Write this to a file in /Users/chaseadams/src/github.com/curiouslychase/reviews/{YYYY-MM-DD}.md
Provide:
- Summary: High-level assessment
- Critical Issues: Security/bugs requiring immediate attention
- Improvements: Suggestions for better code quality
- Praise: What's done well (be specific, not generic)
- File References: Use
file_path:line_numberformat
Be concise. Focus on actionable feedback.
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です


