post_merge_setup

Run post-merge setup scripts and reconcile workflows with .replit configuration.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/CatRabbit499/Digital_Portfolio --skill post-merge-setup-catrabbit499
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post_merge_setup
Source: https://github.com/CatRabbit499/Digital_Portfolio/tree/main/templatemo_600_prism_flux/projects/CS-240/Lab-Portfolio/Lab-Portfolio-Dec_8_2025/.local/skills/post_merge_setup
Command: npx skills add https://github.com/CatRabbit499/Digital_Portfolio --skill post-merge-setup-catrabbit499

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintain the post-merge setup script that runs automatically after task merges and coordinates workflow reconciliation to keep CI/CD aligned.

Core Features & Use Cases

  • Runs the post-merge script from the project root with a non-interactive Bash environment to apply changes after a merge.
  • Reconciles running workflows with the current .replit configuration, ensuring consistency post-merge.
  • Exposes commands to get, set, and run the post-merge configuration for predictable, repeatable merges.

Quick Start

Configure the post-merge script path with setPostMergeConfig and then runPostMergeSetup to verify automatic environment updates after merges.

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 sync in a CI environment?

Automate post-merge setup by running a configured Bash script from the project root to install dependencies, run migrations, and reconcile running workflows, keeping CI/CD environments aligned after code changes.

How do I configure and run the post-merge script path for my project?

Configure the post-merge script path using the set command, then execute the run command to verify automatic environment updates and apply changes after merges in a non-interactive Bash environment.

What is post-merge workflow reconciliation and why do I need it?

Post-merge workflow reconciliation updates running workflows to match the current project configuration, ensuring consistency and preventing configuration drift after code merges in development environments.

Does this post-merge automation tool support configurable timeouts for long-running scripts?

Yes, the post-merge setup process supports a configurable timeout, allowing you to manage the execution window for scripts that install dependencies or run migrations after code merges.

Can I run database migrations and install dependencies automatically after a Git merge?

Yes, you can run database migrations and install dependencies automatically by executing your configured post-merge script from the project root with a non-interactive Bash environment after task merges.

What are the limitations of using Bash scripts for post-merge workflow reconciliation?

The process runs scripts in a non-interactive Bash environment from the project root, meaning scripts requiring user input or running outside the project directory may face limitations during post-merge setup.