
code-reviewer
by nguyenthienthanh
Aura Frog — AI-powered structured development plugin for Claude Code Turn Claude Code into a full-fledged dev platform: Aura Frog brings 24 specialized agents, a 9-phase TDD workflow, built-in quality gates and 70+ commands so your team doesn’t need to manually draft prompts — just call the right command and follow guided instructions.
SKILL.md
name: code-reviewer description: "Comprehensive code review with multi-agent analysis. Checks security, performance, maintainability, tests." autoInvoke: true priority: high triggers:
- "review code"
- "code review"
- "after Phase 5c"
- "before merge" allowed-tools: Read, Grep, Glob, Bash
Aura Frog Code Reviewer
Priority: HIGH - Use before merging code
When to Use
USE: After implementation, before merge, when requested
Review Process
1. Get Files to Review
git diff --name-only main...HEAD
2. Multi-Agent Review
| Agent | Checks |
|---|---|
| Security | OWASP Top 10, secrets, SQL injection, XSS |
| Dev | KISS principle, structure, error handling |
| QA | Coverage, test quality, edge cases |
| Performance | Algorithms, memory, queries, bundle size |
3. Generate Report
## Code Review Report
### ✅ Passed Checks
- [List]
### ⚠️ Warnings
- [Non-blocking issues]
### ❌ Issues Found
- **[CRITICAL]** [Issue] at [file:line]
- Fix: [recommendation]
### 📊 Metrics
- Coverage: X% (target: Y%)
- Files: N changed
4. Decision
- ✅ APPROVED - No critical issues
- ⚠️ APPROVED WITH COMMENTS - Minor issues
- ❌ CHANGES REQUESTED - Critical issues
Quick Checklist
Security:
- No hardcoded secrets
- Input validation
- Auth checks in place
Quality:
- KISS principle
- No duplication
- Error handling
- Follows conventions
Testing:
- Coverage ≥ target
- Critical paths tested
- Edge cases covered
Performance:
- No N+1 queries
- Efficient algorithms
- No memory leaks
Critical (Block Merge)
- Hardcoded secrets
- SQL injection / XSS
- Coverage < target
- Breaking changes without migration
Remember: Review improves code quality. Be constructive.
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
1ヶ月以内に更新
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon

