From aura-frog
Performs 6-aspect structured code review on git-changed files: security, type safety, error handling, tests, quality, simplification. Generates findings report and merge decision.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aura-frog:code-reviewerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Priority:** HIGH — Use before merging code
Priority: HIGH — Use before merging code
git diff --name-only main...HEAD
# Or: files modified in current workflow
MANDATORY: All 6 aspects must be covered. Do not skip any.
any type usage (suggest specific types)review[6]{aspect,icon,status,findings}:
Security,🔒,✅|⚠️|❌,{count} findings
Types,🏷️,✅|⚠️|❌,{count} findings
Errors,⚠️,✅|⚠️|❌,{count} findings
Tests,🧪,✅|⚠️|❌,{count} findings
Quality,📐,✅|⚠️|❌,{count} findings
Simplify,♻️,✅|⚠️|❌,{count} findings
Detail each finding:
[ASPECT] [SEVERITY] file:line — description
→ Fix: recommendation
Severity: 🔴 CRITICAL (block merge) | 🟡 WARNING (should fix) | 🔵 INFO (nice to have)
Review: 🔒✅ 🏷️✅ ⚠️⚠️ 🧪✅ 📐✅ ♻️✅ — APPROVED WITH COMMENTS (1 error handling warning)
Remember: Review improves code quality. Be constructive.
npx claudepluginhub nguyenthienthanh/aura-frog --plugin aura-frogReviews code changes for correctness, readability, architecture, security, and performance. Checks lint, type safety, test coverage, and security issues. Use for PRs, audits, or pre-merge reviews.
Conducts code reviews checking quality, security (OWASP Top 10), maintainability, and performance using tools like code_outline, code_search, and grep.
Performs structured code reviews checking requirements, quality, and security standards after changes or before merge. Uses git diffs, context snapshots, and blast radius for scope.