スキル一覧に戻る
noin-ai

review

by noin-ai

Claude Code plugins collection

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

SKILL.md


name: review description: Code review using reviewer agent. Thorough analysis of code quality, security, and best practices. user_invocable: true arguments:

  • name: target description: File, directory, or "staged" for git staged changes required: false default: staged
  • name: quick description: Quick review focusing on critical issues only type: boolean default: false
  • name: security description: Focus on security vulnerabilities type: boolean default: false
  • name: accessibility description: Focus on UI accessibility type: boolean default: false triggers:
  • "review"
  • "check code"
  • "audit"
  • "find bugs"
  • "security check"

Code Review Skill

Trigger thorough code review using noin-ai:reviewer agent.

Usage

/review                    # Review staged changes
/review <file>             # Review specific file
/review <directory>        # Review directory
/review --quick            # Critical issues only
/review --security         # Security-focused
/review --accessibility    # UI accessibility

Review Types

FlagFocus
(default)Full review: correctness, quality, performance
--quickCritical issues only
--securityOWASP Top 10, auth flows, input validation
--accessibilityWCAG 2.1 AA, ARIA, keyboard nav

Workflow

/review [target] [flags]
    ↓
Resolve target (file/dir/staged)
    ↓
Task(noin-ai:reviewer, review_type, target)
    ↓
Return structured feedback

Output Format

## Code Review Summary

**Status**: APPROVE | REQUEST_CHANGES
**Files Reviewed**: X files
**Issues Found**: Y total

### Critical Issues (Must Fix)
1. **[BUG]** `file:line` - Issue description

### Warnings (Should Fix)
1. **[QUALITY]** `file:line` - Concern

### Suggestions (Nice to Have)
1. Consider adding...

スコア

総合スコア

45/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
言語

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

0/5
タグ

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

0/5

レビュー

💬

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