← Back to list

code-review
by tao12345666333
It’s a coding agent, but I’m trying to strip it down to the bare essentials and offload everything else to MCP/subagents, snapping the pieces together like LEGO.
⭐ 12🍴 1📅 Jan 19, 2026
SKILL.md
name: code-review description: Provides expert code review guidelines and best practices
Code Review Skill
When reviewing code, follow these best practices:
Review Checklist
- Correctness: Does the code work as intended?
- Readability: Is the code easy to understand?
- Performance: Are there any obvious performance issues?
- Security: Are there any security vulnerabilities?
- Testing: Is the code adequately tested?
- Documentation: Is the code well-documented?
Review Guidelines
- Be constructive and kind
- Focus on the code, not the coder
- Suggest improvements, don't just criticize
- Explain the "why" behind your suggestions
- Prioritize issues by severity
Common Issues to Look For
- Magic numbers and strings
- Duplicated code
- Long functions or methods
- Deep nesting
- Missing error handling
- Hardcoded values
- Poor naming conventions
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
