スキル一覧に戻る
uukuguy

code-review

by uukuguy

A production-ready multi-agent orchestration framework built on Claude Agent SDK. Design, compose, and deploy complex AI workflows with pre-built architecture patterns.

0🍴 0📅 2025年12月27日
GitHubで見るManusで実行

SKILL.md


name: code-review description: Code review methodology and best practices

Code Review Methodology

Objective

Conduct thorough, constructive code reviews that improve code quality while respecting developer time and effort.

Review Checklist

Correctness

  • Logic is correct and handles edge cases
  • Error handling is appropriate
  • Boundary conditions are handled
  • Concurrent access is safe (if applicable)

Design

  • Code follows existing patterns
  • Abstractions are appropriate
  • Dependencies are justified
  • Interface is intuitive

Maintainability

  • Code is readable and self-documenting
  • Names are clear and consistent
  • Complexity is manageable
  • Comments explain "why" not "what"

Performance

  • No obvious inefficiencies
  • Resource usage is reasonable
  • Scaling considerations addressed

Security

  • Input is validated
  • Output is properly encoded
  • Sensitive data is protected
  • Authentication/authorization is correct

Testing

  • Tests cover new functionality
  • Edge cases are tested
  • Tests are maintainable
  • Test names are descriptive

Feedback Guidelines

Constructive Feedback

DO:

  • Explain the "why" behind suggestions
  • Provide examples or alternatives
  • Acknowledge good practices
  • Use questions to prompt thinking

DON'T:

  • Make personal comments
  • Use dismissive language
  • Demand changes without explanation
  • Focus on minor style issues

Severity Levels

LevelDescriptionAction Required
CriticalSecurity vulnerability, data loss riskBlock merge
HighSignificant bug, major design flawRequest changes
MediumCode smell, minor issueSuggest fix
LowNitpick, optional improvementComment only

Comment Templates

Bug Found:

🐛 Bug: [description]

This could cause [impact] when [condition].

Suggested fix:
[code example]

Design Suggestion:

💡 Suggestion: [brief description]

Consider [alternative approach] because [reasoning].

This would [benefit].

Question:

❓ Question: [question]

I'm trying to understand [context]. Could you explain [specific aspect]?

Review Workflow

  1. Understand Context

    • Read PR description
    • Understand the goal
    • Check related issues/docs
  2. High-Level Review

    • Architecture and design
    • Overall approach
    • Major concerns
  3. Detailed Review

    • Line-by-line analysis
    • Edge cases
    • Error handling
  4. Final Assessment

    • Summarize findings
    • Provide verdict
    • Suggest next steps

スコア

総合スコア

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

レビュー

💬

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