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:2
forks:0
updated:May 6, 2026 at 17:11
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | pr |
| description | Create a pull request for the current branch against main |
Create a pull request for the current branch against main.
git diff main...HEAD and git log main..HEAD --oneline to understand
all changes since main.-u.## Summary: 1-3 succinct bullet points.## Test plan: bulleted checklist.gh pr create --base main. Try with --draft first. If
that fails because the repo does not support drafts, retry without --draft.