stress-test

Automates Unreal Engine stress testing and crash detection via SipherStressTest plugin.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/buihuuloc/universal-ue-skills --skill stress-test-buihuuloc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stress-test
Source: https://github.com/buihuuloc/universal-ue-skills/tree/main/skills/stress-test
Command: npx skills add https://github.com/buihuuloc/universal-ue-skills --skill stress-test-buihuuloc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps users identify random crashes and intermittent bugs in their Unreal Engine projects by running automated stress tests and recording gameplay sessions.

Core Features & Use Cases

  • Record Gameplay: Capture user sessions for later analysis.
  • Automated Stress Testing: Run tests repeatedly to uncover stability issues.
  • Crash Detection: Pinpoint failures during automated runs.
  • Use Case: A QA engineer can use this skill to automatically run a recorded gameplay session 100 times overnight to detect any rare crashes that might occur during extended play.

Quick Start

Run the stress test using the batch script with the specified recording session.

Frequently Asked Questions about stress-test

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

FAQPage Schema
How do I automate stress testing in Unreal Engine to find random crashes?

Unreal Engine stress testing requires the SipherStressTest plugin and a successfully compiling project, utilizing batch or PowerShell scripts to repeatedly playback recorded gameplay sessions and detect intermittent crashes.

Can I run automated crash detection overnight using a recorded gameplay session?

Automated crash detection executes recorded gameplay sessions in loops to pinpoint failures during extended play, capturing random crashes and intermittent bugs that occur during long automated runs.

How do I integrate stress testing into my CI/CD pipeline for Unreal Engine?

CI/CD integration for stress testing executes Unreal Engine commandlets via scripts, automating stability testing and crash detection directly within continuous integration workflows to catch intermittent bugs.

What do I need to set up automated gameplay recording for stability testing?

Automated gameplay recording for stability testing requires the SipherStressTest plugin and a successfully compiling Unreal Engine project to capture user sessions and run batch stress tests.

What are the limitations of using batch scripts for Unreal Engine crash detection?

Batch script stress testing is limited to Unreal Engine projects containing the SipherStressTest plugin, requiring a successfully compiling project to execute commandlets and playback recorded gameplay for crash detection.