Skip to main content
~/
skillsmp
搜索
创作者
职业技能
文档
ZH
在 Manus 中运行任何 Skill
一键导入
一键在 Manus 中运行任何 Skill
开始使用
$
pwd:
~
/
occupations
/
More
/
软件开发工程师
/
create-pr
create-pr
//
The recommended way to create a pull request
在 Manus 中运行
$ git log --oneline --stat
stars:
0
forks:
0
updated:
2026年5月8日 00:22
SKILL.md
readonly
$
cd
top
一键运行任何 Skill
package.json
"author"
:
"Screenly"
"repository"
:
"Screenly/edge-apps-claude-config"
打开 GitHub 仓库
查看创作者相关仓库
$ install --global
npx
bunx
pnpm
npx
skills add Screenly/edge-apps-claude-config
$ download --local
下载 Zip
在 Manus 中运行
$ useful --for
SOC
软件开发工程师
计算机与数学类职业
15-1252
L4
name
create-pr
description
The recommended way to create a pull request
Creating a Pull Request
When Creating a Pull Request
Must use the GitHub CLI to create a pull request
If GitHub CLI is not available, create the pull request via the GitHub MCP server if it's set up
Must use Conventional Commits for writing pull request titles. Check
Conventional Commits
for details
Keep the pull request description short and concise
Must automatically assign the pull request to yourself
Must mark the pull request as "Draft" until it's ready for review
Pull requests should be created against the repo's default branch (e.g.,
main
or
master
)