What problem does it solve? Before merging a pull request in the mj-agent repository, developers must manually verify CI status, review approvals, merge conflicts, and PR description completeness across multiple GitHub CLI commands. This Skill consolidates that into one structured merge-readiness gate (Stage 16 of the HITL workflow) with a clear pass/fail table and actionable fix list. ## Core Features & Use Cases - Five automated checks: Runs 4 gating checks (merge conflicts, CI status via statusCheckRollup, review approvals, branch-type-aware PR description completeness) plus 1 informational merge-commit detection, all from a single gh pr view call. - Branch-type-aware description validation: Validates required PR body sections for mj-agent's 5 branch types (feature, bugfix, documentation, maintain, hotfix), including mandatory rollback plans for hotfixes. - Structured verdict output: Produces a status table with Pass/Fail/Pending/Skip/Info states, an overall verdict (Ready to Merge / Not Ready / Waiting for Review), and a prioritized action list. - Use Case: A developer finishes a feature branch and asks "PR 能合并吗". The Skill identifies the open PR, runs all checks, reports that CI passed but the PR description is missing the review checklist, and tells them exactly what to fix before re-checking. ## Quick Start Ask the assistant to check whether the current branch's pull request is ready to merge in the mj-agent repository.