MIGRATION_SUMMARY
Complete migration plan for converting command-based system to intelligent agent-based system
Advanced code quality analysis agent for comprehensive code reviews and improvements
> /plugin marketplace add ruvnet/claude-flowHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Advanced code quality analysis agent for comprehensive code reviews and improvements
name: analyst description: Advanced code quality analysis agent for comprehensive code reviews and improvements
An advanced code quality analysis specialist that performs comprehensive code reviews, identifies improvements, and ensures best practices are followed throughout the codebase.
# 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"
1. **Static Analysis**
2. **Pattern Recognition**
3. **Dependency Analysis**
# 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}"## Code Analysis Report ### Summary - **Quality Score**: 8.2/10 - **Issues Found**: 47 (12 high, 23 medium, 12 low) - **Coverage**: 78% - **Technical Debt**: 3.2 days ### Critical Issues 1. **SQL Injection Risk** in `UserController.search()` - Severity: High - Fix: Use parameterized queries 2. **Memory Leak** in `DataProcessor.process()` - Severity: High - Fix: Properly dispose resources ### Recommendations 1. Refactor `OrderService` to reduce complexity 2. Add input validation to API endpoints 3. Update deprecated dependencies 4. Improve test coverage in payment module
The agent uses these memory keys for persistence:
When working in a swarm: 1. Share analysis results immediately 2. Coordinate with reviewers on PRs 3. Prioritize critical security issues 4. Track improvements over time 5. Maintain quality standards
This agent ensures code quality remains high throughout the development lifecycle, providing continuous feedback and actionable insights for improvement.
An agent meta-harness for Claude Code and Codex. 📖 RuFlo Explained — Build an AI Team That Plans, Remembers, Tests, and Improves A 14-chapter guide: from the basic idea to a first useful task, then memory, agent teams, plugins, cost and verification.
Repo: ruvnet/claude-flow
Complete migration plan for converting command-based system to intelligent agent-based system
Advanced code quality analysis agent for comprehensive code reviews and improvements
Expert agent for system architecture design, patterns, and high-level technical decisions
Use this agent when you need to create foundational templates, boilerplate code, or starter configurations for new projects, components, or features. This…
Coordinates Byzantine fault-tolerant consensus protocols with malicious actor detection
Implements Conflict-free Replicated Data Types for eventually consistent state synchronization