一键导入
dverity-simplify
Simplify verified changes before remote submission. Use for deletion-first, YAGNI, native-library, structural, and test-seam review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Simplify verified changes before remote submission. Use for deletion-first, YAGNI, native-library, structural, and test-seam review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review and land one authenticated provider-native review item. Use when current-head review, landing, closeout, and remote-main parity are in scope.
Submit a named verified source for remote review. Use when explicit authority covers push and one review item, but not approval or landing.
Create narrow auditable local commits. Use when verified Dverity work must be staged and committed without absorbing unrelated changes.
Resolve an in-progress merge or rebase conflict from proven product intent. Use only when Git reports an actual conflict.
Find and reuse the nearest correct mechanism before adding another. Use when a Dverity change would add reusable code, policy, or workflow meaning.
Diagnose and repair confirmed defects to Verified Local. Use for evidence-first bug repair; remote submission requires separate explicit authority.
| name | dverity-simplify |
| description | Simplify verified changes before remote submission. Use for deletion-first, YAGNI, native-library, structural, and test-seam review. |
| metadata | {"dverity_class":"reusable-dependency","reads":["references/simplification-rules.js"]} |
Read references/simplification-rules.js. Review only the verified diff and
preserve its accepted behavior.
Use this order:
Tests must observe public behavior. Do not add private-method assertions, internal collaborator mocks, or abstractions created only to satisfy a test. The bundled decision reference is the executable behavioral contract; no external Skill, plugin identity, version, or absolute path is required.