ワンクリックで
deslop
Remove AI-generated code slop from the current branch by checking the diff against main
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Remove AI-generated code slop from the current branch by checking the diff against main
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | deslop |
| description | Remove AI-generated code slop from the current branch by checking the diff against main |
| allowed-tools | Bash, Read, Edit, Grep |
Check the diff against main and remove all AI-generated slop introduced in this branch.
Run git diff main...HEAD to see all changes in this branch
For each modified file, review the changes and remove:
any used to work around type issues instead of fixing them properlyWhen evaluating whether something is "slop", compare against the existing style in the file (the parts not changed in this branch)
Make edits to remove the slop while preserving the intended functionality
At the end, provide a 1-3 sentence summary of what was changed
Debug UVACompute infrastructure including the DO droplet (orchestrator/hub), workstation node, KubeVirt VMs, and GPU mode. Use when troubleshooting VM creation failures, GPU issues, node connectivity, or checking system status.
Set up GPU for VFIO passthrough to KubeVirt VMs. Use when GPU VMs fail with "no GPU nodes available", "failed to create GPU host-devices", or "group is not viable" errors.
Use when building Go applications requiring concurrent programming, microservices architecture, or high-performance systems. Invoke for goroutines, channels, Go generics, gRPC integration.
Maintain the UVACompute hub (DO droplet) including disk cleanup, service deployment, and KubeVirt management. Use when hub has disk pressure, services need deployment, or KubeVirt is unhealthy.