ワンクリックで
clean-dotnet
Kill zombie dotnet processes and clean build artifacts
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Kill zombie dotnet processes and clean build artifacts
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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'