基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/music-assistant/server --skill review-pr命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | review-pr |
| description | Use when asked to review a GitHub pull request, PR link is shared, or user says /review-pr |
Review the GitHub pull request: $ARGUMENTS.
This is a read-only review. Report findings in the console — never post comments, approve, or request changes on GitHub, and never modify the code under review.
gh pr view for the PR details and description.git worktree add --detach <path>).gh pr checkout in the worktree, then confirm the local commit hash matches the remote PR head.
git fetch, not reviewing from the diff alone. Wait for instructions.gh pr checks for CI status.gh pr diff for the changes, then read the surrounding code for anything the diff alone can't settle.REVIEW_STANDARDS.md, in the same directory as this skill.Running tests or linters isn't part of this — CI does that.
Comments per file and line that need attention. Skip what's already fine.
Each comment carries a severity ([CRITICAL], [PROBLEM], [SUGGESTION]), states the problem in a sentence, says why it matters when that isn't self-evident, and gives a concrete fix or snippet.
Close with an overall assessment — approve, request changes, or comment — followed by the findings grouped by severity.