e2e-health

Monitor and diagnose GitHub main branch end-to-end test runs with Bash scripts.

Updated May 31, 2026
One-click install
npx skills add https://github.com/ascerra-fullsend-rehearsal/fullsend --skill e2e-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-health
Source: https://github.com/ascerra-fullsend-rehearsal/fullsend/tree/main/skills/e2e-health
Command: npx skills add https://github.com/ascerra-fullsend-rehearsal/fullsend --skill e2e-health

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you monitor the health of end-to-end (E2E) tests on the main branch of your GitHub repository, quickly identifying recent failures and providing insights into potential issues.

Core Features & Use Cases

  • Run List Fetching: Retrieve a list of recent E2E test runs on GitHub.
  • Summary Table: Summarize test results in a clear table format with links.
  • Failure Diagnosis: Diagnose failed runs by reviewing relevant logs.
  • Overall Assessment: Provide a concise summary of the test health status.

Quick Start

Analyze the E2E test health on the main branch by running 'e2e-health'.

Frequently Asked Questions about e2e-health

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

FAQPage Schema
How do I monitor E2E test health on a GitHub main branch?

To monitor E2E test health on a GitHub main branch, you can use automated Bash scripts to retrieve recent test runs, summarize pass/fail rates in a table, and review logs to diagnose failures.

How can I diagnose failed end-to-end test runs on GitHub?

You can diagnose failed end-to-end test runs on GitHub by executing Bash scripts that review relevant logs, analyze the test results, and provide insights into potential failure causes.

What is the best way to summarize GitHub test results for failure diagnosis?

Summarizing GitHub test results for failure diagnosis involves collecting run data via GitHub APIs and processing it with Bash scripts to generate a clear summary table with links and potential issues.

Do I need GitHub API access to automate E2E test failure analysis with Bash scripts?

Yes, you need GitHub API access to automate E2E test failure analysis with Bash scripts, as the tool requires API connectivity to fetch run lists and retrieve logs for diagnosing test health.

Can I identify potential causes of E2E test failures automatically on GitHub?

You can identify potential causes of E2E test failures automatically on GitHub by running scripts that analyze test logs and results, providing a concise overall assessment of the test health status.

What are the limitations of using Bash scripts for end-to-end test monitoring on GitHub?

Using Bash scripts for end-to-end test monitoring on GitHub limits execution to environments supporting Bash and requires explicit GitHub API access to fetch run lists and process diagnostic logs.