/install github-pr-automation-pro
GitHub PR Automation
Streamline GitHub pull request workflows with intelligent automation for creation, review, and merging.
Features
- Automated PR creation with templates
- Smart labeling and assignment
- CI/CD status monitoring
- Auto-review and approval workflows
- Conditional auto-merge
- Batch PR operations
- PR analytics and reporting
Quick Start
Create PR with Template
node scripts/create_pr.js --branch feature/new-api --title "Add new API endpoint" --template feature
Monitor PR Status
node scripts/monitor_pr.js --pr 123
Returns CI status, review status, and merge readiness.
Auto-merge Ready PRs
node scripts/auto_merge.js --repo owner/repo --conditions "ci_passed,reviews_approved"
Batch Review PRs
node scripts/batch_review.js --repo owner/repo --label "ready-for-review" --action approve
Configuration
PR automation rules are defined in references/automation_rules.json:
{
"auto_label": {
"bug": ["fix", "bugfix"],
"feature": ["feat", "feature"],
"docs": ["docs", "documentation"]
},
"auto_merge": {
"enabled": true,
"conditions": ["ci_passed", "reviews_approved", "no_conflicts"]
},
"reviewers": {
"backend": ["@backend-team"],
"frontend": ["@frontend-team"]
}
}
PR Templates
Store templates in references/pr_templates/:
feature.md- Feature PRsbugfix.md- Bug fixeshotfix.md- Urgent fixesdocs.md- Documentation updates
GitHub CLI Integration
This skill uses gh CLI for GitHub operations. Ensure it's installed and authenticated:
gh auth status
Pricing
- Free: Basic PR automation, 1 repository, manual triggers
- Pro ($14.99/month): Unlimited repos, auto-triggers, advanced rules
- Team ($49.99/month): Multi-team support, custom workflows, analytics
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install github-pr-automation-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/github-pr-automation-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
GitHub PR Automation Pro 是什么?
Automate GitHub pull request workflows including creation, review, merging, and monitoring. Handles PR templates, auto-labeling, CI/CD integration, and revie... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 234 次。
如何安装 GitHub PR Automation Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install github-pr-automation-pro」即可一键安装,无需额外配置。
GitHub PR Automation Pro 是免费的吗?
是的,GitHub PR Automation Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GitHub PR Automation Pro 支持哪些平台?
GitHub PR Automation Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GitHub PR Automation Pro?
由 dagangtj(@dagangtj)开发并维护,当前版本 v1.0.0。