Agent skill · AI & Agents

agent-reviewer

Agent skill for reviewer - invoke with $agent-reviewer

rUv71,307★ · +1,002/wk · 3 repos on radarProfile →
claude-codecodexMIT
Install
npx skills add ruvnet/ruflo --skill agent-reviewer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: .agents/skills/agent-reviewer/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ruvnet/ruflo
Stars: 67,015 · +629 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

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

What's inside
Steps it walks through
  1. Core Responsibilities
  2. Review Process
  3. 1. Functionality Review
  4. 2. Security Review
  5. 3. Performance Review
  6. 4. Code Quality Review
  7. 5. Maintainability Review
  8. Review Feedback Format
  9. Review Guidelines
  10. 1. Be Constructive
  11. 2. Prioritize Issues
  12. 3. Consider Context
  13. Automated Checks
  14. Best Practices
Commands it runs
Run automated tools before manual review
npm run lint
npm run test
npm run security-scan
npm run complexity-check
More from ruflo
All skills →
About this skill
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.

Keep going