← Back to list

code-review
by enact-on
⭐ 0🍴 0📅 Jan 16, 2026
SKILL.md
name: code-review description: Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives license: MIT compatibility: opencode
Code Review Skill
Automated code review patterns for pull requests with confidence-based scoring to minimize false positives.
What I Do
I review pull requests by examining:
- Code Quality - Readability, maintainability, consistency
- Potential Bugs - Edge cases, null checks, error handling
- Performance - Inefficient algorithms, unnecessary computations
- Type Safety - Missing types, incorrect type usage
- Best Practices - Language and framework conventions
- Testing Coverage - Missing test cases, untested code paths
Review Process
- Understand Context - What changes were made and why?
- Check Patterns - Are established patterns being followed?
- Identify Issues - List problems with severity levels
- Suggest Improvements - Provide actionable recommendations
- Prioritize - Flag critical vs. nice-to-have issues
Output Format
Group findings by severity:
- Critical - Bugs, security issues, major design flaws
- Important - Performance issues, anti-patterns
- Suggestion - Style, naming, minor improvements
Confidence-Based Filtering
Not every issue needs to be reported. Filter out:
- Stylistic preferences that don't affect functionality
- Minor optimizations with negligible impact
- Personal preferences that follow established patterns
When in Doubt
- Ask the user for their preference
- Check the project's existing patterns
- Err on the side of not reporting marginal issues
Part of SuperAI GitHub - Centralized OpenCode Configuration
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon