One-click install
npx skills add https://github.com/KartikSharma4448/MyPortfolio --skill post-merge-setup-kartiksharma4448
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post_merge_setup
Source: https://github.com/KartikSharma4448/MyPortfolio/tree/main/.local/skills/post_merge_setup
Command: npx skills add https://github.com/KartikSharma4448/MyPortfolio --skill post-merge-setup-kartiksharma4448

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After a task is merged, two things run automatically: a setup script that installs dependencies, runs migrations, and rebuilds, and workflow reconciliation that restarts workflows based on the updated .replit configuration.

Core Features & Use Cases

  • Post-merge setup: installs dependencies, runs migrations, and rebuilds to bring the project to the latest state after merges.
  • Workflow reconciliation: stops workflows removed from the .replit config and restarts currently running workflows to reflect the latest configuration.
  • Fail-safe operations: provides clear error reporting and guidance for remediation when the post-merge process encounters issues.

Quick Start

Create or update the post-merge script at scripts/post-merge.sh and ensure it is executable.

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 tasks like migrations and dependency installation?

Automate post-merge setup by running a configurable setup script that installs dependencies, executes migrations, and rebuilds your project to synchronize the environment after code merges.

What is workflow reconciliation and how does it work after a code merge?

Workflow reconciliation updates running processes after a merge by stopping workflows removed from the configuration and restarting currently running workflows to reflect the latest updated settings.

How do I configure a post-merge script path for automated environment setup?

Configure the post-merge script path by creating or updating an executable script at scripts/post-merge.sh, which the automation tool will query and execute after task merges.

Can I control the timeout for post-merge automation scripts?

Yes, post-merge automation requires timeout control settings to safely manage script execution limits and handle failures with clear error reporting and remediation guidance.

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

If a post-merge setup script fails, the automation provides fail-safe operations with clear error reporting and guidance for remediation to safely handle the encountered issues.

Does post-merge workflow sync support updating .replit configuration files?

Yes, post-merge workflow sync supports updating .replit configuration files by reconciling running workflows against the latest configuration to restart or stop processes accordingly.