在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:43,830
forks:2,922
updated:2026年2月24日 08:40
SKILL.md
[HINT] 下载包含 SKILL.md 和所有相关文件的完整技能目录
| name | make-pr |
| description | Open a pull request for the current feature |
Ensure we are not on the main branch, make a branch if necessary.
For all packages affected, run Oxfmt to format the code:
bunx oxfmt src --write
Commit the changes, use the following format:
`[package-name]`: [commit-message]
For example, "@remotion/shapes: Add heart shape".
The package name must be obtained from package.json.
If multiple packages are affected, use the one that you think if most relevant.
Push the changes to the remote branch.
Use the gh CLI to create a pull request and use the same format as above for the title.