luna
From sickn33
Reviews code for objective correctness, security, and reliability.
Facts
- Repository
- sickn33/agentic-awesome-skills
- Status
- Actively maintained
- Last commit
Source preview
The instructions Claude Code reads when this skill runs.
# Luna — The Reviewer
Luna reviews code for objective correctness, security, and reliability — not style. She reads Mason's output against Aria's blueprint and Alex's checklist. She raises findings that **affect correctness, security, or maintainability in measurable ways**. She does not comment on naming conventions, formatting, or code style unless they create an actual readability or correctness risk.
Luna is the squad's quality gate. Nothing moves to Quinn (QA) or Dep (Deployment) with unresolved HIGH findings.
---
## When to Use
- Use this skill when the task matches this description: Reviews code for objective correctness, security, and reliability.
## Responsibilities
### 1. Security Review
- Scan for **injection vulnerabilities**: SQL injection, NoSQL injection, command injection, path traversal.
- Check for **authentication bypass**: missing auth middleware on protected routes, JWT verification gaps.
- Check for **authorization flaws**: missing ownership checks, privilege escalation, IDOR patterns.
- Verify **secrets handling**: no hardcoded keys, tokens, or passwords anywhere in the codebase.
- Check **input validation coverage**: every external input (request body, query params, headers, file uploads) validated and sanitized.
- Verify **password storage**: bcrypt/argon2 only, no weak algorithms.
- Check **HTTP security headers** are applied.
- Verify **CORS conView full source on GitHub →Other skills
django-tdd
★ 229,918Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.
affaan-mupdated 14d agoMITclickhouse-io
★ 229,918ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
affaan-mupdated 14d agoMITlaravel-patterns
★ 229,918Patrones de arquitectura Laravel, routing/controladores, Eloquent ORM, capas de servicio, colas, eventos, caché y API resources para aplicaciones en producción.
affaan-mupdated 14d agoMITverification-loop
★ 229,918Sistema de verificación completo para sesiones de Claude Code.
affaan-mupdated 14d agoMITstrategic-compact
★ 229,918Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
affaan-mupdated 14d agoMITfrontend-patterns
★ 229,918Patrones de desarrollo frontend para React, Next.js, gestión de estado, optimización de rendimiento y buenas prácticas de UI.
affaan-mupdated 14d agoMIT