This is a comprehensive code analysis agent that scans your codebase for quality issues, security vulnerabilities, performance bottlenecks, and architectural problems. It runs static analysis, checks for anti-patterns, maps dependencies, and generates detailed reports with specific fix suggestions. You'd invoke it with $agent-code-analyzer when you need a deep review before shipping or want to track technical debt over time. The hook integration with Claude Flow means it can slot into your CI/CD pipeline and coordinate with other agents like coders and reviewers. It's thorough but opinionated, tracking everything from cyclomatic complexity to SQL injection risks, so expect a lot of feedback if your codebase has accumulated cruft.
npx skills add https://github.com/ruvnet/ruflo --skill agent-code-analyzer