post_merge_setup

Execute a project-root bash script and reconcile workflows after a task merge.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/binan-maker/QRS --skill post-merge-setup-binan-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post_merge_setup
Source: https://github.com/binan-maker/QRS/tree/main/.local/skills/post_merge_setup
Command: npx skills add https://github.com/binan-maker/QRS --skill post-merge-setup-binan-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-merge workflows can drift or fail when scripts and configurations aren’t consistently applied after a task merge. This Skill maintains the post-merge setup by ensuring the designated script runs from the project root and workflows are reconciled afterward, reducing manual follow-up and downtime.

Core Features & Use Cases

  • Automated post-merge script execution from the project root using bash, with non-interactive stdin and a configurable timeout.
  • Workflow reconciliation that stops or restarts workflows to align with the current .replit configuration.
  • Failure visibility and remediation guidance: alerts and clear steps to fix setup or reconciliation issues.

Quick Start

Merge a task to trigger the post-merge setup and observe the script execution 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 bash script execution after a task merge?

Automate bash script execution by triggering a post-merge setup that runs a designated script from the project root in non-interactive mode. This ensures consistent post-merge setup and workflow reconciliation without manual intervention.

What is workflow reconciliation and when do I need it?

Workflow reconciliation is the process of stopping or restarting workflows to align with the current .replit configuration. You need it after a task merge to prevent configuration drift and ensure workflows match the updated project state.

How do I fix a missing post-merge script that causes setup failures?

To fix a missing post-merge script, follow the remediation guidance surfaced by the system alert. The system detects the missing script path during post-merge setup and provides clear steps to create or fix the necessary bash script.

Can I run post-merge scripts with a custom timeout in non-interactive mode?

Yes, you can run post-merge scripts with a configurable timeout in non-interactive mode. The setup executes the bash script with non-interactive stdin, preventing it from hanging while enforcing your specified time limit.

Does post-merge setup require specific environment configurations?

Post-merge setup requires a configured script path and valid .replit settings to function. Without these prerequisites, the system cannot execute the bash script or reconcile workflows, and will surface alerts to guide configuration.

Why does workflow reconciliation fail after a task merge?

Workflow reconciliation fails after a task merge when the .replit configuration is outdated or the designated bash script is missing or errors out. The system surfaces alerts and remediation steps to fix these setup or reconciliation issues.