一键导入
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 职业分类
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.
| 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