| name | get-pr-reviewed |
| description | Use when the user asks to get a PR reviewed, send the current PR to Reviewer, “review this”, “get this reviewed”, or similar. This is a pointer into the general `mighty/gates` workflow. |
Get PR Reviewed
Use mighty/gates/SKILL.md for the full delivery-gate workflow.
Default flow:
mt gate list --templates
mt gate add pr_reviewed
- Ensure a bound PR exists with
mt pr if needed.
mt gate request pr_reviewed --summary "..."
Rules:
- System gates go through
mt gate add, not mt gate create.
- Request review explicitly; do not assume implementation completion auto-submits the gate.