SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/deathrashed/agents --skill review-prコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Control the in-app Browser for opening, navigating, inspecting visible or interactive page state, clicking, typing, screenshots, and local web testing. It can have existing signed-in sessions. For semantic operations on linked resources, prefer a purpose-built connector, API, or CLI when available.
Control the user's Chrome browser for tasks that depend on existing Chrome state: tabs, logged-in sessions, or extensions. Prefer purpose-built connectors, APIs, or CLIs when available.
Control local Mac apps through Computer Use for tasks that require reading or operating app UI. Prefer purpose-built connectors, APIs, or CLIs when available.
SKILL.md を表示中
| name | review-pr |
| description | Review a Pull Request from GitHub |
Review the specified Pull Request.
PR: {{args}}
Use the kit_github_get_pr tool to get PR information:
Review code in the PR:
Create review with:
## 🔍 PR Review
### Summary
[Summary of changes]
### ✅ Good
- [Good point 1]
- [Good point 2]
### ⚠️ Issues
- [Issue 1]
- [Issue 2]
### 💡 Suggestions
- [Suggestion 1]
### Verdict: [APPROVE/REQUEST_CHANGES/COMMENT]