post_merge_setup

Execute configured post-merge scripts and reconcile workflow states.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/lostitonce420-beep/novaura.life-official --skill post-merge-setup-lostitonce420-beep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post_merge_setup
Source: https://github.com/lostitonce420-beep/novaura.life-official/tree/main/The-Gilded-Cage/.local/skills/post_merge_setup
Command: npx skills add https://github.com/lostitonce420-beep/novaura.life-official --skill post-merge-setup-lostitonce420-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate post-merge tasks by executing a configured post-merge script from the project root and reconciling workflow states after merges, ensuring environments stay consistent.

Core Features & Use Cases

  • Run the configured post-merge script from the project root with non-interactive Bash, then perform workflow reconciliation to align active processes with the repository config.
  • Install dependencies, run migrations, and rebuild as part of the setup, and quickly recover from script failures with guided remediation steps.
  • Manage post-merge behavior via get/set configuration commands and perform automated post-merge setup after task merges.

Quick Start

After a merge, run the post-merge setup to apply 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 for dependencies and migrations?

Automate post-merge setup by executing a configured script from the project root that installs dependencies, runs migrations, and rebuilds. The process runs in a non-interactive Bash environment and reports results for debugging.

What is workflow reconciliation after a git merge?

Workflow reconciliation after a merge aligns active running processes with the current .replit configuration. It ensures environments stay consistent by syncing workflow states immediately following dependency installation and database migrations.

Can I run post-merge scripts in an interactive environment?

Post-merge scripts cannot run in an interactive environment. The setup requires a non-interactive Bash shell to execute automated tasks, supports a configurable timeout, and reports setup and reconciliation results for debugging.

How do I configure post-merge behavior for my devops workflow?

Configure post-merge behavior using get and set configuration commands. This allows you to specify the exact script to run from the project root for dependency installation, migrations, and workflow reconciliation after merges.

Why does my post-merge workflow setup fail after merging?

Post-merge setup fails when the configured script encounters errors during dependency installation or migrations. The tool provides guided remediation steps and reports detailed setup and reconciliation results to help debug the failure.

What's the best way to sync running workflows with current repository config?

The best way to sync running workflows with repository config is automated workflow reconciliation. It executes after post-merge dependency and migration scripts, aligning active processes with the current .replit configuration.