在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:698
forks:99
updated:2026年3月24日 21:32
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.