一键导入
submit-remote-review
Submit a named verified source for remote review. Use when explicit authority covers push and one review item, but not approval or landing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Submit a named verified source for remote review. Use when explicit authority covers push and one review item, but not approval or landing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | submit-remote-review |
| description | Submit a named verified source for remote review. Use when explicit authority covers push and one review item, but not approval or landing. |
| metadata | {"dverity_class":"workflow-entry","reads":["../../DVERITY.md","../../lib/dverity/review/git-source.js","../../lib/dverity/review/review-item-record.js","../../lib/dverity/review/submit.js","../dverity-simplify/SKILL.md","../git-commit/SKILL.md","../resolving-merge-conflicts/SKILL.md"]} |
Read every declared dependency before acting. Own only Submit through Review Ready. Never approve, land, close an issue, or interpret a review verdict.
Require one named repository, source, live target, and explicit authority for push plus create-or-update of at most one review item. Missing source or item authority permits read-only discovery only.
Use ../../lib/dverity/review/git-source.js to refresh and read the named Git source.
Require a fresh handoff with source/base/head/ahead commits, scope source,
spec and issue links, passing checks, base/head-bound local review, touched
paths, risks, closeout intent, and remote_actions_performed: none.
Refresh the live target and prove the named source is clean, not behind, and ahead. Re-read the proof immediately before mutation. Dirty, no-ahead, stale, incomplete, or moved-target evidence blocks with zero mutation.
dverity-simplify and retain only confirmed, in-scope improvements.git-commit if simplification changed files. If Git reports a real
conflict while refreshing, use resolving-merge-conflicts; otherwise do
not invoke it.Return the sole provider-neutral record from
../../lib/dverity/review/review-item-record.js, mutation call audit, source proof,
and handoff. Submit leaves approvals, discussions, mergeability, CI, queue, and
current-head review fields unset; Merge owns those truths. A URL without exact
provider/repo/item/source/target/head/authenticated readback is not Review Ready.
Review and land one authenticated provider-native review item. Use when current-head review, landing, closeout, and remote-main parity are in scope.
Simplify verified changes before remote submission. Use for deletion-first, YAGNI, native-library, structural, and test-seam review.
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.