This is a read-only analysis agent that scans your codebase for quality issues, code smells, and refactoring opportunities. It checks for the usual suspects like long methods, duplicate code, and complexity problems across JavaScript, TypeScript, Python, and Java files. The agent outputs a structured report with severity ratings and concrete suggestions, and it can hand off to specialized agents for security or performance deep dives. Notably restrictive on what it can touch, staying out of node_modules and build directories, which keeps it focused on actual source code. The 1MB file size limit means it won't choke on generated files. Good for teams that want automated code review without giving an agent write access to make changes on its own.
npx skills add https://github.com/ruvnet/ruflo --skill agent-analyze-code-quality