What problem does it solve?
This Skill removes the friction of turning GitHub issues or milestones into correct, test-covered code changes that are verified locally and completed only when CI is green.
Core Features & Use Cases
- GitHub-issue execution: Takes a single issue (or exactly one open unblocked milestone issue) and drives the full implementation loop.
- TDD red-green-refactor: Plans required behaviors from acceptance criteria and executes them with test-first discipline.
- CI-parity verification: Detects the repo’s static checks and test commands, runs them locally, then waits for CI to finish before declaring completion.
- Review + triage automation: Runs static checks and (optionally) multiple reviewer sub-agents; files unresolved items to tracking issues when needed.
- PR lifecycle management: Commits, pushes, creates/updates PRs, checks mergeability, resolves conflicts, and merges/syncs when CI passes.
Quick Start
Run mp-execute on a specific GitHub issue number to implement and verify the change end-to-end with TDD, local checks, and CI gating.