スキル一覧に戻る
yellinzero

aico-code-review

by yellinzero

Build your AI team in seconds, start working immediately

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

SKILL.md


name: aico-code-review description: | Request structured code review to catch correctness, security, performance, and readability issues. Reviews should happen early and often.

Use this skill when:

  • Completing a task and need quality check
  • After major feature implementation
  • Before merging to main branch
  • When stuck and need fresh perspective on code
  • User asks for "code review", "review my code", "check my code"
  • Subagent-driven workflow needs spec compliance or quality review

Review categories: Correctness, Tests, Security, Performance, Readability, Error Handling Severity levels: Critical (fix now), Important (fix before proceeding), Minor (note for later)

Code Review

When to Request Review

Mandatory:

  • After completing each task
  • After implementing major feature
  • Before merge to main

Optional:

  • When stuck (fresh perspective)
  • Before refactoring
  • After fixing complex bug

Review Checklist

CategoryCheck
CorrectnessDoes it do what it should?
TestsAre there tests? Do they pass?
SecurityAny vulnerabilities?
PerformanceAny obvious bottlenecks?
ReadabilityIs code clear and maintainable?
Error HandlingAre errors handled properly?

Issue Severity

SeverityAction
CriticalFix immediately, blocks progress
ImportantFix before proceeding
MinorNote for later, can proceed

Review Output Template

## Code Review: [Feature/Task Name]

### Files Modified

- `path/to/file.ts` - [what changed]

### Issues

**Critical:**

- [ ] [Issue description]

**Important:**

- [ ] [Issue description]

**Minor:**

- [ ] [Issue description]

### Assessment

- [ ] Ready to proceed
- [ ] Needs fixes (see issues above)

Key Rules

  • ALWAYS review after each task completion
  • MUST fix Critical issues immediately
  • MUST fix Important issues before proceeding
  • Minor issues can be noted for later
  • If reviewer is wrong, push back with technical reasoning

Common Mistakes

  • ❌ Skip review because "it's simple" → ✅ Review everything
  • ❌ Ignore Critical issues → ✅ Fix immediately
  • ❌ Proceed with Important issues → ✅ Fix first

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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