Agentic Product Lifecycle

mxa-verify-merge

Stands in front of every merge: the required checks green, a review from a person, and the right owners asked. It is where the rule that agents propose and people decide is enforced by the repository itself.

  • Blocks a merge until the required checks are green on the default branch.
  • Sets the review conventions a change has to satisfy, and routes it to the code owners.
  • Adds an automated first-pass review where a client wants one, as advice rather than a verdict.
  • Leaves the decision to a person; the gate only stops what has not passed.

What is inside

Instructions. Nothing here runs on its own: the judgement is the skill.

Evals
3

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