Agentic Product Lifecycle

mxa-commit

Drives a change from written to ready to merge: commit, fix what a gate flagged, push, respond to CI and review until everything is green, then open a pull request for a person to merge.

  • Commits and pushes, and treats a failing hook or a red CI run as the next thing to fix rather than something to route around.
  • Reads what each gate flagged and fixes it, repeating until the change is green.
  • Opens or updates the pull request and responds to review comments.
  • Stops at the pull request, because merging is a person's decision.

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.

  • git· our default
  • the output of hooks, CI and review

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-commit
Read the skill itself