원클릭으로
deslop
Remove AI-generated code slop and clean up code style. Use when finalizing a PR.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Remove AI-generated code slop and clean up code style. Use when finalizing a PR.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | deslop |
| description | Remove AI-generated code slop and clean up code style. Use when finalizing a PR. |
Check the diff against main and remove AI-generated slop introduced in the branch.
any used only to bypass type issuesExplains how packages are built in this monorepo. Use when working on build configuration, tsup config, package exports, or troubleshooting build issues.
Branch naming, changeset authoring, and PR conventions for this monorepo. Use when creating branches, committing, writing changesets, opening PRs, or running pre-merge checks.
How to version and publish packages to npm from the main branch. Use when running release commands, publishing to npm, or troubleshooting publish issues. For changeset authoring and PR prep, use the contributing skill instead.
Use when the user asks to write a plan for a multi-step task, before touching any code