تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٦٩٨
forks:٩٩
updated:٢٤ مارس ٢٠٢٦ في ٢١:٣٢
SKILL.md
| name | review-pr |
| description | Review a pull request against project standards |
| disable-model-invocation | true |
| effort | high |
| argument-hint | [PR-number] |
| context | fork |
| agent | Explore |
| allowed-tools | Bash, Read, Grep, Glob |
Review a PR for functional correctness and project conventions. Focus on logic, architecture, and behavior. Formatting issues are caught by CI (ruff, pre-commit) and do not need manual review.
gh pr view $ARGUMENTS --json title,body,files,additions,deletions
gh pr diff $ARGUMENTS
Focus on:
## Summary
One-sentence assessment.
## Findings
- List issues grouped by severity (blocking, suggestion, nit)
## Checklist
- [ ] Title matches Conventional Commits
- [ ] Description sections meet word minimums
- [ ] Functional correctness verified
- [ ] Tests cover new/changed code
- [ ] No secrets in diff
End with: APPROVED, CHANGES REQUESTED, or NEEDS DISCUSSION.