/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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install github-pr-automation-pro - After installation, invoke the skill by name or use
/github-pr-automation-pro - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 234 downloads so far.
How do I install GitHub PR Automation Pro?
Run "/install github-pr-automation-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GitHub PR Automation Pro free?
Yes, GitHub PR Automation Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does GitHub PR Automation Pro support?
GitHub PR Automation Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GitHub PR Automation Pro?
It is built and maintained by dagangtj (@dagangtj); the current version is v1.0.0.