review-merge

Validate feature branch merge readiness with integration checks and summaries.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/blakesims/task-workflow-plugin --skill review-merge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-merge
Source: https://github.com/blakesims/task-workflow-plugin/tree/main/skills/review-merge
Command: npx skills add https://github.com/blakesims/task-workflow-plugin --skill review-merge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about review-merge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a final code review before merging a feature branch into the main codebase?

To automate a final code review before merging, the skill verifies task completion, validates code review status, and runs integration checks including rebasing and test suites to ensure the feature branch is production-ready.

What steps are required to verify preconditions and run integration checks for a git merge?

Verifying preconditions for a git merge involves checking that all task phases are marked complete, confirming code reviews have passed, and running comprehensive tests to detect merge conflicts before deployment.

Can I scan for forbidden files and sensitive data before deploying to production?

Yes, you can scan for forbidden files and sensitive data before deploying to production, as the skill performs forbidden file scans during its integration testing phase to prevent unauthorized changes.

How do I generate an executive summary of code changes for a production deployment?

You generate an executive summary of code changes for production deployment by using the skill to create a CEO-readable summary detailing the changes, their impact, and required post-merge steps.

Does the merge review process prepare the actual git merge commands for me?

Yes, the merge review process prepares the actual git merge commands for you, alongside generating an executive summary and outlining any necessary post-merge steps to finalize the deployment.

Why does my feature branch need rebase and test suite validation before integration?

Your feature branch needs rebase and test suite validation before integration to ensure it integrates cleanly with the main branch, preventing merge conflicts and verifying code stability as a final quality assurance step.