Automate pull request workflows with templates, checklists, auto-merge rules, and review assignments. Reduce manual overhead and improve consistency.
3f5182cImplement pull request automation to streamline code review processes, enforce quality standards, and reduce manual overhead through templated workflows and intelligent assignment rules.
Minimal working example:
# .github/pull_request_template.md
## Description
Briefly describe the changes made in this PR.
## Type of Change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
## Related Issues
Closes #(issue number)
## Changes Made
- Change 1
- Change 2
## Testing
- [ ] Unit tests added/updated
// ... (see reference guides for full implementation)
Detailed implementations in the references/ directory:
| Guide | Contents | |---|---| | GitHub Actions: Auto Review Assignment | GitHub Actions: Auto Review Assignment | | GitHub Actions: Auto Merge on Approval | GitHub Actions: Auto Merge on Approval | | GitLab Merge Request Automation | GitLab Merge Request Automation | | Bors: Merge Automation Configuration | Bors: Merge Automation Configuration, Conventional Commit Validation | | PR Title Validation Workflow | PR Title Validation Workflow | | Code Coverage Requirement | Code Coverage Requirement |
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/pull-request-automation · pinned to the source commit
git clone https://github.com/aj-geddes/useful-ai-prompts.git
cd useful-ai-prompts
git checkout 3f5182cfd739fc113f4af5244a1cf342ad7f7911
mkdir -p ".claude/skills/pull-request-automation"
cp -r "skills/pull-request-automation" ".claude/skills/pull-request-automation"Review the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
Scanner static-checks@0.1.0 · commit 3f5182cfd739. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.