一键导入
gh-review-pr
Comprehensively review a pull request including code changes, CI status, and adherence to project standards. Use when asked to review a PR.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Comprehensively review a pull request including code changes, CI status, and adherence to project standards. Use when asked to review a PR.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run section orchestrators to coordinate multi-component workflows. Use when starting work on a section.
Validate agent YAML frontmatter and configuration. Use before committing agent changes or in CI.
Reply to PR review comments using the correct GitHub API endpoint. Use when responding to inline code review feedback (not gh pr comment).
Run Mojo tests using mojo test command. Use when executing tests or verifying test coverage.
Track implementation progress against plan. Use to monitor component delivery and identify blockers.
Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.
| name | gh-review-pr |
| description | Comprehensively review a pull request including code changes, CI status, and adherence to project standards. Use when asked to review a PR. |
| category | github |
Evaluate PR quality and provide structured feedback.
# View PR details
gh pr view <pr>
# Check diff
gh pr diff <pr> | less
# View CI status
gh pr checks <pr>
# See review comments
gh api repos/OWNER/REPO/pulls/PR/comments
gh pr view <pr>gh pr diff <pr>gh pr checks <pr>Code Quality:
Testing:
Documentation:
Standards Compliance:
Provide review with sections:
| Problem | Solution |
|---|---|
| PR not found | Verify PR number |
| Auth failure | Check gh auth status |
| CI pending | Note review based on current state |