Agentic-qe qe-performance-analysis
Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms
git clone https://github.com/proffesor-for-testing/agentic-qe
T=$(mktemp -d) && git clone --depth=1 https://github.com/proffesor-for-testing/agentic-qe "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.kiro/skills/qe-performance-analysis" ~/.claude/skills/proffesor-for-testing-agentic-qe-qe-performance-analysis && rm -rf "$T"
.kiro/skills/qe-performance-analysis/SKILL.mdqe-performance-analysis
Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms
Tags: performance, bottleneck, optimization, profiling, metrics, analysis, qe, quality-engineering, monitoring
Prerequisites
This skill requires the AQE MCP server. Ensure it is configured in
.kiro/settings/mcp.json.
Steps
1. Overview
This skill consolidates all performance analysis capabilities: - Bottleneck Detection: Identify performance bottlenecks across communication, processing, memory, and network - Performance Profiling: Real-time monitoring and historical analysis of swarm operations - Report Generation: Cre
2. Basic Bottleneck Detection
Basic Bottleneck Detection
3. Generate Performance Report
Generate Performance Report
4. Analyze And Auto Fix
Analyze and Auto-Fix
5. Core Capabilities
Core Capabilities
6. Bottleneck Detection
- Bottleneck Detection
7. Performance Profiling
- Performance Profiling
8. Report Generation
- Report Generation
MCP Tools
Use AQE tools via the
@agentic-qe MCP server:
— Initialize the QE fleet@agentic-qe/fleet_init
— Generate tests@agentic-qe/test_generate_enhanced
— Analyze coverage@agentic-qe/coverage_analyze_sublinear
— Assess quality gates@agentic-qe/quality_assess
— Store learned patterns@agentic-qe/memory_store
— Query past patterns@agentic-qe/memory_query