agentic-qe
Automated test generation, coverage analysis, and quality gates
All Skills in This Repository (49)
Pure Emerald Level Indicatorsperformance-testing
Plan and execute load, stress, and scalability tests to identify performance bottlenecks.
chaos-engineering-resilience
Inject controlled failures into distributed systems to test resilience and recovery.
hive-mind-advanced
Orchestrate queen-led multi-agent coordination with Byzantine consensus and SQLite WAL memory.
quality-metrics
Compute DORA and defect metrics to configure quality dashboards and gates.
localization-testing
Validate translations, locale formats, RTL support, and Unicode handling.
accessibility-testing
Diagnose web application accessibility issues for WCAG 2.2 compliance.
test-design-techniques
Generate systematic test designs using boundary value analysis and equivalence partitioning.
stream-chain
Coordinate multi-agent pipelines with sequential prompts and streaming data flow.
risk-based-testing
Prioritize testing effort by risk with probability and impact scoring.
regression-testing
Automate regression test selection and analysis across CI/CD pipelines.
test-data-management
Generate privacy-preserving synthetic test data with Faker and masking.
refactoring-patterns
Apply safe refactoring patterns to improve code structure without changing behavior.
Frequently Asked Questions
FAQPage SchemaHow to install Agentic QE?â–¼
Run `npx skills add proffesor-for-testing/agentic-qe --all -g -y` in your terminal to install the full skill set globally.
How to generate tests automatically?â–¼
Ask your agent to generate tests for a file or directory, and the qe-test-generation skill produces unit, integration, and property-based tests for frameworks like Jest, Vitest, and Playwright.
Can it find coverage gaps and flaky tests?â–¼
Yes. The coverage analysis skill identifies untested code with risk-weighted prioritization, and the flaky test hunter detects and stabilizes unreliable tests using statistical analysis.
Does Agentic QE work with Cursor and Copilot?â–¼
Yes. It supports 11 coding platforms including Claude Code, Cursor, GitHub Copilot, Cline, and Codex through a single MCP server setup.
Do I need testing experience to use it?â–¼
No. You describe what you want tested in plain English, and the agents handle test design, execution, and quality gate decisions for you.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core