一键导入
implementation-verification
Verify branch changes against origin/main with claim-based evidence, not only test status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verify branch changes against origin/main with claim-based evidence, not only test status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Open a conservative Robot SF PR with scope verification, freshness checks, and artifact discipline.
Use for an autonomous Robot SF issue-to-PR loop that selects eligible GitHub issues, implements one scoped issue at a time, validates, pushes, and opens PRs.
Guarded PR merger; merges merge-ready PRs after verifying label, CI status, branch protection, and preflight checks.
Use for an autonomous Robot SF PR review loop that fixes scoped review gaps, validates proof, resolves review threads, and applies merge-ready; not for merging.
Autonomous issue-to-PR workflow from next eligible issue to ready PR with consistent metadata handling.
Continuous goal autopilot; orchestrates implement, review, merge, and discover cycles with preflight validation and delegation failure recovery.
| name | implementation-verification |
| description | Verify branch changes against origin/main with claim-based evidence, not only test status. |
| category | validation |
| kind | atomic |
| phase | verification |
| requires_write | false |
| requires_slurm | false |
| requires_benchmark_artifacts | false |
| delegates_to | [] |
| output_schema | skill_run_summary.v1 |
Prove that branch changes implement the stated claims versus origin/main, with evidence per behavior
rather than only a global test pass signal.
git status --short --branchgit diff --stat origin/main...HEADgit diff --name-only origin/main...HEADBASE_REF=origin/main scripts/dev/pr_ready_check.sh when broader validation is required.origin/main is unavailable, switch to an explicit documented base and note why.status=0 only proves the wrapper
exited, not that the model returned useful findings.RESULT.md; otherwise keep the
worker output at low confidence and inspect local evidence directly.changed_files: [], still inspect status.txt or git status --porcelain
for untracked files before using the run as implementation evidence.claim, proof, command/artifact, result, residual risk).Use this skill for the scope named in its frontmatter description and registry metadata.