post_merge_setup

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates critical setup tasks that must run after code merges, ensuring the project environment is up-to-date and workflows are correctly synchronized, thereby preventing deployment issues and maintaining operational integrity.

Core Features & Use Cases

  • Automated Script Execution: Runs a configurable script (e.g., for dependency installation, migrations, builds) in the project root.
  • Workflow Reconciliation: Automatically stops removed workflows and restarts active ones based on .replit configuration.
  • Failure Alerts: Notifies the agent immediately if the setup script or workflow reconciliation fails.
  • Use Case: After merging a new feature branch, this Skill automatically runs pnpm install and database migrations, then ensures that any workflows that were removed from .replit are stopped and any that are still active are running.

Quick Start

Run the post-merge setup script and workflow 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 post-merge setup scripts and dependency installation?

Automate post-merge setup by running a configurable script in the project root that handles dependency installation, builds, and migrations. This ensures the project environment is updated immediately after code merges.

How does workflow reconciliation work with .replit configuration?

Workflow reconciliation with .replit configuration automatically stops removed workflows and restarts active ones. This synchronizes running workflows with the updated configuration to maintain operational integrity.

What happens if a post-merge setup script or workflow reconciliation fails?

When a post-merge setup script or workflow reconciliation fails, the system immediately notifies the agent. This ensures execution failures and script timeouts are addressed to prevent deployment issues.

Can I run database migrations and pnpm install automatically after merging a feature branch?

Yes, you can run database migrations and pnpm install automatically after merging a feature branch. The automated script execution handles these tasks in the project root to update the environment.

What is the best way to synchronize running workflows after a code merge?

The best way to synchronize running workflows after a code merge is through automated workflow reconciliation. It reads the .replit configuration to stop removed workflows and ensure active ones are running.

Do I need any dependencies to use the post-merge setup automation?

No dependencies are required to use the post-merge setup automation. It operates independently to manage script execution, environment updates, and workflow reconciliation processes.