| name | merge-pr |
| description | Use when the user asks to merge a PR, queue it for merge, “get this merged”, or similar. This is a pointer into the general `mighty/gates` workflow for the `pr_merged` gate. |
Merge PR
Use mighty/gates/SKILL.md for the full delivery-gate workflow.
Default flow:
mt gate list --templates
mt gate add pr_merged
- Make sure review and merge prerequisites are satisfied.
mt gate request pr_merged --summary "..."
Rules:
- If the user asked for both review and merge, add both
pr_reviewed and pr_merged, then request them in order.
- System merge gating goes through
mt gate add / mt gate request, not mt gate create.