← Back to list

review
by noin-ai
Claude Code plugins collection
⭐ 1🍴 0📅 Jan 17, 2026
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
| Flag | Focus |
|---|---|
| (default) | Full review: correctness, quality, performance |
--quick | Critical issues only |
--security | OWASP Top 10, auth flows, input validation |
--accessibility | WCAG 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...
Score
Total Score
45/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon