بنقرة واحدة
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'