live-e2e

Execute and audit full AIDD workflow runs against pinned public GitHub repositories.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/GrinRus/ai_driven_dev_v2 --skill live-e2e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: live-e2e
Source: https://github.com/GrinRus/ai_driven_dev_v2/tree/main/.agents/skills/live-e2e
Command: npx skills add https://github.com/GrinRus/ai_driven_dev_v2 --skill live-e2e

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the need to manually build a runbook for running full end-to-end tests of the AIDD workflow against real public GitHub repositories, while ensuring all execution evidence is captured for audit and quality review purposes.

Core Features & Use Cases

  • Complete Local Runbook: Provides step-by-step instructions for preflight checks, runtime configuration, execution, and post-run reporting for manual live E2E runs.
  • Runtime-Agnostic Support: Works with claude-code, codex, and opencode runtimes, with support for custom wrapper command overrides.
  • Use Case: For AIDD operators running manual product evaluation, use this skill to execute a full idea-to-qa workflow against a pinned public repository, capture all stage artifacts and audit logs, and produce the required manual quality reports.

Quick Start

Use the live-e2e skill to run a full manual end-to-end test of the AIDD workflow against the pinned sqlite-utils public repository using the codex runtime, capturing all execution and quality evidence.

Frequently Asked Questions about live-e2e

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

FAQPage Schema
How do I run manual end-to-end tests against a public GitHub repository with full audit evidence?

Manual end-to-end testing against a public GitHub repository uses a complete local runbook to execute preflight validation, stage-by-stage audit logging, and post-run quality reporting, capturing all execution evidence for product evaluation.

What is stage-by-stage audit logging for live E2E evaluation?

Stage-by-stage audit logging for live E2E evaluation captures complete execution artifacts at each workflow stage, ensuring manual quality audit documentation satisfies product evaluation requirements.

Does live E2E testing support runtime command overrides for different coding agents?

Live E2E testing supports runtime-agnostic execution across claude-code, codex, and opencode runtimes, allowing manual operators to configure custom wrapper command overrides during local source-checkout run execution.

How do I validate preflight requirements before executing a full E2E workflow run?

Preflight validation for a full E2E workflow run checks the local environment and runtime configuration to ensure criteria for runtime-agnostic execution and blocking question resolution are met before proceeding.

Can I use codex runtime to test the AIDD workflow against the sqlite-utils public repository?

Yes, you can use the codex runtime to execute a full idea-to-qa AIDD workflow against the pinned sqlite-utils public repository, capturing all stage artifacts, audit logs, and generating manual quality reports.

What are the limitations of manual live E2E testing for product evaluation?

Manual live E2E testing is limited to operator-driven scenarios requiring blocking question resolution, meaning it is not fully automated and requires manual intervention to resolve runtime questions and document quality audits.