What problem does it solve?
This Skill automates the safe landing of an approved pull request, reducing manual merge work while guarding against broken checks, merge conflicts, and task-state drift.
Core Features & Use Cases
- Approval gating: Verifies that the PR is open and approved before merging.
- Conflict recovery: Rebases conflicting branches onto main and retries when possible.
- CI awareness: Waits for checks to finish, blocks on failures, and reports status back to the PR and task system.
- Operational cleanup: Merges with squash, deletes the branch, and optionally sends Slack notifications.
- Use case: Use this Skill when a task is ready to move from human review to a completed merge with minimal manual intervention.
Quick Start
Use the land skill to merge the approved pull request for this task and update its status after CI passes.