e2e-fix-cycle

Automate end-to-end test-fix loops to diagnose and repair failing tests.

1|2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/parisgroup-ai/imersao-ia-setup --skill e2e-fix-cycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-fix-cycle
Source: https://github.com/parisgroup-ai/imersao-ia-setup/tree/main/skills/e2e-fix-cycle
Command: npx skills add https://github.com/parisgroup-ai/imersao-ia-setup --skill e2e-fix-cycle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates an end-to-end test-fix loop that automatically detects, analyzes, and fixes failing tests until all pass, reducing manual debugging time.

Core Features & Use Cases

  • Orchestrates e2e-run → e2e-analyze → fix → repeat until success.
  • Supports batch fixes with auto-approve or explicit approvals for complex changes.
  • Logs history and results to enable traceability and audits.

Quick Start

Run /e2e-fix-cycle <target> to start an automated test-fix cycle.

Frequently Asked Questions about e2e-fix-cycle

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

FAQPage Schema
How do I automate fixing failing E2E tests in a CI/CD pipeline?

You can automate fixing failing E2E tests by running an automated test-fix loop that detects, analyzes, and repairs failures until all tests pass. This orchestrates the e2e-run, analyze, and fix cycle to reduce manual debugging time.

What is an automated test-fix loop and how does it handle batch processing?

An automated test-fix loop iteratively runs, analyzes, and fixes failing tests. It handles batch processing by applying grouped fixes, supporting either auto-approve flows for speed or explicit approvals for complex changes.

How do I prevent infinite loops when auto-fixing E2E test suites?

Prevent infinite loops during E2E test auto-fixing by using configurable limits and built-in safeguards. These controls stop the iterative test-fix cycle to prevent regressions and ensure the process terminates safely.

Can I use auto-approve for E2E test fixes and still maintain traceability?

Yes, you can use auto-approve for E2E test fixes while maintaining traceability. The cycle logs history and results throughout the iterative analysis and batching process to enable full audits and traceability.

When should I use explicit approvals instead of auto-approve in a test-fix cycle?

Use explicit approvals instead of auto-approve in a test-fix cycle when applying complex changes. This controlled approach ensures careful review of iterative software failure repairs before committing them to prevent regressions.