post_merge_setup

Configure post-merge scripts and reconcile workflows with .replit settings.

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/Darsh20009/genmz-shop --skill post-merge-setup-darsh20009
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post_merge_setup
Source: https://github.com/Darsh20009/genmz-shop/tree/main/.local/skills/post_merge_setup
Command: npx skills add https://github.com/Darsh20009/genmz-shop --skill post-merge-setup-darsh20009

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintain the post-merge setup script that runs automatically after task merges.

Core Features & Use Cases

  • Automates the Setup script — installs dependencies, runs migrations, and rebuilds after a merge.
  • Reconciles workflows — stops workflows removed from .replit and restarts already running workflows.
  • Provides configurable timeout handling and clear guidance for fixing failures.

Quick Start

Configure a post-merge script path in .replit and run the post-merge setup to verify installation, migrations, and reconciliation.

Frequently Asked Questions about post_merge_setup

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

FAQPage Schema
How do I automate workflow reconciliation after a task merge?

To automate workflow reconciliation after a task merge, configure a post-merge script path in your .replit file. This setup automatically stops workflows removed from the configuration and restarts any already running workflows.

What is a post-merge setup script used for?

A post-merge setup script is used to automate dependency installation, run database migrations, and rebuild your project automatically after task merges. It ensures your environment stays synced with the current .replit configuration.

How do I configure post-merge scripts to run automatically from the project root?

You can configure post-merge scripts by defining the script path and a specific timeout in the .replit file. Running the post-merge setup command executes this configured script directly from the project root to verify installation and reconciliation.

Does post-merge setup require a defined timeout in .replit?

Yes, post-merge setup requires a defined timeout in the .replit configuration along with a valid script path. The system uses this timeout to handle execution limits and provides clear guidance if the post-merge script fails.

Why does my workflow reconciliation fail after task merges?

Workflow reconciliation fails after task merges if the post-merge script path is missing in .replit or if execution exceeds the defined timeout. Ensure a valid post-merge script exists at the configured path to receive clear failure guidance.

What is the best way to sync workflows with the current .replit configuration?

The best way to sync workflows with the current .replit configuration is running an automated post-merge setup. It reconciles workflows by stopping removed processes and restarting active ones based on your latest project settings.