skills/smithery.ai/pr-merge-recompile

pr-merge-recompile

Installation
SKILL.md

PR Merge and Recompile Workflows

Checks out a PR branch, merges origin/main, regenerates all agentic workflows, and pushes the changes.

Instructions

When the user invokes this skill with a PR URL (e.g., https://github.com/githubnext/gh-aw/pull/12062), perform these steps:

1. Checkout the PR

gh pr checkout <PR_NUMBER> --repo <OWNER/REPO>

Extract the PR number and repo from the URL provided.

2. Fetch and merge origin/main

Installs
1
First Seen
Apr 29, 2026
pr-merge-recompile from smithery.ai