post_merge_setup

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

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ItsJupiter000/hot-outreach --skill post-merge-setup-itsjupiter000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post_merge_setup
Source: https://github.com/ItsJupiter000/hot-outreach/tree/main/.local/skills/post_merge_setup
Command: npx skills add https://github.com/ItsJupiter000/hot-outreach --skill post-merge-setup-itsjupiter000

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After a task is merged, this Skill ensures the post-merge setup script runs, installs dependencies, runs migrations, and reconciles workflows to reflect the current repository state.

Core Features & Use Cases

  • Executes the configured post-merge script from the project root in a predictable, non-interactive environment.
  • Reconciles running workflows with the repository's current .replit configuration to prevent drift.
  • Provides configurable timeout and instructions to recover from failures, enabling reliable automation across task merges.

Quick Start

Run the post-merge setup to execute the configured script and reconcile workflows.

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?

Automating post-merge setup involves running a configurable script from the project root to install dependencies and run migrations, then reconciling active workflows against the repository's .replit configuration to prevent drift.

What is workflow reconciliation in a CI/CD pipeline?

Workflow reconciliation in CI/CD is the process of comparing running workflows against the repository's current .replit configuration to detect and correct configuration drift after a task merge.

How do I run post-merge scripts non-interactively?

To run post-merge scripts non-interactively, execute the configured setup script from the project root in a predictable environment, applying a configurable timeout to prevent hanging during automated task merges.

Does post-merge setup support custom script paths and timeouts?

Yes, post-merge setup supports a configurable script path and timeout, allowing you to specify the exact setup script location and maximum execution duration for reliable automation.

How do I audit post-merge setup execution?

You audit post-merge setup execution by generating logs during the non-interactive script run, providing a record of dependency installation, migrations, and workflow reconciliation for review.

Why does my workflow configuration drift after a task merge?

Workflow configuration drift after a task merge occurs because running workflows are not automatically updated to match repository changes, requiring explicit reconciliation against the .replit configuration file.