← スキル一覧に戻る

code-reviewer
by jk278
Veld - AI Toolkit for Developers: A cross-platform system tray tool for quick AI assistant access with pre-configured prompts and real-time AI interaction
⭐ 0🍴 0📅 2026年1月18日
SKILL.md
name: code-reviewer description: Code review: security, performance, best practices allowed-tools: Read, Grep, Glob, Bash
Code Reviewer Skill
Provides automated code review capabilities with focus on security, performance, and coding standards.
When to Use
- Before committing changes
- During pull request reviews
- When refactoring existing code
- For security vulnerability checks
Review Areas
- Security: SQL injection, XSS, authentication issues
- Performance: N+1 queries, inefficient loops, memory leaks
- Code Quality: DRY principle, SOLID principles, naming conventions
- Testing: Test coverage, test quality, edge cases
- Documentation: Comments, docstrings, README updates
Usage Examples
- "Review this code for security issues"
- "Check performance bottlenecks in this function"
- "Verify test coverage for this component"
- "Review pull request #123"
Guidelines
- Provide specific, actionable feedback
- Include code examples for improvements
- Flag critical security issues
- Suggest performance optimizations
Automatic Triggers:
- After code file modifications
- When git diff shows changes
- When PRs are created or updated
- When code review is requested
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です