Agentic PlaybookAgentic product lifecycle
mxa-pipeline
The CI/CD engine: install, cache, run the gates it is handed, preview, promote. What must pass is mxa-verify-pr — so swapping CI backend never moves the standard.
- Writes the CI/CD config once: install, caching, runners, workflow wiring
- Gives every pull request its own preview deploy
- Runs the gates; it does not define them
- Reacting to a red run is mxa-commit's job, not this one's
Works with
The outside tools and connectors this skill drives.
- GitHub Actions
A project that already has its own tool for this keeps it. The skill works with what is there rather than assuming what we would have chosen.