This skill requires an active MCP connection to the server providing the merge_pull_request tool
Ensure the MCP server is properly configured and running before attempting to use this tool
Review the parameter requirements carefully to avoid errors
1---2name: merge-pull-request3description: Merge a pull request4---56# merge_pull_request78Merge a pull request910## Purpose1112This skill provides access to the MCP tool `merge_pull_request`. It allows you to merge a pull request.1314## Parameters1516The tool accepts the following parameters:1718### `owner`19**Required**20- **Type**: `string`21- **Description**: Repository owner (username or organization)2223### `repo`24**Required**25- **Type**: `string`26- **Description**: Repository name2728### `pull_number`29**Required**30- **Type**: `number`31- **Description**: Pull request number3233### `commit_title`34*Optional*35- **Type**: `string`36- **Description**: Title for the automatic commit message3738### `commit_message`39*Optional*40- **Type**: `string`41- **Description**: Extra detail to append to automatic commit message4243### `merge_method`44*Optional*45- **Type**: `string`46- **Description**: Merge method to use47- **Allowed values**: merge, squash, rebase484950## Usage Instructions5152To use this tool:53541. **Prepare the parameters** according to the schema above552. **Invoke the MCP tool** `merge_pull_request` with the prepared parameters563. **Process the result** returned by the tool5758## Example5960```json61{62 "owner": "example_value",63 "repo": "example_value",64 "pull_number": 123,65 "commit_title": "example_value",66 "commit_message": "example_value",67 "merge_method": "example_value"68}69```707172## Notes7374- This skill requires an active MCP connection to the server providing the `merge_pull_request` tool75- Ensure the MCP server is properly configured and running before attempting to use this tool76- Review the parameter requirements carefully to avoid errors
Run npx skillmds@latest add xiaobai1017/merge-pull-request in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Merge a pull request It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
xiaobai1017 (@xiaobai1017) published this skill. Their other Agent Skills are listed on their SkillMD profile.