runtime
Automate .NET runtime builds, tests, code reviews, and CI triage
All Skills in This Repository (21)
Pure Emerald Level Indicatorsperformance-benchmark
Automate ad hoc performance benchmarking for dotnet/runtime code changes.
code-review
Review dotnet/runtime code changes for correctness, performance, and conventions.
ci-analysis
Aggregate CI status for dotnet PRs using Azure DevOps and Helix logs.
vmr-codeflow-status
Analyze VMR codeflow PR status across dotnet repositories for freshness and flow health.
jit-regression-test
Extract JIT regression test cases from GitHub issues into JitBlue folders.
add-new-jit-ee-api
Automate new JIT-VM API integration across .NET runtime layers.
standalone-test-repro-cmd
Resolves CoreCLR runtime test wrapper paths to source tests and effective invocations.
mobile-platforms
Triages and fixes .NET runtime failures on iOS, tvOS, MacCatalyst, and Android platforms.
test-scenario-env
Generates CoreRun-compatible dotenv files for CoreCLR test scenarios from testenvironment.proj.
ci-pipeline-monitor
Monitors Azure DevOps CI test pipelines and triages failures against GitHub issues.
build-and-test
Build and test dotnet/runtime components with baseline builds and per-component workflows.
pr-failure-scan
Analyzes dotnet/runtime PR CI failures and drafts Known Build Error issues.
Frequently Asked Questions
FAQPage SchemaHow to install dotnet/runtime skills?โผ
Run `npx skills add dotnet/runtime --all -g -y` in your terminal to install all skills in this suite globally.
How to reproduce a failing .NET runtime test locally?โผ
The standalone-test-repro skill converts a CI test wrapper path or method name into a standalone console app you can run directly with corerun.
Can AI review my dotnet/runtime pull request?โผ
Yes. The code-review skill checks your PR against real maintainer conventions, verifies API approvals, and flags bugs, performance issues, and test gaps.
How to triage dotnet/runtime CI failures with AI?โผ
The ci-pipeline-monitor and pr-failure-scan skills fetch Azure DevOps test results, group failures by root cause, and match them to known build error issues.
Do these skills work with Claude Code and Copilot CLI?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, GitHub Copilot CLI, Cursor, and other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core