Agentic PlaybookAgentic product lifecycle

mxa-verify-merge

Fires when a merge is attempted. Required checks green, a human review given, CODEOWNERS routed. Where propose-only is enforced structurally.

  • Requires the checks to be green on the default branch before anything merges
  • Sets the review conventions a change has to satisfy
  • Optionally adds an automated first-pass review
  • A person still decides; the gate only stops what has not passed

Works with

The outside tools and connectors this skill drives.

  • GitHub required checks· our default
  • an automated reviewer, chosen per client

The first is what we reach for on our own projects. A project that already uses one of the others keeps it, and the skill works with that instead.

Install it

npx skills add madebymany/madebyagents --skill mxa-verify-merge
Read the skill itself