Handle a request to merge a GitHub pull request in actual-mcp-server WITHOUT ever merging it directly. Instead, create a gate-ready GitHub ticket to integrate the PR's change onto develop, run that ticket through the full implement-ticket pipeline (gate to 10/10, implement, validate, code review, mandatory /local-env full, commit + patch bump + push develop, confirm CI green), then close the original PR as superseded. The change only ever reaches main later through the normal develop-to-main release. Use this whenever the user asks to merge, accept, land, or pull in a pull request by number or reference, e.g. "merge PR 179", "merge this pull request", "land the dependabot PR", "accept #42", or "/merge-pr 179". Do NOT use it for the develop-to-main release itself, or for git branch merges that are not GitHub PRs.
$npx -y skills add agigante80/actual-mcp-server --skill merge-prInstalls into the current project.
Run `npx skills use "https://github.com/agigante80/actual-mcp-server" --skill "agigante80/actual-mcp-server/merge-pr"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/agigante80/actual-mcp-server" that are relevant to the current task. Run `npx skills add "https://github.com/agigante80/actual-mcp-server"` and select the relevant skills, then follow their instructions.