원클릭으로
review-pr
Review GitHub pull requests. Use when user says "review PR", "review pull request", or "/review-pr".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review GitHub pull requests. Use when user says "review PR", "review pull request", or "/review-pr".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Install and fully set up ConnectOnion on Windows, macOS, or Linux so EVERY `co` command works — find Python, pip install, `co init` (scaffolds the project AND authenticates, writing keys.env), confirm the account with `co status`, install a browser for `co browser`, then hand the user a plain-language summary. Use when the user says "install connectonion", "set up connectonion", "get me started with co", or a co command fails because nothing is configured yet.
Drive one persistent, logged-in browser from the shell with `co browser`. Use when the user asks to open a page, log into a site, scrape/extract page content, fill forms, upload files, take screenshots, or automate any browser task — solo or with multiple agents sharing the browser.
Ship a feature end-to-end — update tests, docs, docs-site, then release to PyPI. Use when user says "ship", "ship feature", "release", or asks to publish a new version.
Ship a feature end-to-end — update tests, docs, docs-site, then release to PyPI. Use when user says "ship", "ship feature", "release", or asks to publish a new version.
Create git commits with good messages. Use when user says "commit", "create commit", or asks to commit changes.
| name | review-pr |
| description | Review GitHub pull requests. Use when user says "review PR", "review pull request", or "/review-pr". |
Review a GitHub pull request for code quality, correctness, and best practices.
Get PR information:
gh pr list to show open PRsgh pr view <number> for detailsgh pr diff <number>Analyze the changes:
Provide structured review:
## PR Review: #<number> - <title>
### Summary
<One paragraph about what this PR does>
### What's Good
- Point 1
- Point 2
### Suggestions
1. **File:line** - Description of suggestion
2. **File:line** - Description of suggestion
### Concerns
- Any potential issues
### Recommendation
- [ ] Approve
- [ ] Request Changes
- [ ] Comment only
# Get PR details
gh pr view 123
# Get the diff
gh pr diff 123
# Then analyze and provide review