code-reviewer

Aura Frog Code Reviewer

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "code-reviewer" with this command: npx skills add nguyenthienthanh/aura-frog/nguyenthienthanh-aura-frog-code-reviewer

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

  1. 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

  1. 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
  1. 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

python-expert

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-simplifier

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

typescript-expert

No summary provided by upstream source.

Repository SourceNeeds Review