integrate

Merge feature branch into main and finalize post-merge governance tasks.

3|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/corrigantj/buehler --skill integrate-corrigantj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrate
Source: https://github.com/corrigantj/buehler/tree/main/skills/integrate
Command: npx skills add https://github.com/corrigantj/buehler --skill integrate-corrigantj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate and automate the finalization of a feature release after all task PRs are merged into the feature branch, ensuring a safe merge into main and complete post-merge governance.

Core Features & Use Cases

  • End-to-end integration: merges the feature branch into main, then triggers retro wiki creation, meta wiki updates, PRD status change, sizing calibration, and milestone closure.
  • Pre-checks and governance: validates that wave 1 is complete, all task PRs are merged, and pre-conditions are met before proceeding.
  • Operational scenario: used when a milestone is ready to ship, to produce auditable artifacts and finalize the release.

Quick Start

Run the integrate workflow to finalize the feature by merging into main and performing post-merge tasks.

Frequently Asked Questions about integrate

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

FAQPage Schema
How do I automate feature branch merge to main and milestone closure?

Automate feature branch merge to main and milestone closure by running the integrate workflow, which validates wave 1 completion, merges the branch, and triggers retro creation, PRD status change, and sizing calibration.

What post-merge governance tasks are required after merging a feature branch into main?

Post-merge governance tasks after merging a feature branch into main include retro creation, meta wiki updates, PRD status change, sizing calibration, and milestone closure to produce auditable release artifacts.

How do I validate that all task PRs are merged before finalizing a feature release?

Validate that all task PRs are merged before finalizing a feature release by checking wave 1 completion and enforcing pre-conditions through the integrate workflow's built-in governance validations.

Can I trigger sizing calibration and PRD status change automatically after a milestone ships?

Yes, you can trigger sizing calibration and PRD status change automatically after a milestone ships by running the integrate workflow, which coordinates these post-merge activities upon feature branch merge into main.

When should I use an automated integration workflow for milestone closure?

Use an automated integration workflow for milestone closure when wave 1 is complete and all task PRs are merged into the feature branch, ensuring procedural steps and validations safely deliver the shipped feature version.

What happens if pre-conditions for merging a feature branch into main are not met?

If pre-conditions for merging a feature branch into main are not met, the integrate workflow enforces validations and governance checks to prevent unsafe merges, ensuring wave 1 completion and all task PRs are verified before proceeding.