standalone-test-repro
Installation
SKILL.md
Standalone Runtime Test Repro
Generate a source-level console application for one managed test under
src/tests/. Put it under artifacts/tmp/standalone-test-repro/ and make it
runnable as:
<CORE_ROOT>/corerun[.exe] <repro-output>/StandaloneTestRepro.dll
The output is an isolated repro, not a launcher that references the original test assembly. Copy and adapt the test's source and required helpers so the repro remains understandable and editable.
Scope Gate
This skill supports managed CoreCLR tests that can meaningfully execute through
corerun. Before extraction, inspect the project and generated wrapper when
available.