plugins/proof-driven-verification/skills/verify-pr-proof/SKILL.md
Single-invocation ProofOps orchestrator for verifying a PR, branch, or completed coding task end to end with definition-of-done gating, Code Review agents, Browser QA agents, Developer Fixer agents, optional framework diagnostics, Agent Browser evidence, iterative fixes, validated artifacts, optional Remotion plus Deepgram proof video, and final commit. Use when the user asks to verify, review, prove, QA, test, inspect a PR/branch/task, create evidence, produce proof of work, or run ProofOps.
npx skillsauth add ansarullahanasz360/cc-guide verify-pr-proofInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This is the orchestrator skill. It should feel like one command to the user: run immediately, stay concise, do setup checks silently, and only interrupt for missing success criteria or real blockers.
../../references/tool-selection.md before choosing browser, MCP, GitHub, or Computer Use tools.../../references/stack-profiles.md after initial repo discovery.../../references/codex-review.md before using Codex CLI or GitHub review outputs.../../references/evidence-contract.md before creating or validating artifacts.../../references/review-rubric.md before review sharding or reviewer synthesis.../../references/agent-roles.md before assigning specialist work.../verification-setup/SKILL.md if tools or environment are unknown.../code-review-swarm/SKILL.md for review-only subagent instructions.../browser-dogfood/SKILL.md for human-style browser QA.../browser-proof-video/SKILL.md for screenshots, WebM, narration, and final MP4.../agent-browser/SKILL.md for detailed Agent Browser commands.../remotion-best-practices/SKILL.md for custom proof-video work.../computer-use-fallback/SKILL.md when structured automation cannot cover the flow.Intake
git status --short --branch, diff stat, changed files, and available scripts.gh capabilities where available.Definition-of-done gate
Quiet preflight
node plugins/proof-driven-verification/scripts/doctor.mjs --json internally.Team launch
codex review --uncommitted or codex review --base <branch> as one advisory review source when available.Synthesis and remediation
pass or a hard blocker is proven.Browser proof requirements
get_errors, get_routes, get_page_metadata, get_logs.artifacts/verification/<timestamp>/.Completion
verification-report.md and manifest.json.node plugins/proof-driven-verification/scripts/validate-artifacts.mjs <artifact-dir>.proof-video.mp4 only after pass or for a blocker report:
node plugins/proof-driven-verification/scripts/render-proof-video.mjs <artifact-dir>.verification-report.md.Include:
pass, partial, or blockedNever say a video, screenshot, report, or log exists unless the validator confirms it.
development
Decide HOW to run a coding task — interactive, goal mode, or a workflow — then author the launch-ready prompt or goal package for Claude Code, Codex, or Antigravity. Use when the user says "launchpad", "start a goal", "set up a goal/sprint", "should this be a goal or interactive", "plan an autonomous run", "I want to brain-dump a task", "help me write a goal prompt", or is about to kick off a long autonomous run and wants it scoped, delegated, and verifiable first.
development
Use when turning founder requirements, research packets, plans, specs, and system designs into one or more independently executable Claude Code, Cloud Code, or Codex implementation sprints with story writing, review, execution, optional verification, and sprint-level commits.
tools
Interactive Claude Code repository setup and optimization. Configures the complete ecosystem - skills, commands, subagents, hooks, rules, MCPs, and plugins. Invoke with /setup-claude init or /setup-claude audit.
testing
Pre-flight check for Ralph TUI loops. Validates config, templates, prd.json, and environment before starting a loop. Run after /prd to verify everything is ready. Detects global CLAUDE.md conflicts, validates template variables, and provides launch commands.