agentic-quality-engineering

Coordinate autonomous QE agents for test generation and quality gates.

436|78|Updated Sep 11, 2025
One-click install
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill agentic-quality-engineering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-quality-engineering
Source: https://github.com/proffesor-for-testing/agentic-qe/tree/main/.claude/skills/agentic-quality-engineering
Command: npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill agentic-quality-engineering

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires qe-test-generator, qe-coverage-analyzer.

What problem does it solve?

This Skill coordinates AI agents to scale quality engineering across teams while preserving human oversight.

Core Features & Use Cases

  • Agent Coordination: Spawn and orchestrate agents for test generation, coverage, and gates.
  • PACT Principles: Proactive, Autonomous, Collaborative, Targeted quality.
  • Learning & Patterns: Store learnings for continuous improvement.

Quick Start

Initialize an autonomous agent plan to generate tests for a risky PR and coordinate a quality gate review.

Frequently Asked Questions about agentic-quality-engineering

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use agents to automate quality assurance across CI/CD pipelines?

Autonomous agents coordinate test generation, coverage analysis, and quality gates in CI/CD workflows. This Skill orchestrates multi-agent systems to execute testing autonomously, apply PACT principles for proactive and targeted quality checks, and maintain human oversight throughout the pipeline.

What is PACT-driven quality engineering and when should I use it?

PACT—Proactive, Autonomous, Collaborative, Targeted—is a framework for scaling QE with intelligent agents. Use it when you need to amplify testing capacity, prioritize risk intelligently across teams, and automate quality gates while preserving human decision-making.

Can I coordinate multiple QE agents hierarchically or in mesh topologies?

Yes. This Skill supports hierarchical, mesh, and sequential agent coordination patterns. You can spawn and orchestrate agents for test generation and coverage analysis, configure their interaction topology, and manage collaborative feedback between agents in your QE workflow.

How do I set up autonomous testing with agent-driven test generation and coverage analysis?

Initialize an autonomous agent plan that generates tests for high-risk areas and analyzes coverage gaps. The Skill coordinates agents using test-generator and coverage-analyzer dependencies to satisfy functional requirements and trigger automated quality gates based on agent findings.

What are the limitations of agent-based QE coordination in large-scale deployments?

Agent coordination complexity increases with team scale and pipeline stages. Ensure your CI/CD infrastructure supports multi-agent orchestration, validate agent outputs through rigorous quality gates, and implement feedback loops so agents learn from prior test patterns and improve targeting over time.

Do I need existing test infrastructure to use agent-driven quality engineering?

Agent-based QE works best when integrated with existing coverage tools and test platforms. Dependencies on qe-test-generator and qe-coverage-analyzer mean your environment should support autonomous test execution, coverage reporting, and quality gate integration within your current CI/CD system.