post_merge_setup

Run a bash post-merge script and reconcile workflows with .replit config.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/akhilksap2026/YMSNOW27032026 --skill post-merge-setup-akhilksap2026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post_merge_setup
Source: https://github.com/akhilksap2026/YMSNOW27032026/tree/main/replit/.local/skills/post_merge_setup
Command: npx skills add https://github.com/akhilksap2026/YMSNOW27032026 --skill post-merge-setup-akhilksap2026

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-merge processes require manual setup to install dependencies, run migrations, rebuild, and reconcile workflows; this skill automates those steps.

Core Features & Use Cases

  • Auto-run a post-merge script from the project root with a non-interactive environment.
  • Configure and retrieve post-merge settings (scriptPath and timeoutMs) using get/set commands.
  • Reconcile running workflows against the current .replit configuration and reset as needed.
  • Handle missing scripts gracefully with clear guidance and timeout support.

Quick Start

Configure the post-merge script path and timeout in your project's .replit file, then trigger a new merge to verify the automatic setup.

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 post-merge setup and workflow reconciliation?

Automate post-merge setup by executing a bash-based script from your project root in a non-interactive environment. This handles dependency installation, migrations, and rebuilds automatically after task merges.

What is post-merge script execution and why is a non-interactive environment needed?

Post-merge script execution runs deterministic setup actions automatically after code merges. A non-interactive environment is required to prevent scripts from hanging on user prompts during automated workflow reconciliation.

How do I configure the post-merge script path and timeout settings?

Configure post-merge settings by using get and set commands to define the scriptPath and timeoutMs values. These settings are stored in your project's .replit configuration file to manage script execution.

Does this post-merge automation work with .replit config and bash scripts?

Yes, this automation runs bash-based post-merge scripts and reconciles running workflows against the current .replit config. It aligns active workflows with your project configuration and resets them as needed.

How are missing post-merge scripts and execution timeouts handled?

Missing post-merge scripts are handled gracefully with clear guidance provided to the user. Timeout support ensures that if a script exceeds the configured timeoutMs limit, the execution is safely terminated.