What problem does it solve?
Wraps up an active pull request session by automating final verification, safe merge, follow-up issue creation, lesson capture, work-log synchronization, and local worktree cleanup so engineers don't leave dangling branches, unresolved findings, or orphaned worktrees.
Core Features & Use Cases
- Pre-merge verification that checks for unresolved reviewer findings across review/comment endpoints and halts on blockers.
- Authoritative merge-gate verification, acceptance-criteria checkbox parsing/ticking, and a safe squash-merge workflow that preserves CI and rebase safety.
- Follow-up detection with deduplication and HHG two-ticket overrides, automated issue creation, and work-log entries.
- Depth-adaptive lessons capture with memory deduplication and explicit worktree removal followed by branch cleanup.
- Use case: an engineer finishing a feature branch in a multi-worktree setup can run this to verify ACs, merge, create follow-ups, record lessons, sync logs to the root repo, and remove the local worktree in one autonomous run.
Quick Start
Invoke the wrap skill to verify the PR, run the merge gate, squash-merge, create deduplicated follow-ups, record lessons, sync the work-log, and remove the worktree.