MMGA – Make Merging Great Again
Built at OpenAI Codex Hackathon · Feb 5, 2026
We made a hyper-optimized workflow using codex skills to make PR reviewing and merging super easy. We demonstrate its usefulness by actually merging open PRs on the OpenClaw repo. This is how it happens step by step, given a PR link: • r1 — Summarize PR: what changed, why, key files, how it works, unresolved comments • r2 — Evaluate implementation: simplicity, overengineering, propose alternatives • r3 — Identify risks + blockers, make decisions, output final plan • r4 — Implement the plan, add missing tests (no changelog, no test run) • land-pr — Rebase onto main, changelog, run gate, verify mergeable, merge