post_merge_setup

Execute post-merge scripts for dependency installation and migrations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the post-merge setup process, ensuring that dependencies are installed, migrations run, and workflows are updated automatically after task merges.

Core Features & Use Cases

  • Automated Script Execution: Executes a post-merge script automatically to handle setup tasks like dependency installation and migrations.
  • Workflow Reconciliation: Ensures that workflows are in sync with the current .replit configuration after a merge.
  • Timeout Handling: Kills scripts that exceed a configurable timeout to prevent setup from hanging indefinitely.

Quick Start

Run the post-merge setup by executing the command: run_post_merge_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 dependency installation and migrations after a code merge?

To automate post-merge setup, you execute a post-merge script that automatically handles dependency installation, database migrations, and workflow updates. This ensures your environment is synchronized after code merges without manual intervention.

What is post-merge workflow reconciliation and why is it needed?

Post-merge workflow reconciliation ensures your workflows are synchronized with the current `.replit` configuration after a merge. It prevents configuration drift and maintains consistency across your development environment.

How do I run setup scripts automatically after merging code?

You can run setup scripts automatically after merging code by triggering the `run_post_merge_setup()` command. This initiates the automated execution of your defined post-merge script.

Can I configure a timeout for post-merge script execution?

Yes, you can configure a timeout for post-merge script execution. The system automatically kills scripts that exceed the configured timeout limit, preventing the setup process from hanging indefinitely.

What happens if my dependency installation script hangs during post-merge setup?

If your dependency installation script hangs during post-merge setup, the timeout handling mechanism will kill the script. This prevents the setup from hanging indefinitely and allows you to address the underlying issue.