What problem does it solve? Merging a PR is only half the job — teams still need to confirm the deployment it triggers actually completes and that the live system stays healthy. This Skill automates that post-merge loop with evidence at every stage instead of blind assumptions. ## Core Features & Use Cases - Gated merge: Verifies the PR is approved, CI-green, and mergeable via the GitHub CLI before merging, and stops with a clear report if anything blocks. - Deployment tracking: Locates the workflow or external CD triggered by the merge, matches the run to the exact merge commit SHA, and watches it to completion. - Health verification: Reads the pipeline's own smoke-test output or invokes a verify step against the deployed surface, then reports concrete evidence. - Use Case: After a reviewer approves your PR, ask the agent to merge it and confirm the production deploy is healthy — it merges, watches the GitHub Actions deploy run, checks the live endpoint, and reports the run URL and health output. ## Quick Start Ask the agent to merge PR 42 and monitor the deployment until it is verified healthy.