Agents
Code Reviewer
Code quality reviews, security vulnerability detection, and best practices
- Mode:
subagent - Quality: 4.25/5 (Good)
- Tags: code-review, quality, security, best-practices, linting
Debugger
Bug diagnosis, root cause analysis, and error log investigation
- Mode:
subagent - Quality: 4.25/5 (Good)
- Tags: debugging, diagnostics, root-cause, errors, stack-traces
Test Automator
Automated test frameworks, test scripts, and CI/CD test integration
- Mode:
subagent - Quality: 4.50/5 (Excellent)
- Tags: testing, automation, ci-cd, test-frameworks, coverage, e2e
Performance Engineer
Performance bottleneck identification and optimization across systems
- Mode:
subagent - Quality: 4.25/5 (Good)
- Tags: performance, optimization, profiling, bottlenecks, benchmarking
Refactoring Specialist
Code restructuring into clean, maintainable systems preserving behavior
- Mode:
subagent - Quality: 4.50/5 (Excellent)
- Tags: refactoring, clean-code, maintainability, patterns, architecture
Legacy Modernizer
Legacy codebase modernization using strangler fig, branch by abstraction, and parallel run patterns
- Mode:
subagent - Quality: 4.25/5 (Good)
- Tags: legacy, modernization, migration, strangler-fig, refactoring
Microservices Architect
Distributed systems design, saga patterns, and service mesh architecture
- Mode:
subagent - Quality: 4.50/5 (Excellent)
- Tags: microservices, distributed-systems, saga, service-mesh, event-driven
QA Expert
Test strategy, quality gates, regression testing, and QA automation
- Mode:
subagent - Quality: 4.25/5 (Good)
- Tags: qa, quality-assurance, testing, regression, quality-gates
Usage Examples
Quality Stats
- Average score: 4.34/5
- 3 Excellent, 5 Good rating
- Total tokens: ~11,500 (avg ~1,440 per agent)
- Coverage: Full development lifecycle
Common Workflows
Code Quality Pack
Code Quality Pack
Comprehensive quality assurance:Includes: code-reviewer, test-automator, debugger, performance-engineer, refactoring-specialist, legacy-modernizer
Testing Strategy
Testing Strategy
- QA Expert — Define test strategy and quality gates
- Test Automator — Implement automated tests
- Code Reviewer — Review test coverage and quality
- Performance Engineer — Add performance tests
Legacy Modernization
Legacy Modernization
- Legacy Modernizer — Plan migration strategy
- Refactoring Specialist — Refactor code incrementally
- Test Automator — Add tests to preserve behavior
- Code Reviewer — Review modernization PRs
Production Issues
Production Issues
- Debugger — Root cause analysis
- Performance Engineer — Identify bottlenecks
- Code Reviewer — Review fixes
- Test Automator — Add regression tests
When to Use
Choose Code Reviewer when...
Choose Code Reviewer when...
- Reviewing pull requests
- Checking for security vulnerabilities
- Enforcing coding standards
- Identifying code smells
Choose Debugger when...
Choose Debugger when...
- Investigating production errors
- Analyzing stack traces
- Troubleshooting unexpected behavior
- Root cause analysis
Choose Test Automator when...
Choose Test Automator when...
- Writing unit/integration/e2e tests
- Setting up test frameworks
- Improving test coverage
- Integrating tests into CI/CD
Choose Performance Engineer when...
Choose Performance Engineer when...
- Profiling slow code
- Identifying bottlenecks
- Optimizing database queries
- Improving response times
Choose Refactoring Specialist when...
Choose Refactoring Specialist when...
- Improving code maintainability
- Extracting patterns from duplication
- Simplifying complex logic
- Restructuring without changing behavior
Choose Legacy Modernizer when...
Choose Legacy Modernizer when...
- Migrating legacy codebases
- Applying strangler fig pattern
- Planning incremental rewrites
- Modernizing technology stacks
Choose Microservices Architect when...
Choose Microservices Architect when...
- Designing distributed systems
- Implementing saga patterns
- Breaking down monoliths
- Service mesh architecture
Choose QA Expert when...
Choose QA Expert when...
- Defining test strategies
- Setting up quality gates
- Planning regression testing
- Establishing QA processes