What problem does it solve? When parallel Claude Code worker sessions deliver pull requests for spec-driven tasks, someone must verify each PR against acceptance criteria and the constitution, merge them safely under an agreed policy, and write progress back to MySpec. This Skill automates that integration-manager role so no unverified or out-of-scope code reaches the default branch. ## Core Features & Use Cases - Pull request collection and verification: Matches open PRs to tasks by branch or title, checks CI status, review approvals, acceptance-criteria test coverage, constitution compliance, and scope using read-only verification subagents guided by a test-integrity checklist. - Policy-driven merging: Applies a seven-point ready-to-merge gate (current-head approval, green checks, resolved threads, verified sha), merges one PR at a time in dependency order with --match-head-commit, and watches post-merge CI before continuing. - Spec write-back and milestone gate: Marks merged tasks done in tasks.md on MySpec with optimistic versioning, reconciles spec documents with shipped behavior, and runs a milestone gate with full test suite, convergence analysis, and an uploaded summary. - Use Case: After dispatching a wave of worker sessions for a spec bundle, say "integrate the wave" to have each resulting PR verified, merged per your autonomy policy, tasks marked done on MySpec, and the milestone gate executed. ## Quick Start Ask the assistant to integrate the wave by verifying and merging the factory pull requests for your bundle and marking the tasks done on MySpec.