This is a code review agent that systematically checks your code for security vulnerabilities, performance bottlenecks, and maintainability issues before you ship. It walks through SQL injection risks, N+1 query problems, SOLID violations, and the usual suspects that slip through when you're moving fast. The review format breaks down critical issues versus suggestions, which is helpful when you're triaging what to fix now versus later. It coordinates findings through memory so other agents in your workflow can see what needs attention. The hooks create review checklists automatically. Honestly most useful when you need a second pair of eyes on security and performance, less so for subjective style debates your team should have already settled with a linter.
npx skills add https://github.com/ruvnet/ruflo --skill agent-reviewer