en un clic
clean-dotnet
Kill zombie dotnet processes and clean build artifacts
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Kill zombie dotnet processes and clean build artifacts
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Suggest and apply a semver version bump based on commits since the last tag
Push current branch to remote origin
Scaffold a new Sharpy.Stdlib module (spy-sourced or handwritten C#) with all required files, conventions, docs, and tests
Implement a plan with a coordinated agent team
Run compiler or cross-language benchmarks and compare results
Regenerate C# snapshot tests and spy stdlib after intentional codegen changes
| name | clean-dotnet |
| description | Kill zombie dotnet processes and clean build artifacts |
| disable-model-invocation | true |
Kill stale/zombie dotnet processes that can cause builds and tests to hang. Also optionally cleans build artifacts.
Usage: /clean-dotnet
Warning: This kills ALL running dotnet processes. Only use when builds or tests are hanging.
ps aux | grep '[d]otnet'pkill -f dotnetps aux | grep '[d]otnet'