qa-e2e-coverage-gate

Automate E2E coverage preparation, execution, and validation for QA pipelines.

Updated May 28, 2026
One-click install
npx skills add https://github.com/SensLiao/Claude-code-setting --skill qa-e2e-coverage-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-e2e-coverage-gate
Source: https://github.com/SensLiao/Claude-code-setting/tree/main/skills/qa-e2e-coverage-gate
Command: npx skills add https://github.com/SensLiao/Claude-code-setting --skill qa-e2e-coverage-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires e2e-runner, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The qa-e2e-coverage-gate skill automates the preparation, execution, and validation of end-to-end (E2E) coverage gates, streamlining the quality assurance (QA) process.

Core Features & Use Cases

  • Automated E2E Coverage Gate: Preps, executes, and validates E2E coverage gates, reducing manual QA steps.
  • Integration with E2E-Runner: Uses e2e-runner agent for actual execution and evidence validation.
  • Use Case: Ideal for organizations looking to automate QA checks in continuous integration pipelines, improving test coverage and efficiency.

Quick Start

Trigger an E2E coverage gate using the command: 'execute qa-e2e-coverage-gate --flow_name checkout-happy-path'.

Frequently Asked Questions about qa-e2e-coverage-gate

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

FAQPage Schema
How do I automate end-to-end coverage gates in a CI pipeline?

To automate E2E coverage gates in a CI pipeline, you can use the qa-e2e-coverage-gate skill to prep, execute, and validate test coverage automatically. It utilizes the e2e-runner agent for execution and provides evidence validation to ensure quality assurance efficiency.

What is an E2E coverage gate and how does it validate test evidence?

An E2E coverage gate is an automated QA checkpoint that prepares, executes, and validates end-to-end test results. It uses the e2e-runner agent to execute tests and provides evidence validation to confirm that coverage requirements are met before pipeline progression.

How do I execute an E2E coverage gate for a specific test flow?

You execute an E2E coverage gate for a specific test flow by triggering the qa-e2e-coverage-gate skill with the desired flow name, such as 'execute qa-e2e-coverage-gate --flow_name checkout-happy-path'. This initiates the automated preparation, execution, and validation for that specific scenario.

Do I need the e2e-runner agent to execute E2E coverage gates?

Yes, you need the e2e-runner agent to execute E2E coverage gates because the qa-e2e-coverage-gate skill directly depends on it. The e2e-runner agent handles the actual test execution and evidence validation processes required by the skill.

Can I use this E2E coverage validation for continuous integration in QA?

Yes, you can use this E2E coverage validation for continuous integration in QA processes. The skill is specifically designed to automate QA checks within CI pipelines, reducing manual steps and improving test coverage and efficiency.

What are the limitations of using e2e-runner for E2E coverage validation?

The qa-e2e-coverage-gate skill relies on the e2e-runner agent for execution, meaning its functionality is bounded by the e2e-runner's capabilities. It focuses on preparation, execution, and validation steps, so any limitations of the e2e-runner will directly impact the coverage gate process.