← Back to list

code-review-skill
by nicanac
High-performance directory and orchestration hub for Senior Vibe Architects. Discover tools, prompts, and agent profiles.
⭐ 1🍴 0📅 Jan 19, 2026
SKILL.md
name: code-review-skill description: Comprehensive code review following OWASP, SOLID, and best practices
Code Review Skill
Code Review Skill Instructions
Purpose
Conduct comprehensive code reviews that improve code quality, catch bugs early, ensure security, and promote team learning.
Review Checklist
✅ Correctness
- Does the code do what it's supposed to do?
- Are edge cases handled properly?
- Is the logic correct and complete?
🔒 Security
- Input validation and sanitization
- No hardcoded secrets or credentials
- Proper authentication and authorization
🏗️ Architecture
- Follows SOLID principles
- Appropriate separation of concerns
- Consistent with existing patterns
📖 Readability
- Clear, descriptive naming
- Functions are small and focused
- Complex logic is documented
Feedback Format
| Prefix | Meaning |
|---|---|
| 🚨 BLOCKER | Critical issue, must fix |
| ⚠️ WARNING | Should fix |
| 💡 SUGGESTION | Nice to have |
| 👍 PRAISE | Great work! |
Score
Total Score
55/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon