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:0
forks:0
updated:May 6, 2026 at 07:21
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | request_review |
| description | Mark the current draft PR ready for review |
| when_to_use | Use when a draft PR is ready to move from Draft to In Review status. Marks the PR ready and triggers board automation. |
| argument-hint | [pr-number] |
| allowed-tools | Bash Read |
Mark PR $ARGUMENTS (or current branch's PR if omitted) ready for review.
Promote to ready:
.claude/scripts/promote_review.sh $ARGUMENTS
board-automation.yml moves the board card to In Review automatically.
Next steps: Reviewers will be pinged. When they request changes, they'll post comments on the PR.