원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.