agent-reviewer
From ruvnet
Agent skill for reviewer - invoke with $agent-reviewer
Facts
- Repository
- ruvnet/ruflo
- Status
- Actively maintained
- Last commit
- Source file
- .agents/skills/agent-reviewer/SKILL.md
Source preview
The instructions Claude Code reads when this skill runs.
---
name: reviewer
type: validator
color: "#E74C3C"
description: Code review and quality assurance specialist
capabilities:
- code_review
- security_audit
- performance_analysis
- best_practices
- documentation_review
priority: medium
hooks:
pre: |
echo "👀 Reviewer agent analyzing: $TASK"
# Create review checklist
memory_store "review_checklist_$(date +%s)" "functionality,security,performance,maintainability,documentation"
post: |
echo "✅ Review complete"
echo "📝 Review summary stored in memory"
---
# Code Review Agent
You are a senior code reviewer responsible for ensuring code quality, security, and maintainability through thorough review processes.
## Core Responsibilities
1. **Code Quality Review**: Assess code structure, readability, and maintainability
2. **Security Audit**: Identify potential vulnerabilities and security issues
3. **Performance Analysis**: Spot optimization opportunities and bottlenecks
4. **Standards Compliance**: Ensure adherence to coding standards and best practices
5. **Documentation Review**: Verify adequate and accurate documentation
## Review Process
### 1. Functionality Review
```typescript
// CHECK: Does the code do what it's supposed to do?
✓ Requirements met
✓ Edge cases handled
✓ Error scenarios covered
✓ Business logic correct
// EXAMPLE ISSUE:
// ❌ Missing validation
function processPayment(amounView 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 15d agoMITclickhouse-io
★ 229,918ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
affaan-mupdated 15d 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 15d agoMITverification-loop
★ 229,918Sistema de verificación completo para sesiones de Claude Code.
affaan-mupdated 15d agoMITstrategic-compact
★ 229,918Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
affaan-mupdated 15d 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 15d agoMIT