원클릭으로
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