# Merge And Validate

> Merge feature branches safely and validate integration health before completion.

- Skill: `counterpointconsulting/merge-and-validate` (Agent Skill)
- Install (CLI): `npx skillmds@latest add counterpointconsulting/merge-and-validate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/counterpointconsulting/merge-and-validate/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: CounterpointConsulting (https://skillmd.com/u/counterpointconsulting)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/counterpointconsulting/merge-and-validate

---


# Merge and Validate (Integrator)

## Overview
Integrate reviewed/tested branch work into target branch while preserving intent and ensuring build/test integrity.

## When to Use
- Final integration of feature branch work
- Conflict resolution between diverged branches
- Post-review/post-test merge execution

## When NOT to Use
- Implementing new feature logic unrelated to merge resolution

## Inputs
- Source and target branches
- Merge policy/priority guidance
- Required validation commands

## Process
1. Confirm merge source/target and expected result.
2. Merge branches and resolve conflicts.
3. Run required integration validation (tests/build).
4. Fix integration issues caused by merge interactions.
5. Report final merge and validation status.

## Verification Checklist
- [ ] Merge result reflects intended branch changes
- [ ] Conflicts are resolved explicitly and documented
- [ ] Required validation checks run after merge
- [ ] Remaining blockers are clearly surfaced

## Failure Modes to Avoid
- Silent conflict resolution without rationale
- Skipping post-merge validation
- Introducing net-new feature scope during merge

## Output Requirements
- Use `summarize` for final output.
- Include `conflictsResolved`, `conflictsRemaining`, and `testsPassed`.
- If blocked/failed, include explicit blocker details.

