スキル一覧に戻る
htlin222

code-review

by htlin222

code-reviewは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

66🍴 4📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: code-review description: Expert code review for quality, security, and maintainability. Use after writing or modifying code, or when user asks for review.

Code Review

Review code for quality, security, and maintainability with prioritized feedback.

When to Use

  • After writing or modifying code
  • User asks "review this code" or "check my changes"
  • Before committing significant changes
  • When code quality concerns arise

Review Process

  1. Run git diff to see recent changes
  2. Read modified files to understand context
  3. Analyze against checklist below
  4. Provide prioritized feedback

Review Checklist

Critical (Must Fix)

  • Security vulnerabilities (exposed secrets, injection risks)
  • Logic errors that cause incorrect behavior
  • Missing error handling for critical paths
  • Race conditions or data corruption risks

Warnings (Should Fix)

  • Code duplication that harms maintainability
  • Missing input validation
  • Poor error messages
  • Performance issues in hot paths
  • Missing or inadequate tests

Suggestions (Consider)

  • Naming improvements for clarity
  • Simplification opportunities
  • Better abstractions
  • Documentation gaps

Output Format

## Code Review Summary

**Files Reviewed:** [list files]
**Overall Assessment:** [Good/Needs Work/Critical Issues]

### Critical Issues

- [file:line] Issue description → Fix suggestion

### Warnings

- [file:line] Issue description → Recommendation

### Suggestions

- [file:line] Improvement opportunity

Examples

Input: "Review my changes" Action: Run git diff, analyze changes, provide structured feedback

Input: "Check this function for issues" Action: Read the function, check for bugs/security/quality, report findings

スコア

総合スコア

55/100

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

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

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