llt-workflow

Orchestrate Unreal Engine LowLevelTest workflows from discovery through HTML reporting.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ai-sand-castles/local-marketplace --skill llt-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llt-workflow
Source: https://github.com/ai-sand-castles/local-marketplace/tree/main/test-automation-plugin/skills/llt-workflow
Command: npx skills add https://github.com/ai-sand-castles/local-marketplace --skill llt-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end LowLevelTest workflows for Unreal Engine by orchestrating discovery, build, execution, and reporting steps, reducing manual toil and improving reliability.

Core Features & Use Cases

  • Orchestration: chain llt-find, llt-build, llt-run, and llt-parse into complete test workflows.
  • Flexible workflows: supports full-suite, target, and change-based modes for CI, development, and validation.
  • Reporting: generates HTML reports and returns a standard LLT JSON envelope suitable for dashboards.

Quick Start

Invoke python llt_workflow.py with --workflow full-suite --platform Win64 --project-root /path/to/Project to run an end-to-end test workflow.

Frequently Asked Questions about llt-workflow

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

FAQPage Schema
How do I automate end-to-end LowLevelTest workflows for Unreal Engine?

To automate Unreal Engine LowLevelTest workflows, you can chain discovery, build, execution, and reporting steps into a deterministic sequence. This orchestration supports full-suite CI and targeted validation scenarios.

Can I run change-based testing for Unreal Engine LowLevelTests?

Yes, change-based testing is supported for Unreal Engine LowLevelTests via optional change-discovery steps. This allows you to target validation specifically towards modified code rather than running the full suite.

Does this testing orchestration support different platforms like Win64?

Yes, the testing orchestration supports specifying target platforms such as Win64. You can invoke the workflow with the platform parameter to build and run tests for that specific environment.

What is the best way to chain Unreal Engine LowLevelTest steps in a CI pipeline?

The best way to chain LowLevelTest steps in a CI pipeline is using a deterministic workflow that invokes discovery, build, run, and parse actions. This reduces manual toil and improves test reliability.