Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:21,506
forks:3,930
updated:May 18, 2026 at 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.