Skip to main content
~/
skillsmp
검색
크리에이터
직업
문서
KO
Manus에서 모든 스킬 실행
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기
$
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
원클릭으로 모든 스킬 실행
package.json
"author"
:
"Screenly"
"repository"
:
"Screenly/edge-apps-claude-config"
GitHub 저장소 열기
Creator 저장소 보기
$ 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
)