post-merge

Installation
SKILL.md

post-merge

Stage 1 of the autonomous deployment pipeline. Runs after a PR merges: reads the diff, determines whether the deploy is automatic or manual, optionally performs the manual deploy, then dispatches a deployment-checker job to poll until live.

When to Use

  • Triggered automatically by event-rules when a PR merges to the default branch
  • Manual: /post-merge PR_NUMBER org/repo

Invocation

/post-merge 42 fellowship-dev/pylot

Arguments

PR_NUMBER=$1    # PR number
Related skills
Installs
1
GitHub Stars
2
First Seen
Apr 26, 2026