e2e-live-check

Operate a live system end to end for manual QA checks.

1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/alexandersumer/config --skill e2e-live-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-live-check
Source: https://github.com/alexandersumer/config/tree/main/.agents/skills/e2e-live-check
Command: npx skills add https://github.com/alexandersumer/config --skill e2e-live-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables the operation of a real running system end to end for live QA, without the need for automated tests or CI/test lanes, ensuring that the current effective diff functions correctly in real-world scenarios.

Core Features & Use Cases

  • Live System Operation: Interact with a live system to test its end-to-end functionality.
  • Edge Case Handling: Covers relevant edge cases and captures evidence for comprehensive QA.
  • Use Case: For example, use this Skill to manually test a payment processing system's entire workflow, from user input to final transaction confirmation, to ensure the system behaves as expected.

Quick Start

To perform a live check on the payment processing system, run the command: e2e-live-check payment-system.

Frequently Asked Questions about e2e-live-check

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

FAQPage Schema
How do I run end-to-end QA on a live system without automated tests?

You can perform live system end-to-end QA by manually operating the running system to verify the current effective diff. This approach tests real-world functionality without needing automated tests or CI/test lanes.

What is live system interaction for QA automation?

Live system interaction for QA automation is the process of manually testing a running system's end-to-end workflow. It ensures the current effective diff functions correctly in real-world scenarios without relying on CI lanes.

How do I manually test a payment processing system's entire workflow?

To manually test a payment processing system, you operate its real running instance end to end. This verifies the entire workflow from user input to final transaction confirmation, ensuring the system behaves as expected.

Can I verify a current effective diff without setting up a CI test lane?

Yes, you can verify a current effective diff without a CI test lane by operating a real running system end to end. This manual interaction tests functionality directly in a live environment.

Does end-to-end testing cover edge cases in a live environment?

End-to-end testing in a live environment covers relevant edge cases and captures evidence for comprehensive QA. It ensures the running system handles unexpected inputs correctly during manual interaction.

When should I use live QA instead of automated tests?

Use live QA when you need to verify the current effective diff in real-world scenarios without setting up automated tests or CI/test lanes. It is ideal for manually testing entire workflows like payment processing systems.