Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:21,506
forks:3,930
updated:2026年5月18日 10:29
SKILL.md
| name | pr |
| description | Create or update a pull request following verl project conventions. |
| user_invocable | true |
When the user asks to create or update a PR, follow these steps:
Read the following and understand the current branch's changes compared to main:
If a PR already exists for this branch, also read its current title, body, and review comments.
Follow the PR template strictly for both title format and body sections. Only check checklist boxes for steps that have actually been completed.
When updating, ensure the title and body still accurately reflect all changes on the branch, not just the latest commit.
Run pre-commit and fix any issues before creating or pushing.
main by default unless the user specifies otherwise.Return the PR URL when done.