بنقرة واحدة
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.