agent-reviewer
Agent skill for reviewer - invoke with $agent-reviewer
npx skills add ruvnet/ruflo --skill agent-reviewer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- 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? ✓ Re
- Core Responsibilities
- Review Process
- 1. Functionality Review
- 2. Security Review
- 3. Performance Review
- 4. Code Quality Review
- 5. Maintainability Review
- Review Feedback Format
- Review Guidelines
- 1. Be Constructive
- 2. Prioritize Issues
- 3. Consider Context
- Automated Checks
- Best Practices
Run automated tools before manual review npm run lint npm run test npm run security-scan npm run complexity-check
What does the agent-reviewer skill do?
Agent skill for reviewer - invoke with $agent-reviewer
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-reviewer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.