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.