一键导入
vs-deslop
Use when code works but feels AI-generated, bloated, repetitive, over-defensive, or needs cleanup before review or shipping.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when code works but feels AI-generated, bloated, repetitive, over-defensive, or needs cleanup before review or shipping.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze Codex, Claude Code, or Cursor threads, transcripts, and transcriptions. Use for thread analysis, transcript review, conversation audits, agent-performance diagnosis, comparing sessions, finding loops or corrections, and extracting decisions, outcomes, evidence, and actionable improvements.
Internal reference for vs shared conventions: artifact paths, project ID resolution, storage preference, and skill taxonomy.
Use when asked to scan a named external repo for ideas worth porting. Produces a cited, ranked steals report.
Use when asked to QA, test this site or app, find bugs, or test and fix a user-facing interface. Runs harness-aware browser or computer-use QA, fixes issues, and re-verifies.
Use when the user wants to create/open a pull request, submit changes for review, send changes to dev, or otherwise ship local Git changes. Also use for explicit commit and push or push to main/master or the current branch requests. Requires affirmative publish intent; do not use for review/readiness-only requests. Creates and verifies a GitHub PR by default; honors explicit direct pushes and babysits only when requested.
Use when asked to watch a PR, fix CI, address review comments, or keep a branch merge-ready in a loop.
| name | vs-deslop |
| description | Use when code works but feels AI-generated, bloated, repetitive, over-defensive, or needs cleanup before review or shipping. |
Clean working code without changing behavior. This is the focused cleanup building block: remove AI-ish noise, needless abstraction, duplicated logic, stale fallbacks, and review-hostile clutter while preserving the product contract.
CLEAN, CLEANED, WARN, FAIL, or BLOCKEDvs:roast-review Pass 1, vs:build-it Phase 4, vs:ship-it pre-PR review, standalone cleanup requestsInspect the requested scope for:
## Deslop Result
- Status: CLEAN | CLEANED | WARN | FAIL | BLOCKED
- Scope: <files or diff range>
- Cleaned:
- <change and why it preserved behavior>
- Deferred:
- <risky or out-of-scope cleanup>
- Evidence:
- `<command>` - <result>
Direct: emit Next only. Composed: return to caller.
Prev: /vs-build-it | /vs-roast-review | /vs-qa
Next: /vs-verify
Relevant: /vs-roast-ui