| name | pr |
| description | GitHub PR 管理 - 查看/审核/合并/关闭PR,检查CI状态、解决冲突、代码审查 |
| version | 0.2.0 |
| status | active |
| category | devsecops |
| tags | ["github","pr","review"] |
pr
Overview
GitHub PR 管理 - 查看/审核/合并/关闭PR,检查CI状态、解决冲突、代码审查
Category
devsecops
When to Use
Trigger this skill when the user requests operations related to pr.
Workflow
Pre-flight
- Verify prerequisites are met (dependencies, credentials, environment)
- Check configuration via
pr-setup or equivalent if available
- Validate user input parameters
Execution
- Parse and validate the user's request
- Execute the core operation using appropriate tools:
- exec: Run CLI commands, scripts, or API calls
- web_fetch: Call REST APIs when applicable