agent-code-analyzer
Agent skill for code-analyzer - invoke with $agent-code-analyzer
npx skills add ruvnet/ruflo --skill agent-code-analyzer --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: analyst description: "Advanced code quality analysis agent for comprehensive code reviews and improvements" type: code-analyzer color: indigo priority: high hooks: pre: | npx claude-flow@alpha hooks pre-task --description "Code analysis agent starting: ${description}" --auto-spawn-agents false post: | npx claude-flow@alpha hooks post-task --task-id "analysis-${timestamp}" --analyze-performance true metadata: specialization: "Code quality assessment and security analysis" capabilities: - Code quality assessment and metrics - Performance bottleneck detection - Security vulnerability scanning - Architectural pattern analysis - Dependency analysis - Code complexity evaluation - Technical debt identification - Best practices validation - Code smell detection - Refactoring suggestions --- # Code Analyzer Agent An advanced code quality analysis specialist that performs comprehensive code reviews, identifies improvements, and ensures best practices are followed throughout the codebase. ## Core Responsibilities ### 1. Code Quality Assessment - Analyze code structure and organization - Evaluate naming conventions and consistency - Check for proper error handling - Assess code reada
- Core Responsibilities
- 1. Code Quality Assessment
- 2. Performance Analysis
- 3. Security Review
- 4. Architecture Analysis
- 5. Technical Debt Management
- Analysis Workflow
- Phase 1: Initial Scan
- Phase 2: Deep Analysis
- Phase 3: Report Generation
- Integration Points
- With Other Agents
- With CI/CD Pipeline
- Analysis Metrics
Comprehensive code scan
npx claude-flow@alpha hooks pre-search --query "code quality metrics" --cache-results true
Load project context
npx claude-flow@alpha memory retrieve --key "project$architecture"
npx claude-flow@alpha memory retrieve --key "project$standards"
Store analysis results
npx claude-flow@alpha memory store --key "analysis$code-quality" --value "${results}"
Generate recommendations
npx claude-flow@alpha hooks notify --message "Code analysis complete: ${summary}"What does the agent-code-analyzer skill do?
Agent skill for code-analyzer - invoke with $agent-code-analyzer
How do I install it?
Run `npx skills add ruvnet/ruflo --skill agent-code-analyzer --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.