What problem does it solve?
This Skill acts as the final quality assurance step before merging code into the main branch, ensuring all development phases are complete, reviews have passed, and the code is production-ready.
Core Features & Use Cases
- Precondition Verification: Checks if all task phases are marked complete and all code reviews have passed.
- Integration Testing: Runs comprehensive tests, checks for merge conflicts, and scans for forbidden files or sensitive data.
- Executive Summary Generation: Creates a CEO-readable summary of the changes and their impact.
- Use Case: Before deploying a new feature, this Skill confirms that the code has passed all internal reviews, integrates cleanly with the main branch, and provides a concise summary of what's being merged and any post-merge actions required.
Quick Start
Use the review-merge skill to verify all preconditions and run integration checks for the current feature branch.