If there are no uncommitted changes, tell the user and stop.
Create a branch from the latest
origin/custom:git fetch origin customgit checkout -b <descriptive-branch-name> origin/custom
Stage relevant files by name, commit with a clear message, and push:
git push -u origin <branch-name>
Open a PR:
gh pr create --repo boltmcp/mcp-sdk-ts --base custom --title "<title>" --body "<summary>"Return the PR URL.
Open Pr
Commit changes to a new branch off custom and open a PR against origin/custom
Open Pr by boltmcp · ff082c3
npx skillmds@latest add boltmcp/open-pr File contents
---name: open-prdescription: Commit changes to a new branch off custom and open a PR against origin/custom---1. If there are no uncommitted changes, tell the user and stop.2. Create a branch from the latest `origin/custom`: - `git fetch origin custom` - `git checkout -b <descriptive-branch-name> origin/custom`3. Stage relevant files by name, commit with a clear message, and push: - `git push -u origin <branch-name>`4. Open a PR: `gh pr create --repo boltmcp/mcp-sdk-ts --base custom --title "<title>" --body "<summary>"`5. Return the PR URL.
boltmcp/mcp-sdk-ts/tree/main/.claude/skills/open-pr commit ff082c3da6
Frequently asked questions
Run npx skillmds@latest add boltmcp/open-pr 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.
Commit changes to a new branch off custom and open a PR against origin/custom It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. 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.
boltmcp (@boltmcp) published this skill. Their other Agent Skills are listed on their SkillMD profile.