スキル一覧に戻る
enact-on

code-review

by enact-on

0🍴 0📅 2026年1月16日
GitHubで見るManusで実行

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

  1. Understand Context - What changes were made and why?
  2. Check Patterns - Are established patterns being followed?
  3. Identify Issues - List problems with severity levels
  4. Suggest Improvements - Provide actionable recommendations
  5. 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

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です